svn commit: r513731 - in head/java: linux-oracle-jre10 linux-oracle-jre9

Greg Lewis glewis at FreeBSD.org
Thu Oct 3 19:32:17 UTC 2019


Author: glewis
Date: Thu Oct  3 19:32:16 2019
New Revision: 513731
URL: https://svnweb.freebsd.org/changeset/ports/513731

Log:
  Mark these for expiration as they are EoL upstream
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/java/linux-oracle-jre10/Makefile
  head/java/linux-oracle-jre9/Makefile

Modified: head/java/linux-oracle-jre10/Makefile
==============================================================================
--- head/java/linux-oracle-jre10/Makefile	Thu Oct  3 19:28:47 2019	(r513730)
+++ head/java/linux-oracle-jre10/Makefile	Thu Oct  3 19:32:16 2019	(r513731)
@@ -11,6 +11,9 @@ DISTNAME=	jre-${JRE_VERSION}.${JRE_UPDATE_VERSION}.${J
 MAINTAINER=	java at FreeBSD.org
 COMMENT=	Oracle Java ${JRE_VERSION} Runtime Environment for Linux
 
+DEPRECATED=	No longer maintained upstream, please migrate to openjdk11
+EXPIRATION_DATE=2019-10-17
+
 ONLY_FOR_ARCHS=	amd64
 RUN_DEPENDS=	javavm:java/javavmwrapper
 

Modified: head/java/linux-oracle-jre9/Makefile
==============================================================================
--- head/java/linux-oracle-jre9/Makefile	Thu Oct  3 19:28:47 2019	(r513730)
+++ head/java/linux-oracle-jre9/Makefile	Thu Oct  3 19:32:16 2019	(r513731)
@@ -11,6 +11,9 @@ DISTNAME=	jre-${JRE_VERSION}.${JRE_UPDATE_VERSION}.${J
 MAINTAINER=	java at FreeBSD.org
 COMMENT=	Oracle Java ${JRE_VERSION} Runtime Environment for Linux
 
+DEPRECATED=	No longer maintained upstream, please migrate to openjdk11
+EXPIRATION_DATE=2019-10-17
+
 ONLY_FOR_ARCHS=	amd64
 RUN_DEPENDS=	javavm:java/javavmwrapper
 


More information about the svn-ports-head mailing list