diff options
author | miwi <miwi@FreeBSD.org> | 2013-06-08 10:28:17 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-06-08 10:28:17 +0800 |
commit | 41df21bf394f4c8a6f1758928e1ebd27ace2af3a (patch) | |
tree | 649813dac29bbc70e69f45744b409f1c5f251b18 /games | |
parent | e2f2b7dbb3e63771a4bc480ec37a9286667b2a4b (diff) | |
download | freebsd-ports-gnome-41df21bf394f4c8a6f1758928e1ebd27ace2af3a.tar.gz freebsd-ports-gnome-41df21bf394f4c8a6f1758928e1ebd27ace2af3a.tar.zst freebsd-ports-gnome-41df21bf394f4c8a6f1758928e1ebd27ace2af3a.zip |
- Update to 1.8.1.0
PR: 178847
Submitted by: maintainer
Diffstat (limited to 'games')
-rw-r--r-- | games/robocode/Makefile | 7 | ||||
-rw-r--r-- | games/robocode/distinfo | 4 | ||||
-rw-r--r-- | games/robocode/files/robocode.sh.in | 2 |
3 files changed, 6 insertions, 7 deletions
diff --git a/games/robocode/Makefile b/games/robocode/Makefile index 3cdf79010377..5d9be2ee98be 100644 --- a/games/robocode/Makefile +++ b/games/robocode/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ 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 @@ PLIST_SUB= PORTVERSION=${PORTVERSION} 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 @@ post-install: ${MKDIR} -m a+rwx ${DATADIR}/config .if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} + @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} .endif diff --git a/games/robocode/distinfo b/games/robocode/distinfo index 0abeee3dea2f..d18ec9d698fa 100644 --- a/games/robocode/distinfo +++ b/games/robocode/distinfo @@ -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 --git a/games/robocode/files/robocode.sh.in b/games/robocode/files/robocode.sh.in index ba507f8d26f2..eeb1aa69cb55 100644 --- a/games/robocode/files/robocode.sh.in +++ b/games/robocode/files/robocode.sh.in @@ -3,6 +3,6 @@ # $FreeBSD$ export JAVA_VERSION="%%JAVA_VERSION%%" - + cd "%%DATADIR%%" && exec "%%LOCALBASE%%/bin/java" \ -Djava.ext.dirs="%%DATADIR%%" -jar "%%DATADIR%%/libs/robocode.jar" "${@}" |