Remove expired ports:

2019-11-28 java/jdk9-doc: The corresponding JDK port is EoL
2019-11-28 java/jdk10-doc: The corresponding JDK port is EoL
This commit is contained in:
Rene Ladan
2019-11-30 22:00:49 +00:00
parent 5da9877e9c
commit c0026c1912
8 changed files with 2 additions and 106 deletions
+2
View File
@@ -13504,3 +13504,5 @@ misc/urdfdom|devel/ros-urdfdom|2019-11-24|Use devel/ros-urdfdom instead
sysutils/kdirstat|sysutils/k4dirstat|2019-11-25|Renamed to match the upstream name
lang/gcc7-devel|lang/gcc7|2019-11-28|The GCC 7 branch is end of life, use the final release (or a new major version)
multimedia/cuse4bsd-kmod||2019-11-30|Removed, in base system on all supported versions
java/jdk9-doc||2019-11-30|Has expired: The corresponding JDK port is EoL
java/jdk10-doc||2019-11-30|Has expired: The corresponding JDK port is EoL
-2
View File
@@ -66,11 +66,9 @@
SUBDIR += jcommon
SUBDIR += jd-gui
SUBDIR += jdbcpool
SUBDIR += jdk10-doc
SUBDIR += jdk11-doc
SUBDIR += jdk12-doc
SUBDIR += jdk8-doc
SUBDIR += jdk9-doc
SUBDIR += jdom
SUBDIR += jflex
SUBDIR += jfreechart
-43
View File
@@ -1,43 +0,0 @@
# $FreeBSD$
PORTNAME= jdk
PORTVERSION= ${JDK_VERSION}.${JDK_UPDATE_VERSION}.${JDK_PATCH_VERSION}
CATEGORIES= java devel
MASTER_SITES= #
PKGNAMESUFFIX= ${JDK_VERSION}-doc
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.
WRKSRC= ${WRKDIR}/docs
JDK_VERSION= 10
JDK_UPDATE_VERSION= 0
JDK_PATCH_VERSION= 2
DOWNLOAD_URL= http://www.oracle.com/technetwork/java/javase/downloads/index.html
NO_BUILD= yes
USES= zip
PORTDOCS= *
OPTIONS_DEFINE= DOCS
.include <bsd.port.pre.mk>
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
IGNORE=You must manually fetch ${DISTNAME}${EXTRACT_SUFX} from ${DOWNLOAD_URL} by selecting the "Download" link for the "Java SE 10 Documentation", place it in ${DISTDIR} and then run make again
.endif
do-install:
@${ECHO} -n ">> Installing documentation in ${DOCSDIR}..."
@${MKDIR} ${STAGEDIR}${DOCSDIR}
@(cd ${WRKSRC}/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR}/)
@${ECHO} " [ DONE ]"
.include <bsd.port.post.mk>
-3
View File
@@ -1,3 +0,0 @@
TIMESTAMP = 1538930699
SHA256 (jdk-10.0.2_doc-all.zip) = cb7b1703e9e1ef8adc2506672e5d6396df2d76a4f9f4dda8e4226b4ae52852a8
SIZE (jdk-10.0.2_doc-all.zip) = 69312792
-6
View File
@@ -1,6 +0,0 @@
Java Development Kit 10 Documentation. Contains release information,
API documentation, guides to new features and tool documentation.
The documentation will be installed in ${PREFIX}/share/doc/jdk10/
WWW: https://www.oracle.com/java/
-43
View File
@@ -1,43 +0,0 @@
# $FreeBSD$
PORTNAME= jdk
PORTVERSION= ${JDK_VERSION}.${JDK_UPDATE_VERSION}.${JDK_PATCH_VERSION}
CATEGORIES= java devel
MASTER_SITES= #
PKGNAMESUFFIX= ${JDK_VERSION}-doc
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.
WRKSRC= ${WRKDIR}/docs
JDK_VERSION= 9
JDK_UPDATE_VERSION= 0
JDK_PATCH_VERSION= 4
DOWNLOAD_URL= http://www.oracle.com/technetwork/java/javase/downloads/index.html
NO_BUILD= yes
USES= zip
PORTDOCS= *
OPTIONS_DEFINE= DOCS
.include <bsd.port.pre.mk>
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
IGNORE=You must manually fetch ${DISTNAME}${EXTRACT_SUFX} from ${DOWNLOAD_URL} by selecting the "Download" link for the "Java SE 9 Documentation", place it in ${DISTDIR} and then run make again
.endif
do-install:
@${ECHO} -n ">> Installing documentation in ${DOCSDIR}..."
@${MKDIR} ${STAGEDIR}${DOCSDIR}
@(cd ${WRKSRC}/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR}/)
@${ECHO} " [ DONE ]"
.include <bsd.port.post.mk>
-3
View File
@@ -1,3 +0,0 @@
TIMESTAMP = 1519662889
SHA256 (jdk-9.0.4_doc-all.zip) = 66a7e0948f109020bfb5483848e9998b2624043074d7aae974e89e85a6e14d37
SIZE (jdk-9.0.4_doc-all.zip) = 70500089
-6
View File
@@ -1,6 +0,0 @@
Java Development Kit 9 Documentation. Contains release information,
API documentation, guides to new features and tool documentation.
The documentation will be installed in ${PREFIX}/share/doc/jdk9/
WWW: https://www.oracle.com/java/