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.
This commit is contained in:
parent
ec1133bf1d
commit
9e57d9d841
2 changed files with 11 additions and 10 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue