Date: Sat, 27 Oct 2012 17:48:38 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306511 - in head/java: diablo-jdk16 diablo-jre16 Message-ID: <201210271748.q9RHmcYU026126@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sat Oct 27 17:48:37 2012 New Revision: 306511 URL: http://svn.freebsd.org/changeset/ports/306511 Log: diablo-jre/jdk 16 is also outdated and affected by security issues, consider using openjdk6 or openjdk7 they were forgotten in previous run Reported by: glewis Approved by: java (glewis) Feature safe: yes Modified: head/java/diablo-jdk16/Makefile head/java/diablo-jre16/Makefile Modified: head/java/diablo-jdk16/Makefile ============================================================================== --- head/java/diablo-jdk16/Makefile Sat Oct 27 17:43:02 2012 (r306510) +++ head/java/diablo-jdk16/Makefile Sat Oct 27 17:48:37 2012 (r306511) @@ -1,9 +1,5 @@ -# New ports collection makefile for: diablo-jdk16 -# Date created: July 26 2008 -# Whom: Greg Lewis <glewis@FreeBSD.org> -# +# Created by: Greg Lewis <glewis@FreeBSD.org> # $FreeBSD$ -# PORTNAME= jdk PORTVERSION= ${JDK_VERSION}.${RELEASE_VERSION}.${BUILD_VERSION} @@ -18,6 +14,9 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= glewis@FreeBSD.org COMMENT= Java Development Kit ${JDK_VERSION}_${RELEASE_VERSION}.${BUILD_VERSION} +DEPRECATED= Outdated, consider using openjdk6 or openjdk7 +EXPIRATION_DATE= 2012-11-27 + RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper RESTRICTED= License does not allow distribution with fee Modified: head/java/diablo-jre16/Makefile ============================================================================== --- head/java/diablo-jre16/Makefile Sat Oct 27 17:43:02 2012 (r306510) +++ head/java/diablo-jre16/Makefile Sat Oct 27 17:48:37 2012 (r306511) @@ -1,9 +1,5 @@ -# New ports collection makefile for: diablo-jre16 -# Date created: July 26 2008 -# Whom: Greg Lewis <glewis@FreeBSD.org> -# +# Created by: Greg Lewis <glewis@FreeBSD.org> # $FreeBSD$ -# PORTNAME= jre PORTVERSION= ${JRE_VERSION}.${RELEASE_VERSION}.${BUILD_VERSION} @@ -19,6 +15,9 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= glewis@FreeBSD.org COMMENT= Java Runtime Environment ${JRE_VERSION}_${RELEASE_VERSION}.${BUILD_VERSION} +DEPRECATED= Outdated, consider using openjdk6 or openjdk7 +EXPIRATION_DATE= 2012-11-27 + RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper RESTRICTED= License does not allow distribution with fee
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210271748.q9RHmcYU026126>