diff options
author | vs <vs@FreeBSD.org> | 2004-08-06 16:21:16 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-08-06 16:21:16 +0800 |
commit | 4be4082cc7072e08926c44031d0ebed95fc7977e (patch) | |
tree | 718fb2f58269eeb8cce21d06921829994ab2b31e /games/cgoban2 | |
parent | ffe3132887ad607c0e90fc8fb1c64f0d8f4ca30a (diff) | |
download | freebsd-ports-gnome-4be4082cc7072e08926c44031d0ebed95fc7977e.tar.gz freebsd-ports-gnome-4be4082cc7072e08926c44031d0ebed95fc7977e.tar.zst freebsd-ports-gnome-4be4082cc7072e08926c44031d0ebed95fc7977e.zip |
- Update to 2.6.4 (unbreak)
- Nuke pkg-plist while here
PR: ports/70047
Submitted by: Ceri Davies
Approved by: The-Not-Really-Much-To-Do-Here-Department
Diffstat (limited to 'games/cgoban2')
-rw-r--r-- | games/cgoban2/Makefile | 7 | ||||
-rw-r--r-- | games/cgoban2/distinfo | 4 | ||||
-rw-r--r-- | games/cgoban2/pkg-plist | 3 |
3 files changed, 6 insertions, 8 deletions
diff --git a/games/cgoban2/Makefile b/games/cgoban2/Makefile index bb16bc121c45..9052f65c2109 100644 --- a/games/cgoban2/Makefile +++ b/games/cgoban2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cgoban2 -PORTVERSION= 2.6.1 +PORTVERSION= 2.6.4 CATEGORIES= games MASTER_SITES= http://kgs.kiseido.com/ DISTNAME= cgoban-unix-${PORTVERSION} @@ -14,14 +14,15 @@ DISTNAME= cgoban-unix-${PORTVERSION} MAINTAINER= smazanek@steffen-mazanek.de COMMENT= Internet Go Server client and game editor -BROKEN= Unfetchable - WRKSRC= ${WRKDIR}/cgoban INSTALLDIR= ${PREFIX}/share/java/cgoban2 USE_JAVA= 1.3+ NO_BUILD= yes +PLIST_FILES= bin/cgoban2 share/java/cgoban2/cgoban.jar +PLIST_DIRS= share/java/cgoban2 + post-patch: ${SED} -e 's|_DIR=.|_DIR=${INSTALLDIR}| ; s|^java|javavm|'\ < ${WRKSRC}/cgoban.sh.in > ${WRKSRC}/cgoban2 diff --git a/games/cgoban2/distinfo b/games/cgoban2/distinfo index a362c58048ff..810e13316653 100644 --- a/games/cgoban2/distinfo +++ b/games/cgoban2/distinfo @@ -1,2 +1,2 @@ -MD5 (cgoban-unix-2.6.1.tar.gz) = ae4787387a2528bf45f808887e4056b5 -SIZE (cgoban-unix-2.6.1.tar.gz) = 951729 +MD5 (cgoban-unix-2.6.4.tar.gz) = 5b9cd9f9b270ee7ef0756180569bde03 +SIZE (cgoban-unix-2.6.4.tar.gz) = 1057276 diff --git a/games/cgoban2/pkg-plist b/games/cgoban2/pkg-plist deleted file mode 100644 index f72d2476c5b1..000000000000 --- a/games/cgoban2/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/cgoban2 -share/java/cgoban2/cgoban.jar -@dirrm share/java/cgoban2 |