Hi ports --
Attached is an update to games/wtf to its latest version. Because there
has been a lot of new Internet lingo in the last 6 years, like YOLO :)
Take MAINTAINER too, because why not.
OK?
~Brian
Index: Makefile
===================================================================
RCS file: /cvs/ports/games/wtf/Makefile,v
retrieving revision 1.9
diff -u -p -u -p -r1.9 Makefile
--- Makefile 11 Mar 2013 11:07:41 -0000 1.9
+++ Makefile 14 Aug 2013 03:43:16 -0000
@@ -2,14 +2,15 @@
COMMENT= translate common internet acronyms
-DISTNAME= wtf-20071004
-REVISION= 0
+DISTNAME= wtf-20130810
CATEGORIES= games
+MAINTAINER= Brian Callahan <[email protected]>
+
# Public Domain
PERMIT_PACKAGE_CDROM= Yes
-MASTER_SITES= http://www.mu.org/~mux/wtf/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bsdwtf/}
NO_BUILD= Yes
NO_TEST= Yes
Index: distinfo
===================================================================
RCS file: /cvs/ports/games/wtf/distinfo,v
retrieving revision 1.6
diff -u -p -u -p -r1.6 distinfo
--- distinfo 5 Dec 2007 14:28:50 -0000 1.6
+++ distinfo 14 Aug 2013 03:43:16 -0000
@@ -1,5 +1,2 @@
-MD5 (wtf-20071004.tar.gz) = JZROJ1zIWOMMrOo0FQnRmw==
-RMD160 (wtf-20071004.tar.gz) = fu2oQlHgb2s+boVAk7vriq33kkk=
-SHA1 (wtf-20071004.tar.gz) = xb981VfKFaoW2w9+edG5XST/nl8=
-SHA256 (wtf-20071004.tar.gz) = vSh8fzpWM5I0X903IoPJx80VgumZipdWgw6NJEQLmjc=
-SIZE (wtf-20071004.tar.gz) = 9254
+SHA256 (wtf-20130810.tar.gz) = uWLoUOP/FSwnue+xSCqp1oMAaN7/OspRwpAqJLOsiJM=
+SIZE (wtf-20130810.tar.gz) = 22444
Index: patches/patch-wtf
===================================================================
RCS file: /cvs/ports/games/wtf/patches/patch-wtf,v
retrieving revision 1.1
diff -u -p -u -p -r1.1 patch-wtf
--- patches/patch-wtf 20 Sep 2011 11:08:52 -0000 1.1
+++ patches/patch-wtf 14 Aug 2013 03:43:17 -0000
@@ -1,12 +1,12 @@
$OpenBSD: patch-wtf,v 1.1 2011/09/20 11:08:52 sthen Exp $
---- wtf.orig Tue Sep 20 12:04:02 2011
-+++ wtf Tue Sep 20 12:04:29 2011
-@@ -65,7 +65,7 @@ while [ $# -gt 0 ] ; do
+--- wtf.orig Tue Aug 13 23:39:37 2013
++++ wtf Tue Aug 13 23:40:25 2013
+@@ -71,7 +71,7 @@ for i; do
# Try pkg_info(1) next
- ans=`pkg_info -qc $1 2> /dev/null`
-- if [ $? -eq 0 ] ; then
+ ans="$(pkg_info -qc "$i" 2> /dev/null)"
+- if [ $? -eq 0 ]; then
+ if [ $? -eq 0 ] && [ x"${ans}" != x ] ; then
- echo "$1: $ans"
- shift ; continue
+ echo "$i: $ans"
+ continue
fi