aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorlifanov <lifanov@FreeBSD.org>2017-11-20 07:50:21 +0800
committerKoop Mast <kwm@rainbow-runner.nl>2018-02-04 05:58:33 +0800
commitb6e6b376c1f7131edd03cdffb5cce2f338d9a85c (patch)
treea0453559319a3a28db6dbf669f1bf857ee56f5cb /games
parent4725156c4452bc47ab0f7898ff703aa46d424fe1 (diff)
downloadfreebsd-ports-gnome-b6e6b376c1f7131edd03cdffb5cce2f338d9a85c.tar.gz
freebsd-ports-gnome-b6e6b376c1f7131edd03cdffb5cce2f338d9a85c.tar.zst
freebsd-ports-gnome-b6e6b376c1f7131edd03cdffb5cce2f338d9a85c.zip
update games/wtf to 20171118 snapshot from NetBSD
Diffstat (limited to 'games')
-rw-r--r--games/wtf/Makefile3
-rw-r--r--games/wtf/distinfo6
-rw-r--r--games/wtf/files/patch-wtf2
3 files changed, 5 insertions, 6 deletions
diff --git a/games/wtf/Makefile b/games/wtf/Makefile
index 7e1b4f58753b..933849345c9b 100644
--- a/games/wtf/Makefile
+++ b/games/wtf/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= wtf
-PORTVERSION= 20170918
-PORTREVISION= 1
+PORTVERSION= 20171118
CATEGORIES= games
MASTER_SITES= SF/bsdwtf
diff --git a/games/wtf/distinfo b/games/wtf/distinfo
index bfe609e05db0..a96dd9545f61 100644
--- a/games/wtf/distinfo
+++ b/games/wtf/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1505739180
-SHA256 (wtf-20170918.tar.gz) = 1a9ddff7a7cfa7171b916216452989b5ac2aa6ced0ad392c884bc46600b51418
-SIZE (wtf-20170918.tar.gz) = 25439
+TIMESTAMP = 1511135305
+SHA256 (wtf-20171118.tar.gz) = 4bbcbf13407844a276e094da4a9134c124fd854f3de222cb0adb432219471ae2
+SIZE (wtf-20171118.tar.gz) = 25535
diff --git a/games/wtf/files/patch-wtf b/games/wtf/files/patch-wtf
index 7e0c69802a6d..a55dee91bd38 100644
--- a/games/wtf/files/patch-wtf
+++ b/games/wtf/files/patch-wtf
@@ -4,7 +4,7 @@
continue
fi
-+ # Try pkg-info(1) next
++ # Try pkg-info(8) next
+ ans="$(pkg info -qI "$i" 2> /dev/null)"
+ if [ $? -eq 0 ]; then
+ echo "$i: $ans"