svn commit: r559340 - head/java/jasmin

Greg Lewis glewis at FreeBSD.org
Sun Dec 27 04:24:02 UTC 2020


Author: glewis
Date: Sun Dec 27 04:24:01 2020
New Revision: 559340
URL: https://svnweb.freebsd.org/changeset/ports/559340

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

Modified:
  head/java/jasmin/Makefile

Modified: head/java/jasmin/Makefile
==============================================================================
--- head/java/jasmin/Makefile	Sun Dec 27 04:17:26 2020	(r559339)
+++ head/java/jasmin/Makefile	Sun Dec 27 04:24:01 2020	(r559340)
@@ -15,6 +15,7 @@ USES=		dos2unix zip
 USE_ANT=	yes
 ALL_TARGET=	jasmin
 USE_JAVA=	yes
+JAVA_VERSION=	8
 DOS2UNIX_REGEX=	.*\.(txt|xml|j|class|java|mf|css|bnf|html)
 
 SUB_FILES=	jasmin.sh


More information about the svn-ports-all mailing list