aboutsummaryrefslogtreecommitdiffstats
path: root/java/jdk16
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2012-10-27 14:56:10 +0800
committerbapt <bapt@FreeBSD.org>2012-10-27 14:56:10 +0800
commita2f7fbe86b90c1f35fbbfaea56927d7deae53200 (patch)
tree82ef886fcd6531aad47707f33f5282edfdc259a5 /java/jdk16
parent48c5ff6b81fd9b87cfcb4dceb76ce42a81c85f8f (diff)
downloadfreebsd-ports-gnome-a2f7fbe86b90c1f35fbbfaea56927d7deae53200.tar.gz
freebsd-ports-gnome-a2f7fbe86b90c1f35fbbfaea56927d7deae53200.tar.zst
freebsd-ports-gnome-a2f7fbe86b90c1f35fbbfaea56927d7deae53200.zip
java 1.5 (aka 5.0) is EOLed since October 2009 [1]
java/jdk16 is outdated with security issues consider using java/openjdk6 [1] java/jmp is java 1.5 only Approved by: java (glewis) [1] \ Ronald Klop <ronald@klop.ws> (maintainer) [2] Feature safe: yes
Diffstat (limited to 'java/jdk16')
-rw-r--r--java/jdk16/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/java/jdk16/Makefile b/java/jdk16/Makefile
index d6950ad4ef95..fa7092df7426 100644
--- a/java/jdk16/Makefile
+++ b/java/jdk16/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: jdk16
-# Date created: 17 June 2007
-# Whom: Greg Lewis <glewis@FreeBSD.org>
-#
+# Created by: Greg Lewis <glewis@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= jdk
PORTVERSION= ${JDK_VERSION}.${JDK_UPDATE_VERSION}p${JDK_PATCHSET_VERSION}
@@ -18,6 +14,9 @@ EXTRACT_ONLY= ${JRL_SRCFILE} ${JRL_BINFILE} ${JRL_MOZFILE}
MAINTAINER= glewis@FreeBSD.org
COMMENT= Java Development Kit 1.6.0
+DEPRECATED= Outdated, consider using openjdk6 or openjdk7
+EXPIRATION_DATE= 2012-11-27
+
BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \
unzip:${PORTSDIR}/archivers/unzip \
${LOCALBASE}/lib/libXm.so:${PORTSDIR}/x11-toolkits/open-motif \