diff options
author | rh <rh@pkgsrc.org> | 2003-07-21 07:27:40 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2003-07-21 07:27:40 +0000 |
commit | 71e2606640282b494ef35371769bc3edee28b1e0 (patch) | |
tree | f198c1750530e593d81a26791c53e19482e59595 /games | |
parent | 758364ffbc41673c2dd31c3d4d202fa24c02c4fc (diff) | |
download | pkgsrc-71e2606640282b494ef35371769bc3edee28b1e0.tar.gz |
Update cgoban-java to 2.5.2. Changes include a bunch of bugfixes. Most
notably this fixes a bug that can get you thrown off the server if you
click on a position twice in succession.
Diffstat (limited to 'games')
-rw-r--r-- | games/cgoban-java/Makefile | 6 | ||||
-rw-r--r-- | games/cgoban-java/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/games/cgoban-java/Makefile b/games/cgoban-java/Makefile index 509c6ed3d1c..49fc74fde6a 100644 --- a/games/cgoban-java/Makefile +++ b/games/cgoban-java/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.10 2003/07/17 21:37:59 grant Exp $ +# $NetBSD: Makefile,v 1.11 2003/07/21 07:27:40 rh Exp $ # -DISTNAME= cgoban-unix-2.5.1 +DISTNAME= cgoban-unix-2.5.2 PKGNAME= ${DISTNAME:S/unix/java/} WRKSRC= ${WRKDIR}/cgoban CATEGORIES= games MASTER_SITES= http://kgs.kiseido.com/ EXTRACT_SUFX= .tar.bz2 -MAINTAINER= tech-pkg@NetBSD.org +MAINTAINER= rh@netbsd.org HOMEPAGE= http://kgs.kiseido.com/en_US/download.html COMMENT= Java Go server client and SGF viewer/editor diff --git a/games/cgoban-java/distinfo b/games/cgoban-java/distinfo index 83d55a08b3f..447d29b6f9f 100644 --- a/games/cgoban-java/distinfo +++ b/games/cgoban-java/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.7 2003/07/14 10:42:18 rh Exp $ +$NetBSD: distinfo,v 1.8 2003/07/21 07:27:41 rh Exp $ -SHA1 (cgoban-unix-2.5.1.tar.bz2) = 11af779f8bc55532aa5e4081b4f155412bcd0c72 -Size (cgoban-unix-2.5.1.tar.bz2) = 780620 bytes +SHA1 (cgoban-unix-2.5.2.tar.bz2) = 04cf5e521fad077251086d2533401429d12f169e +Size (cgoban-unix-2.5.2.tar.bz2) = 778048 bytes |