Date: Tue, 29 Dec 2020 19:17:03 +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: r559606 - head/www/helma Message-ID: <202012291917.0BTJH3gc043791@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: glewis Date: Tue Dec 29 19:17:03 2020 New Revision: 559606 URL: https://svnweb.freebsd.org/changeset/ports/559606 Log: Restrict to Java 8, since this doesn't compile with Java 11 PR: 251774 Modified: head/www/helma/Makefile Modified: head/www/helma/Makefile ============================================================================== --- head/www/helma/Makefile Tue Dec 29 19:13:08 2020 (r559605) +++ head/www/helma/Makefile Tue Dec 29 19:17:03 2020 (r559606) @@ -21,6 +21,7 @@ DATADIR= ${JAVASHAREDIR}/${PORTNAME} USE_RC_SUBR= helma USE_JAVA= yes +JAVA_VERSION= 8 USE_ANT= yes ALL_TARGET= clean jar NO_ARCH= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012291917.0BTJH3gc043791>