Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Nov 2019 03:12: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: r517628 - in head/java: jdk10-doc jdk9-doc
Message-ID:  <201911150312.xAF3Cp9U038432@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: glewis
Date: Fri Nov 15 03:12:50 2019
New Revision: 517628
URL: https://svnweb.freebsd.org/changeset/ports/517628

Log:
  Schedule these ports for deprecation
  
  The corresponding JDK versions are EoL and have been removed already.

Modified:
  head/java/jdk10-doc/Makefile
  head/java/jdk9-doc/Makefile

Modified: head/java/jdk10-doc/Makefile
==============================================================================
--- head/java/jdk10-doc/Makefile	Fri Nov 15 03:08:22 2019	(r517627)
+++ head/java/jdk10-doc/Makefile	Fri Nov 15 03:12:50 2019	(r517628)
@@ -10,6 +10,9 @@ DISTNAME=	jdk-${PORTVERSION}_doc-all
 MAINTAINER=	java@FreeBSD.org
 COMMENT=	Java Development Kit ${JDK_VERSION} Documentation
 
+DEPRECATED=	The corresponding JDK port is EoL
+EXPIRATION_DATE=2019-11-28
+
 DOCSDIR?=	${PREFIX}/share/doc/jdk${JDK_VERSION}
 RESTRICTED=	This documentation is under license and export control.
 

Modified: head/java/jdk9-doc/Makefile
==============================================================================
--- head/java/jdk9-doc/Makefile	Fri Nov 15 03:08:22 2019	(r517627)
+++ head/java/jdk9-doc/Makefile	Fri Nov 15 03:12:50 2019	(r517628)
@@ -10,6 +10,9 @@ DISTNAME=	jdk-${PORTVERSION}_doc-all
 MAINTAINER=	java@FreeBSD.org
 COMMENT=	Java Development Kit ${JDK_VERSION} Documentation
 
+DEPRECATED=	The corresponding JDK port is EoL
+EXPIRATION_DATE=2019-11-28
+
 DOCSDIR?=	${PREFIX}/share/doc/jdk${JDK_VERSION}
 RESTRICTED=	This documentation is under license and export control.
 



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