svn commit: r308621 - head/www/apache-forrest
Baptiste Daroussin
bapt at FreeBSD.org
Mon Dec 10 17:34:58 UTC 2012
Author: bapt
Date: Mon Dec 10 17:34:57 2012
New Revision: 308621
URL: http://svnweb.freebsd.org/changeset/ports/308621
Log:
Fix after Java 1.5 removal (this ports build nicely with openjdk6)
Modified:
head/www/apache-forrest/Makefile
Modified: head/www/apache-forrest/Makefile
==============================================================================
--- head/www/apache-forrest/Makefile Mon Dec 10 17:27:47 2012 (r308620)
+++ head/www/apache-forrest/Makefile Mon Dec 10 17:34:57 2012 (r308621)
@@ -16,7 +16,7 @@ MAINTAINER= nivit at FreeBSD.org
COMMENT= A tool for rapid development of small sites
USE_JAVA= yes
-JAVA_VERSION= 1.5
+JAVA_VERSION= 1.6
REPLACE_FILES= ${WRKSRC}/bin/forrest ${WRKSRC}/tools/ant/bin/ant
More information about the svn-ports-all
mailing list