svn commit: r356824 - head/devel/jgoodies-common

Steve Wills swills at FreeBSD.org
Fri Jun 6 17:50:01 UTC 2014


Author: swills
Date: Fri Jun  6 17:50:01 2014
New Revision: 356824
URL: http://svnweb.freebsd.org/changeset/ports/356824
QAT: https://qat.redports.org/buildarchive/r356824/

Log:
  - Doesn't actually build with OpenJDK 1.7, so mark it as 1.6 only

Modified:
  head/devel/jgoodies-common/Makefile

Modified: head/devel/jgoodies-common/Makefile
==============================================================================
--- head/devel/jgoodies-common/Makefile	Fri Jun  6 17:19:00 2014	(r356823)
+++ head/devel/jgoodies-common/Makefile	Fri Jun  6 17:50:01 2014	(r356824)
@@ -17,7 +17,7 @@ BUILD_DEPENDS=	${JAVALIBDIR}/junit.jar:$
 
 USES=		dos2unix zip
 USE_JAVA=	yes
-JAVA_VERSION=	1.6+
+JAVA_VERSION=	1.6
 USE_ANT=	yes
 MAKE_ARGS+=	-Djunit4.jar=${LOCALBASE}/share/java/classes/junit.jar
 ALL_TARGET=	jar test


More information about the svn-ports-head mailing list