diff options
author | osa <osa@FreeBSD.org> | 2003-08-28 23:58:35 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2003-08-28 23:58:35 +0800 |
commit | 3586dd3eb93b07cf69e177565cf7ff607d3bf915 (patch) | |
tree | 3cffb6a92d0b09020101128de149aa713f40f019 /games | |
parent | 30ddbe43205ccea5fc63caf70c9ae0dfa7b32f61 (diff) | |
download | freebsd-ports-gnome-3586dd3eb93b07cf69e177565cf7ff607d3bf915.tar.gz freebsd-ports-gnome-3586dd3eb93b07cf69e177565cf7ff607d3bf915.tar.zst freebsd-ports-gnome-3586dd3eb93b07cf69e177565cf7ff607d3bf915.zip |
Update to 3.4
Submitted by: AMAKAWA Shuhei <sa264@cam.ac.uk>
Approved by: Steve Coltrin <spcoltri@omcl.org> (maintainer)
PR: 56048
Diffstat (limited to 'games')
-rw-r--r-- | games/gnugo/Makefile | 3 | ||||
-rw-r--r-- | games/gnugo/distinfo | 2 | ||||
-rw-r--r-- | games/gnugo/pkg-plist | 5 |
3 files changed, 3 insertions, 7 deletions
diff --git a/games/gnugo/Makefile b/games/gnugo/Makefile index 6a3572f0b57b..82effc17cec0 100644 --- a/games/gnugo/Makefile +++ b/games/gnugo/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnugo -PORTVERSION= 3.2 +PORTVERSION= 3.4 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= gnugo @@ -17,6 +17,7 @@ COMMENT= The game of Go GNU_CONFIGURE= yes USE_GMAKE= yes +INFO= gnugo MAN6= gnugo.6 post-extract: diff --git a/games/gnugo/distinfo b/games/gnugo/distinfo index 050420017136..ec9f98c49eba 100644 --- a/games/gnugo/distinfo +++ b/games/gnugo/distinfo @@ -1 +1 @@ -MD5 (gnugo-3.2.tar.gz) = 5fff329f97d947d81366f7d21a0ea1c8 +MD5 (gnugo-3.4.tar.gz) = 38a0362691d71ba75bd54a21b4a3030c diff --git a/games/gnugo/pkg-plist b/games/gnugo/pkg-plist index 95cbca46225a..dd25f51314ba 100644 --- a/games/gnugo/pkg-plist +++ b/games/gnugo/pkg-plist @@ -1,6 +1 @@ -bin/debugboard bin/gnugo -@unexec install-info --delete %D/info/gnugo.info %D/info/dir -info/gnugo.info -@unexec rmdir %D/share/gnugo 2>/dev/null || true -@exec install-info %D/info/gnugo.info %D/info/dir |