From 36aa3841db63deddf3c478751353b1976d8f03ea Mon Sep 17 00:00:00 2001 From: Greg Lewis Date: Fri, 15 Nov 2019 03:12:50 +0000 Subject: [PATCH] Schedule these ports for deprecation The corresponding JDK versions are EoL and have been removed already. --- java/jdk10-doc/Makefile | 3 +++ java/jdk9-doc/Makefile | 3 +++ 2 files changed, 6 insertions(+) diff --git a/java/jdk10-doc/Makefile b/java/jdk10-doc/Makefile index 7b45f449c2bd..15a02b27b528 100644 --- a/java/jdk10-doc/Makefile +++ b/java/jdk10-doc/Makefile @@ -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. diff --git a/java/jdk9-doc/Makefile b/java/jdk9-doc/Makefile index a8a84fd96e2c..39513ad8c2bd 100644 --- a/java/jdk9-doc/Makefile +++ b/java/jdk9-doc/Makefile @@ -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.