summaryrefslogtreecommitdiff
path: root/games/cgoban-java/Makefile
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2006-10-16 10:46:53 +0000
committersalo <salo@pkgsrc.org>2006-10-16 10:46:53 +0000
commit9e57d9d841ab0710c8d59e62813b9c861d0c6d6e (patch)
tree42edb8a61e14f88973ba32fa9bc71d5395235a23 /games/cgoban-java/Makefile
parentec1133bf1d7e5ec7cebc107f08d050d2247c328d (diff)
downloadpkgsrc-9e57d9d841ab0710c8d59e62813b9c861d0c6d6e.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/cgoban-java/Makefile')
-rw-r--r--games/cgoban-java/Makefile13
1 files changed, 7 insertions, 6 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"