svn commit: r406092 - head/games/robocode
Jason E. Hale
jhale at FreeBSD.org
Thu Jan 14 05:07:02 UTC 2016
Author: jhale
Date: Thu Jan 14 05:07:00 2016
New Revision: 406092
URL: https://svnweb.freebsd.org/changeset/ports/406092
Log:
- Update to 1.9.2.5 to fix fetch
- Change modes with plist
Modified:
head/games/robocode/Makefile
head/games/robocode/distinfo
head/games/robocode/pkg-plist
Modified: head/games/robocode/Makefile
==============================================================================
--- head/games/robocode/Makefile Thu Jan 14 04:59:46 2016 (r406091)
+++ head/games/robocode/Makefile Thu Jan 14 05:07:00 2016 (r406092)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= robocode
-PORTVERSION= 1.9.2.2
+PORTVERSION= 1.9.2.5
CATEGORIES= games java
MASTER_SITES= SF
DISTFILES= ${PORTNAME}-${DISTVERSION}-setup.jar
@@ -11,8 +11,6 @@ DIST_SUBDIR= java
MAINTAINER= ports at FreeBSD.org
COMMENT= Game for learning Java[tm] programming language
-BROKEN= unfetchable
-
LICENSE= EPL
USES= dos2unix zip
@@ -50,7 +48,5 @@ do-install:
${STAGEDIR}${PREFIX}/share/pixmaps/
@${MKDIR} ${STAGEDIR}${DATADIR}/config
- @(cd ${STAGEDIR}${DATADIR} && ${CHMOD} -R 775 config roborumble robots)
- @${CHMOD} +x ${STAGEDIR}${DATADIR}/*.sh
.include <bsd.port.mk>
Modified: head/games/robocode/distinfo
==============================================================================
--- head/games/robocode/distinfo Thu Jan 14 04:59:46 2016 (r406091)
+++ head/games/robocode/distinfo Thu Jan 14 05:07:00 2016 (r406092)
@@ -1,2 +1,2 @@
-SHA256 (java/robocode-1.9.2.2-setup.jar) = 57278a68ec7258adb7d0a1711070125cf1306d06191b6e671178eeaf7e51c368
-SIZE (java/robocode-1.9.2.2-setup.jar) = 5437217
+SHA256 (java/robocode-1.9.2.5-setup.jar) = 4a899ed17718ee6511cf78e94ed3a9b247271d0d324aa9b154da32aadf0a59b8
+SIZE (java/robocode-1.9.2.5-setup.jar) = 5901186
Modified: head/games/robocode/pkg-plist
==============================================================================
--- head/games/robocode/pkg-plist Thu Jan 14 04:59:46 2016 (r406091)
+++ head/games/robocode/pkg-plist Thu Jan 14 05:07:00 2016 (r406092)
@@ -169,11 +169,12 @@ share/applications/robocodeTwinDuel.desk
%%DATADIR%%/libs/robocode.ui.editor-%%PORTVERSION%%.jar
%%DATADIR%%/libs/roborumble.jar
%%DATADIR%%/license/epl-v10.html
-%%DATADIR%%/meleerumble.sh
+@(,,755) %%DATADIR%%/meleerumble.sh
%%DATADIR%%/robocode.ico
-%%DATADIR%%/robocode.sh
+@(,,755) %%DATADIR%%/robocode.sh
%%DATADIR%%/roborumble.ico
-%%DATADIR%%/roborumble.sh
+@(,,755) %%DATADIR%%/roborumble.sh
+ at mode 755
%%DATADIR%%/roborumble/meleerumble.txt
%%DATADIR%%/roborumble/roborumble.properties
%%DATADIR%%/roborumble/roborumble.txt
@@ -262,14 +263,17 @@ share/applications/robocodeTwinDuel.desk
%%DATADIR%%/robots/sampleteam/Point.java
%%DATADIR%%/robots/sampleteam/RobotColors.class
%%DATADIR%%/robots/sampleteam/RobotColors.java
-%%DATADIR%%/teamrumble.sh
+ at mode
+@(,,755) %%DATADIR%%/teamrumble.sh
%%DATADIR%%/templates/newjavafile.tpt
%%DATADIR%%/templates/newjuniorrobot.tpt
%%DATADIR%%/templates/newrobot.tpt
%%DATADIR%%/theme/editor/Robocode Black Theme.properties
%%DATADIR%%/theme/editor/Robocode White Theme.properties
-%%DATADIR%%/twinduel.sh
+@(,,755) %%DATADIR%%/twinduel.sh
%%DATADIR%%/versions.md
share/pixmaps/robocode.png
share/pixmaps/roborumble.png
- at dir %%DATADIR%%/config
+ at dir(,,755) %%DATADIR%%/robots
+ at dir(,,755) %%DATADIR%%/roborumble
+ at dir(,,755) %%DATADIR%%/config
More information about the svn-ports-all
mailing list