diff options
author | jlam <jlam@pkgsrc.org> | 2003-01-28 08:36:58 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2003-01-28 08:36:58 +0000 |
commit | 1ca11de789d1541fb970c5e00993a0f2059f493b (patch) | |
tree | 763cabea95f414ce8e6d946dc551b825de656d3f /games | |
parent | 0e659f298d715e66842ca33727b12e4a4ed5fab0 (diff) | |
download | pkgsrc-1ca11de789d1541fb970c5e00993a0f2059f493b.tar.gz |
Updated games/cgoban-java to 2.4.57. Changes from version 2.4.55 include:
Adding an "A" to a node with no children no longer crashes the client.
The scroll bar for text wasn't appearing in SGF files.
Fixed the title of the "Limit" column of the server stats window.
Fixed a problem I introduced recently where grid lines were drawn under
labels on a board. This makes the labels hard to read.
Added a confirmation when you try to close your user info after editing
it but not saving it.
Simul games now marked with an "S".
Results of never-saved games are no longer left sitting in your result list.
Diffstat (limited to 'games')
-rw-r--r-- | games/cgoban-java/Makefile | 11 | ||||
-rw-r--r-- | games/cgoban-java/distinfo | 6 |
2 files changed, 9 insertions, 8 deletions
diff --git a/games/cgoban-java/Makefile b/games/cgoban-java/Makefile index 3662da7b6f2..b2c1d697b18 100644 --- a/games/cgoban-java/Makefile +++ b/games/cgoban-java/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2002/12/31 15:44:29 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2003/01/28 08:36:58 jlam Exp $ # -DISTNAME= cgoban-unix-2.4.55 +DISTNAME= cgoban-unix-2.4.57 PKGNAME= ${DISTNAME:S/unix/java/} WRKSRC= ${WRKDIR}/cgoban CATEGORIES= games @@ -10,10 +10,11 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= packages@netbsd.org HOMEPAGE= http://kgs.kiseido.com/en_US/download.html -COMMENT= Java Go server client and sgf viewer/editor +COMMENT= Java Go server client and SGF viewer/editor -NO_BUILD= YES -USE_BUILDLINK2= YES +NO_BUILD= yes +USE_BUILDLINK2= yes +USE_JAVA2= yes USE_JAVA= run do-configure: diff --git a/games/cgoban-java/distinfo b/games/cgoban-java/distinfo index 0a3153273a9..b0feac5d380 100644 --- a/games/cgoban-java/distinfo +++ b/games/cgoban-java/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2002/12/07 00:27:04 rh Exp $ +$NetBSD: distinfo,v 1.2 2003/01/28 08:36:59 jlam Exp $ -SHA1 (cgoban-unix-2.4.55.tar.bz2) = 4365a5b7a1d8426f87d99f5c62754f3dd542519e -Size (cgoban-unix-2.4.55.tar.bz2) = 1015681 bytes +SHA1 (cgoban-unix-2.4.57.tar.bz2) = b31fdfae29a611ee8ab066176b22d4c23b631983 +Size (cgoban-unix-2.4.57.tar.bz2) = 807479 bytes |