Date: Sun, 27 Dec 2020 04:24:01 +0000 (UTC) From: Greg Lewis <glewis@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r559340 - head/java/jasmin Message-ID: <202012270424.0BR4O1Ys021278@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012270424.0BR4O1Ys021278>