ports/178847: [MAINTAINER] games/robocode: update to 1.8.1.0
nemysis
nemysis at gmx.ch
Wed May 22 21:50:00 UTC 2013
>Number: 178847
>Category: ports
>Synopsis: [MAINTAINER] games/robocode: update to 1.8.1.0
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Wed May 22 21:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: nemysis
>Release: FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD FreeBSD_Ports 9.1-RELEASE FreeBSD 9.1-RELEASE #0: Tue Jan 29 15:02:50 EST 2013
>Description:
- Update to 1.8.1.0
- Fix desktop entry
- Trim robocode.sh.in
Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
>How-To-Repeat:
>Fix:
--- robocode-1.8.1.0.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/games/robocode/Makefile ./Makefile
--- /usr/ports/games/robocode/Makefile 2013-03-22 01:52:32.000000000 +0100
+++ ./Makefile 2013-05-22 23:33:08.000000000 +0200
@@ -2,7 +2,7 @@
# $FreeBSD: head/games/robocode/Makefile 314874 2013-03-21 21:02:11Z pawel $
PORTNAME= robocode
-PORTVERSION= 1.8.0.0
+PORTVERSION= 1.8.1.0
CATEGORIES= games java
MASTER_SITES= SF \
SF/nemysisfreebsdp/:icons
@@ -31,8 +31,7 @@
SUB_FILES= ${PORTNAME}.sh pkg-message
-DESKTOP_ENTRIES="Robocode" "${COMMENT}" \
- "${PREFIX}/share/pixmaps/${PORTNAME}.png" \
+DESKTOP_ENTRIES="Robocode" "${COMMENT}" "${PORTNAME}" \
"${PORTNAME}" "Game;StrategyGame;" false
.include <bsd.port.options.mk>
@@ -53,7 +52,7 @@
${MKDIR} -m a+rwx ${DATADIR}/config
.if ${PORT_OPTIONS:MDOCS}
- ${MKDIR} ${DOCSDIR}
+ @${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
.endif
diff -ruN --exclude=CVS /usr/ports/games/robocode/distinfo ./distinfo
--- /usr/ports/games/robocode/distinfo 2013-03-22 01:52:32.000000000 +0100
+++ ./distinfo 2013-05-22 23:33:47.000000000 +0200
@@ -1,4 +1,4 @@
-SHA256 (java/robocode-1.8.0.0-setup.jar) = d23ac510dbf67114d7598c842a4f2c215d1992cd2400d75b7db10707da143157
-SIZE (java/robocode-1.8.0.0-setup.jar) = 5249183
+SHA256 (java/robocode-1.8.1.0-setup.jar) = 70135827412b4df4d3da7da83c2f8e19395cbe3ad1af518f8af1eeed189bef41
+SIZE (java/robocode-1.8.1.0-setup.jar) = 5252154
SHA256 (java/robocode.png) = f828749aacde1f1ee58a0f838e1e0e60bf2950153e3891687ff8a1734d3fcfa7
SIZE (java/robocode.png) = 1823
diff -ruN --exclude=CVS /usr/ports/games/robocode/files/robocode.sh.in ./files/robocode.sh.in
--- /usr/ports/games/robocode/files/robocode.sh.in 2013-03-22 01:52:32.000000000 +0100
+++ ./files/robocode.sh.in 2013-05-22 23:33:28.000000000 +0200
@@ -3,6 +3,6 @@
# $FreeBSD: head/games/robocode/files/robocode.sh.in 314872 2013-03-21 20:42:46Z pawel $
export JAVA_VERSION="%%JAVA_VERSION%%"
-
+
cd "%%DATADIR%%" && exec "%%LOCALBASE%%/bin/java" \
-Djava.ext.dirs="%%DATADIR%%" -jar "%%DATADIR%%/libs/robocode.jar" "${@}"
--- robocode-1.8.1.0.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list