aboutsummaryrefslogtreecommitdiff
path: root/games/wtf
diff options
context:
space:
mode:
authorNikolai Lifanov <lifanov@FreeBSD.org>2017-10-31 15:06:58 +0000
committerNikolai Lifanov <lifanov@FreeBSD.org>2017-10-31 15:06:58 +0000
commitddc7d0bc58fb734556034b2c2be6d77d4ceae28e (patch)
tree32ad9e5df80e66be819362a031bd721e44e0fb61 /games/wtf
parent6c0d7ad0a1f12ec9564dc47f41006771f9575d76 (diff)
downloadports-ddc7d0bc58fb734556034b2c2be6d77d4ceae28e.tar.gz
ports-ddc7d0bc58fb734556034b2c2be6d77d4ceae28e.zip
Notes
Diffstat (limited to 'games/wtf')
-rw-r--r--games/wtf/Makefile1
-rw-r--r--games/wtf/files/patch-wtf16
2 files changed, 17 insertions, 0 deletions
diff --git a/games/wtf/Makefile b/games/wtf/Makefile
index a2193f126b8f..7e1b4f58753b 100644
--- a/games/wtf/Makefile
+++ b/games/wtf/Makefile
@@ -3,6 +3,7 @@
PORTNAME= wtf
PORTVERSION= 20170918
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= SF/bsdwtf
diff --git a/games/wtf/files/patch-wtf b/games/wtf/files/patch-wtf
new file mode 100644
index 000000000000..7e0c69802a6d
--- /dev/null
+++ b/games/wtf/files/patch-wtf
@@ -0,0 +1,16 @@
+--- wtf.orig 2017-10-31 15:03:28 UTC
++++ wtf
+@@ -94,6 +94,13 @@ for i; do
+ continue
+ fi
+
++ # Try pkg-info(1) next
++ ans="$(pkg info -qI "$i" 2> /dev/null)"
++ if [ $? -eq 0 ]; then
++ echo "$i: $ans"
++ continue
++ fi
++
+ # If called from pkgsrc package directory,
+ # try querying pkgsrc's help facility next
+ if [ -f ../../mk/bsd.pkg.mk ]; then