diff options
author | bapt <bapt@FreeBSD.org> | 2012-10-27 14:56:10 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-10-27 14:56:10 +0800 |
commit | a2f7fbe86b90c1f35fbbfaea56927d7deae53200 (patch) | |
tree | 82ef886fcd6531aad47707f33f5282edfdc259a5 /java/diablo-jre15 | |
parent | 48c5ff6b81fd9b87cfcb4dceb76ce42a81c85f8f (diff) | |
download | freebsd-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/diablo-jre15')
-rw-r--r-- | java/diablo-jre15/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/java/diablo-jre15/Makefile b/java/diablo-jre15/Makefile index 35e8930d996b..bfaa8b5026db 100644 --- a/java/diablo-jre15/Makefile +++ b/java/diablo-jre15/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: diablo-jre15 -# Date created: February 26 2006 -# Whom: Greg Lewis <glewis@FreeBSD.org> -# +# Created by: Greg Lewis <glewis@FreeBSD.org> # $FreeBSD$ -# PORTNAME= jre PORTVERSION= ${JRE_VERSION}.${RELEASE_VERSION}.${BUILD_VERSION} @@ -17,6 +13,9 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= glewis@FreeBSD.org COMMENT= Java Runtime Environment ${JRE_VERSION}_${RELEASE_VERSION}.${BUILD_VERSION} +DEPRECATED= EOLed upstream since october 2009 +EXPIRATION_DATE= 2012-11-27 + RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper RESTRICTED= License does not allow distribution with fee |