svn commit: r513677 - head/security/bastillion

Greg Lewis glewis at FreeBSD.org
Thu Oct 3 17:22:18 UTC 2019


Author: glewis
Date: Thu Oct  3 17:22:17 2019
New Revision: 513677
URL: https://svnweb.freebsd.org/changeset/ports/513677

Log:
  Remove references to EoL'ed Java versions
  
  * Java 9 and 10 are EoL'ed upstream and the ports for them are scheduled
    for deletion, so switch the version specification here to 11+.
  
  PR:		241022
  Approved by:	netchild@
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/security/bastillion/Makefile

Modified: head/security/bastillion/Makefile
==============================================================================
--- head/security/bastillion/Makefile	Thu Oct  3 17:03:44 2019	(r513676)
+++ head/security/bastillion/Makefile	Thu Oct  3 17:22:17 2019	(r513677)
@@ -27,7 +27,7 @@ GH_PROJECT=	Bastillion
 
 NO_ARCH=	yes
 NO_BUILD=	yes
-JAVA_VERSION=	1.9+
+JAVA_VERSION=	11+
 JAVA_VENDOR=	openjdk
 USE_RC_SUBR=	${PORTNAME}
 


More information about the svn-ports-head mailing list