svn commit: r357271 - head/devel/java-findbugs/files
Greg Lewis
glewis at FreeBSD.org
Tue Jun 10 06:31:12 UTC 2014
Author: glewis
Date: Tue Jun 10 06:31:11 2014
New Revision: 357271
URL: http://svnweb.freebsd.org/changeset/ports/357271
QAT: https://qat.redports.org/buildarchive/r357271/
Log:
. Use a valid JAVA_VERSION specification.
Modified:
head/devel/java-findbugs/files/patch-findbugs2
Modified: head/devel/java-findbugs/files/patch-findbugs2
==============================================================================
--- head/devel/java-findbugs/files/patch-findbugs2 Tue Jun 10 06:30:47 2014 (r357270)
+++ head/devel/java-findbugs/files/patch-findbugs2 Tue Jun 10 06:31:11 2014 (r357271)
@@ -69,7 +69,7 @@
#
-exec "$fb_javacmd" \
- -classpath "$fb_appjar$fb_pathsep$CLASSPATH" \
-+JAVA_VERSION="1.5+" exec "$fb_javacmd" \
++JAVA_VERSION="1.6+" exec "$fb_javacmd" \
-Dfindbugs.home="$findbugs_home" \
$jvm_debug $jvm_maxheap $jvm_ea $jvm_conservespace $jvm_user_props \
-Dfindbugs.launchUI=$fb_launchui \
More information about the svn-ports-all
mailing list