pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/rftg Update to 0.5.3:
details: https://anonhg.NetBSD.org/pkgsrc/rev/3b2bc00ec72d
branches: trunk
changeset: 565467:3b2bc00ec72d
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Sep 22 20:09:05 2009 +0000
description:
Update to 0.5.3:
Several GUI improvements and some minor bug fixes.
diffstat:
games/rftg/Makefile | 4 ++--
games/rftg/distinfo | 9 ++++-----
games/rftg/patches/patch-aa | 22 ----------------------
3 files changed, 6 insertions(+), 29 deletions(-)
diffs (53 lines):
diff -r 84e361919d1d -r 3b2bc00ec72d games/rftg/Makefile
--- a/games/rftg/Makefile Tue Sep 22 20:05:34 2009 +0000
+++ b/games/rftg/Makefile Tue Sep 22 20:09:05 2009 +0000
@@ -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 -r 84e361919d1d -r 3b2bc00ec72d games/rftg/distinfo
--- a/games/rftg/distinfo Tue Sep 22 20:05:34 2009 +0000
+++ b/games/rftg/distinfo Tue Sep 22 20:09:05 2009 +0000
@@ -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 -r 84e361919d1d -r 3b2bc00ec72d games/rftg/patches/patch-aa
--- a/games/rftg/patches/patch-aa Tue Sep 22 20:05:34 2009 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index