Date: Sun, 27 Dec 2020 03:00:51 +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: r559336 - head/java/apache-commons-lang Message-ID: <202012270300.0BR30pOn065494@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012270300.0BR30pOn065494>