svn commit: r314874 - head/games/robocode
Pawel Pekala
pawel at FreeBSD.org
Thu Mar 21 21:02:12 UTC 2013
Author: pawel
Date: Thu Mar 21 21:02:11 2013
New Revision: 314874
URL: http://svnweb.freebsd.org/changeset/ports/314874
Log:
Bump java version, no more 1.5 in ports
Noticed by: jgh@
Modified:
head/games/robocode/Makefile
Modified: head/games/robocode/Makefile
==============================================================================
--- head/games/robocode/Makefile Thu Mar 21 20:43:14 2013 (r314873)
+++ head/games/robocode/Makefile Thu Mar 21 21:02:11 2013 (r314874)
@@ -18,7 +18,7 @@ LICENSE= EPL
USE_ZIP= yes
USE_JAVA= yes
-JAVA_VERSION= 1.5+
+JAVA_VERSION= 1.6+
JAVA_EXTRACT= yes
JAVA_RUN= yes
NO_WRKSUBDIR= yes
More information about the svn-ports-all
mailing list