diff options
author | jseger <jseger@FreeBSD.org> | 2000-05-01 21:48:48 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 2000-05-01 21:48:48 +0800 |
commit | 75df45e1d1032dbea499b71c5409f2d1d34b3c25 (patch) | |
tree | 577fab5ea005c32dc1ec4b078dd5d45efffdd02f /games/gnugo | |
parent | f98ded6f690b35e54ddddf949f8fd3a1fbd06209 (diff) | |
download | freebsd-ports-gnome-75df45e1d1032dbea499b71c5409f2d1d34b3c25.tar.gz freebsd-ports-gnome-75df45e1d1032dbea499b71c5409f2d1d34b3c25.tar.zst freebsd-ports-gnome-75df45e1d1032dbea499b71c5409f2d1d34b3c25.zip |
Upgrade to gnugo-2.6
Submitted by: AMAKAWA Shuhei <sa264@cam.ac.uk>
Diffstat (limited to 'games/gnugo')
-rw-r--r-- | games/gnugo/Makefile | 2 | ||||
-rw-r--r-- | games/gnugo/distinfo | 2 | ||||
-rw-r--r-- | games/gnugo/files/patch-aa | 13 | ||||
-rw-r--r-- | games/gnugo/pkg-plist | 8 |
4 files changed, 23 insertions, 2 deletions
diff --git a/games/gnugo/Makefile b/games/gnugo/Makefile index af83e42c6410..f15324b43ffe 100644 --- a/games/gnugo/Makefile +++ b/games/gnugo/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnugo -PORTVERSION= 2.4 +PORTVERSION= 2.6 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= gnugo diff --git a/games/gnugo/distinfo b/games/gnugo/distinfo index 91ea21802fb4..bae2fb557e57 100644 --- a/games/gnugo/distinfo +++ b/games/gnugo/distinfo @@ -1 +1 @@ -MD5 (gnugo-2.4.tar.gz) = 218dbbf62077d5fe862ae6b3be45e181 +MD5 (gnugo-2.6.tar.gz) = 34c84ae83668a66677df4032fad478d9 diff --git a/games/gnugo/files/patch-aa b/games/gnugo/files/patch-aa new file mode 100644 index 000000000000..96b3db8e7d07 --- /dev/null +++ b/games/gnugo/files/patch-aa @@ -0,0 +1,13 @@ +--- doc/gnugo.info.orig Mon Feb 14 07:10:18 2000 ++++ doc/gnugo.info Wed Apr 26 20:47:36 2000 +@@ -1,5 +1,10 @@ + This is gnugo.info, produced by makeinfo version 4.0 from gnugo.texi. + ++INFO-DIR-SECTION Games ++START-INFO-DIR-ENTRY ++* GNU Go: (gnugo). A Go program. ++END-INFO-DIR-ENTRY ++ + + Indirect: + gnugo.info-1: 71 diff --git a/games/gnugo/pkg-plist b/games/gnugo/pkg-plist index dd25f51314ba..915beaa7a252 100644 --- a/games/gnugo/pkg-plist +++ b/games/gnugo/pkg-plist @@ -1 +1,9 @@ bin/gnugo +@unexec install-info --delete %D/info/gnugo.info %D/info/dir +info/gnugo.info +info/gnugo.info-1 +info/gnugo.info-2 +info/gnugo.info-3 +info/gnugo.info-4 +info/gnugo.info-5 +@exec install-info %D/info/gnugo.info %D/info/dir |