diff options
author | wiz <wiz> | 2009-09-22 20:09:05 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-09-22 20:09:05 +0000 |
commit | 9658c406b4c0d540291946315a34f8201a2f184e (patch) | |
tree | 0095182f0d6c9659354003ea8b747be546360f3d /games | |
parent | 9113577269b0412f38da789cb3891010f5503896 (diff) | |
download | pkgsrc-9658c406b4c0d540291946315a34f8201a2f184e.tar.gz |
Update to 0.5.3:
Several GUI improvements and some minor bug fixes.
Diffstat (limited to 'games')
-rw-r--r-- | games/rftg/Makefile | 4 | ||||
-rw-r--r-- | games/rftg/distinfo | 9 | ||||
-rw-r--r-- | games/rftg/patches/patch-aa | 22 |
3 files changed, 6 insertions, 29 deletions
diff --git a/games/rftg/Makefile b/games/rftg/Makefile index 1f0dca9b16d..1bf23c25e15 100644 --- a/games/rftg/Makefile +++ b/games/rftg/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/09/06 12:13:27 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2009/09/22 20:09:05 wiz Exp $ # -DISTNAME= rftg-0.5.2 +DISTNAME= rftg-0.5.3 CATEGORIES= games MASTER_SITES= http://warpcore.org/rftg/ \ http://keldon.net/rftg/ diff --git a/games/rftg/distinfo b/games/rftg/distinfo index d9b57169261..440b2262768 100644 --- a/games/rftg/distinfo +++ b/games/rftg/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2009/09/06 12:13:27 wiz Exp $ +$NetBSD: distinfo,v 1.2 2009/09/22 20:09:05 wiz Exp $ -SHA1 (rftg-0.5.2.tar.bz2) = df5acb78008e054945ac91dc69188a59981e5672 -RMD160 (rftg-0.5.2.tar.bz2) = 61c216814bb50fe13e370d4e58fb26dcc72731d4 -Size (rftg-0.5.2.tar.bz2) = 20719738 bytes -SHA1 (patch-aa) = 493bdeb0eb50ae5fd814078c85668c43cf48fe63 +SHA1 (rftg-0.5.3.tar.bz2) = cc228ce8c282dc147e124a1f084ee603467fd642 +RMD160 (rftg-0.5.3.tar.bz2) = e9637db29fce828d351582b71bac0d0ed6950094 +Size (rftg-0.5.3.tar.bz2) = 20822925 bytes diff --git a/games/rftg/patches/patch-aa b/games/rftg/patches/patch-aa deleted file mode 100644 index 35148315eae..00000000000 --- a/games/rftg/patches/patch-aa +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2009/09/06 12:13:27 wiz Exp $ - ---- do_train.orig 2009-08-27 16:18:04.000000000 +0000 -+++ do_train -@@ -2,7 +2,7 @@ - - advanced='' - --if [ $1 == -a ] -+if [ $1 = -a ] - then - shift - advanced='a' -@@ -17,7 +17,7 @@ rm -f rftg.$name.out - - for i in `seq 1 1000` - do -- if [ "$advanced" == a ] -+ if [ "$advanced" = a ] - then - ./learner -e $1 -p $2 -f 100 -a >> rftg.$name.out - else |