Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Oct 2019 17:22:17 +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: r513677 - head/security/bastillion
Message-ID:  <201910031722.x93HMH79046144@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910031722.x93HMH79046144>