svn commit: r509411 - head/java/openjdk6

Greg Lewis glewis at FreeBSD.org
Tue Aug 20 07:47:26 UTC 2019


Author: glewis
Date: Tue Aug 20 07:47:25 2019
New Revision: 509411
URL: https://svnweb.freebsd.org/changeset/ports/509411

Log:
  Set an expiration date
  
  * Java 6 public releases ended April 2013, and extended support on
    December 2018.  With upstream support ending, this is marked as
    deprecated and users are encouraged to upgrade to openjdk8.
  * Provide an expiration date set one month from now (2019-09-20).
  
  PR:	234792

Modified:
  head/java/openjdk6/Makefile

Modified: head/java/openjdk6/Makefile
==============================================================================
--- head/java/openjdk6/Makefile	Tue Aug 20 06:47:39 2019	(r509410)
+++ head/java/openjdk6/Makefile	Tue Aug 20 07:47:25 2019	(r509411)
@@ -24,6 +24,9 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 LICENSE_DISTFILES=	${JDK_SRC_DISTFILE}${EXTRACT_SUFX}
 
+DEPRECATED=	Extended Support ended December 2018, please migrate to openjdk8
+EXPIRATION_DATE=2019-09-20
+
 BUILD_DEPENDS=	${LOCALBASE}/bin/zip:archivers/zip \
 		${LOCALBASE}/bin/unzip:archivers/unzip \
 		${LOCALBASE}/include/cups/cups.h:print/cups


More information about the svn-ports-all mailing list