summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorsalo <salo>2006-10-16 10:46:53 +0000
committersalo <salo>2006-10-16 10:46:53 +0000
commite8cef038a11e1e00f46e0c1513529e3c6a985e2a (patch)
tree42edb8a61e14f88973ba32fa9bc71d5395235a23 /games
parentf86cc8a6664e526709015082f29732a905823d26 (diff)
downloadpkgsrc-e8cef038a11e1e00f46e0c1513529e3c6a985e2a.tar.gz
Update to version 3.3.8
Changes: - revert back to upstream MASTER_SITE so it's actually possible to install this package at all! 3.3.8 (Released 2006-10-12): C13 - Finished fixing the bug from 3.3.7. I only fixed half of it this time. W,S - Added a way for senior admins to erase avatars if needed. 3.3.7 (Released 2006-10-12) C13 - Fixed bug that would frequently crash clients when you close busy rooms or games. 3.3.6 (Released 2006-10-11) S - Fixed bug that crashed it a couple times. Was caused when a clock expired. S - Made deferred callbacks more predictable. There are several bugs that may be fixed by this. W - Added space before Chinese flag on main page. W - Added admin tool to look up rooms a user owns. C13 - Got rid of stack dump in audio code. This was added for debugging, and I forgot to take it out! C13 - Fixed several fairly severe memory leaks in the client. C13 - Fixed problem where audio would lag far behind in some teaching games. W - Fixed date/time display in game archives (it was ignoring your time zone). S - Got the KGS Plus schedule mailer working again. W - Fixed self-reference in cgoban-nfa.jnlp. S - Turned off ranks of robots who aren't ranked robots. W - Fixed KGS Plus logo. C13,W - Updated Polish translation.
Diffstat (limited to 'games')
-rw-r--r--games/cgoban-java/Makefile13
-rw-r--r--games/cgoban-java/distinfo8
2 files changed, 11 insertions, 10 deletions
diff --git a/games/cgoban-java/Makefile b/games/cgoban-java/Makefile
index cce3b0b47b6..a586d0004c6 100644
--- a/games/cgoban-java/Makefile
+++ b/games/cgoban-java/Makefile
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.34 2006/10/07 13:51:24 rillig Exp $
+# $NetBSD: Makefile,v 1.35 2006/10/16 10:46:53 salo Exp $
#
-DISTNAME= cgoban-java-3.3.5
+DISTNAME= cgoban-java-3.3.8
+MASTER_SITES= http://files.gokgs.com/javaBin/
+DISTFILES= cgoban.jar
+DIST_SUBDIR= ${DISTNAME}
CATEGORIES= games java
-MASTER_SITES= ${MASTER_SITE_LOCAL}
-EXTRACT_SUFX= .jar
MAINTAINER= rh@NetBSD.org
HOMEPAGE= http://kgs.kiseido.com/en_US/download.html
@@ -18,11 +19,11 @@ USE_TOOLS+= printf
INSTALLATION_DIRS= bin lib/java
do-build:
- printf "#! ${SH}\\nexec ${PKG_JAVA_HOME}/bin/java -jar ${PREFIX}/lib/java/${DISTNAME}.jar \"\$$@\"\\n" > ${WRKSRC}/cgoban-java.sh
+ ${PRINTF} "#! ${SH}\\nexec ${PKG_JAVA_HOME}/bin/java -jar ${PREFIX}/lib/java/${PKGNAME}.jar \"\$$@\"\\n" > ${WRKSRC}/cgoban-java.sh
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/cgoban-java.sh ${PREFIX}/bin/cgoban-java
- ${INSTALL_DATA} ${WRKSRC}/${DISTNAME}.jar ${PREFIX}/lib/java/
+ ${INSTALL_DATA} ${WRKSRC}/cgoban.jar ${PREFIX}/lib/java/${PKGNAME}.jar
.include "../../mk/java-vm.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/games/cgoban-java/distinfo b/games/cgoban-java/distinfo
index 5e9c64fa3a0..b70d8ddbb8b 100644
--- a/games/cgoban-java/distinfo
+++ b/games/cgoban-java/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.24 2006/10/07 10:08:31 rillig Exp $
+$NetBSD: distinfo,v 1.25 2006/10/16 10:46:53 salo Exp $
-SHA1 (cgoban-java-3.3.5.jar) = 6471eadeab494c9e899c88ba6a6293e7ec7c483e
-RMD160 (cgoban-java-3.3.5.jar) = e52e9cce76095894336bb5048fa6170a42fab122
-Size (cgoban-java-3.3.5.jar) = 1359882 bytes
+SHA1 (cgoban-java-3.3.8/cgoban.jar) = d70bd65b9b78aec617d7945aca26ef4c85faaa53
+RMD160 (cgoban-java-3.3.8/cgoban.jar) = dfd000643a98d915d48fb4e6626fdbec8b2eb550
+Size (cgoban-java-3.3.8/cgoban.jar) = 1360091 bytes