svn commit: r559336 - head/java/apache-commons-lang

Greg Lewis glewis at FreeBSD.org
Sun Dec 27 03:00:51 UTC 2020


Author: glewis
Date: Sun Dec 27 03:00:50 2020
New Revision: 559336
URL: https://svnweb.freebsd.org/changeset/ports/559336

Log:
  Restrict to Java 8, since this doesn't compile with Java 11
  
  PR:			251774

Modified:
  head/java/apache-commons-lang/Makefile

Modified: head/java/apache-commons-lang/Makefile
==============================================================================
--- head/java/apache-commons-lang/Makefile	Sun Dec 27 02:33:04 2020	(r559335)
+++ head/java/apache-commons-lang/Makefile	Sun Dec 27 03:00:50 2020	(r559336)
@@ -14,6 +14,7 @@ COMMENT=	Apache library with helper utilities for the 
 LICENSE=	APACHE20
 
 USE_JAVA=	yes
+JAVA_VERSION=	8
 USE_ANT=	yes
 ALL_TARGET=	jar
 


More information about the svn-ports-all mailing list