Mark deprecated and set expiration.
This commit is contained in:
parent
7613633531
commit
d1ea6bff97
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=407288
2 changed files with 4 additions and 2 deletions
|
@ -11,7 +11,8 @@ DISTNAME= jdk-${JDK_VERSION}u${JDK_UPDATE_VERSION}-linux-i586
|
|||
MAINTAINER= java@FreeBSD.org
|
||||
COMMENT= Oracle Java ${JDK_VERSION} Development Kit for Linux
|
||||
|
||||
FORBIDDEN= Multiple security vulnerabilities
|
||||
DEPRECATED= Unsupported and known for multiple security vulnerabilities
|
||||
EXPIRATION_DATE=2016-02-29
|
||||
|
||||
RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper
|
||||
|
||||
|
|
|
@ -10,7 +10,8 @@ DISTNAME= jre-${JRE_VERSION}u${JRE_UPDATE_VERSION}-linux-i586
|
|||
MAINTAINER= java@FreeBSD.org
|
||||
COMMENT= Oracle Java ${JRE_VERSION} Runtime Environment for Linux
|
||||
|
||||
FORBIDDEN= Multiple security vulnerabilities
|
||||
DEPRECATED= Unsupported and known for multiple security vulnerabilities
|
||||
EXPIRATION_DATE=2016-02-29
|
||||
|
||||
RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper
|
||||
|
||||
|
|
Loading…
Reference in a new issue