diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-22 00:59:43 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-22 00:59:43 +0000 |
commit | 237e002096dcd6f906cad14934beb140eef6f94e (patch) | |
tree | 80d1d0f6e3d581b1deae0d9320a18712fc2f7ab9 /databases | |
parent | 5dbd371032f75770f055c3c33b489ae8837cb051 (diff) | |
download | ports-237e002096dcd6f906cad14934beb140eef6f94e.tar.gz ports-237e002096dcd6f906cad14934beb140eef6f94e.zip |
- Mark jdk11 / jdk12 ports for removal in 1 month
Inspired by: glewis
With hat: portmgr
Notes
Notes:
svn path=/head/; revision=196029
Diffstat (limited to 'databases')
-rw-r--r-- | databases/java-sqlrelay/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/java-sqlrelay/Makefile b/databases/java-sqlrelay/Makefile index b01d19d7c749..14117784a472 100644 --- a/databases/java-sqlrelay/Makefile +++ b/databases/java-sqlrelay/Makefile @@ -23,6 +23,9 @@ RUN_DEPENDS= ${LOCALBASE}/jdk${JDK_VERSION}/bin/java:${PORTSDIR}/java/jdk11 JDK_VERSION?= 1.1.8 +DEPRECATED= Depends on obsolete version of jdk +EXPIRATION_DATE=2007-08-22 + WRKSRC= ${WRKDIR}/${PORTNAME} BUILD_WRKSRC= ${WRKSRC}/src/api/java INSTALL_WRKSRC= ${BUILD_WRKSRC} |