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/linux-sun-jre15/Makefile | |
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/linux-sun-jre15/Makefile')
-rw-r--r-- | java/linux-sun-jre15/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/java/linux-sun-jre15/Makefile b/java/linux-sun-jre15/Makefile index 7d2d9425ad87..0c81c2e15950 100644 --- a/java/linux-sun-jre15/Makefile +++ b/java/linux-sun-jre15/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Sun Linux JRE 1.5.x -# Date created: 5 October 2007 -# Whom: Jung-uk Kim <jkim@FreeBSD.org> -# +# Created by: Jung-uk Kim <jkim@FreeBSD.org> # $FreeBSD$ -# PORTNAME= jre PORTVERSION= ${DL_JRE_VERSION:S/_/./g} @@ -16,6 +12,9 @@ EXTRACT_SUFX= .bin MAINTAINER= java@FreeBSD.org COMMENT= Sun Java Runtime Environment 1.5 for Linux +DEPRECATED= EOLed upstream since october 2009 +EXPIRATION_DATE= 2012-11-27 + EXTRACT_DEPENDS=${LINUX_BASE_PORT} RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper |