aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorNikolai Lifanov <lifanov@FreeBSD.org>2018-08-20 00:28:47 +0000
committerNikolai Lifanov <lifanov@FreeBSD.org>2018-08-20 00:28:47 +0000
commit4ffbed9a3b994eb810d128c8988f8c8be690889b (patch)
tree164e1469477cf332d4efd59e0eb8465abf117bdd /games
parent8233282c71a47bebd9726ce90aeeb22b88584cb7 (diff)
downloadports-4ffbed9a3b994eb810d128c8988f8c8be690889b.tar.gz
ports-4ffbed9a3b994eb810d128c8988f8c8be690889b.zip
Notes
Diffstat (limited to 'games')
-rw-r--r--games/wtf/Makefile2
-rw-r--r--games/wtf/distinfo6
-rw-r--r--games/wtf/files/patch-wtf16
3 files changed, 4 insertions, 20 deletions
diff --git a/games/wtf/Makefile b/games/wtf/Makefile
index df0535a401c2..3f8f7e357cd7 100644
--- a/games/wtf/Makefile
+++ b/games/wtf/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= wtf
-PORTVERSION= 20180704
+PORTVERSION= 20180816
CATEGORIES= games
MASTER_SITES= SF/bsdwtf
diff --git a/games/wtf/distinfo b/games/wtf/distinfo
index a99767ccad87..6ef212d350ef 100644
--- a/games/wtf/distinfo
+++ b/games/wtf/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1531088751
-SHA256 (wtf-20180704.tar.gz) = 3c305d6f4eae67705ffc0743cb4a28db7369096bfb9bba3fb80050954f673069
-SIZE (wtf-20180704.tar.gz) = 26996
+TIMESTAMP = 1534724861
+SHA256 (wtf-20180816.tar.gz) = f3c2aa795a388aee5b9cbaa8f0c4636c1f49b29eeb463fef1de68194cea13e39
+SIZE (wtf-20180816.tar.gz) = 27024
diff --git a/games/wtf/files/patch-wtf b/games/wtf/files/patch-wtf
deleted file mode 100644
index a55dee91bd38..000000000000
--- a/games/wtf/files/patch-wtf
+++ /dev/null
@@ -1,16 +0,0 @@
---- wtf.orig 2017-10-31 15:03:28 UTC
-+++ wtf
-@@ -94,6 +94,13 @@ for i; do
- continue
- fi
-
-+ # Try pkg-info(8) 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