diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2014-04-11 18:33:50 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2014-04-11 18:33:50 +0000 |
commit | 41d2d6662e70a34ecb8aae5f791ca7078279c41c (patch) | |
tree | f8815a04237af271405ed7c57a55d0dc9ed48d69 | |
parent | f235319d91caa4578999577281dfeb0db6979c14 (diff) | |
download | ports-41d2d6662e70a34ecb8aae5f791ca7078279c41c.tar.gz ports-41d2d6662e70a34ecb8aae5f791ca7078279c41c.zip |
Notes
-rw-r--r-- | java/linux-sun-jdk16/Makefile | 3 | ||||
-rw-r--r-- | java/linux-sun-jre16/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/java/linux-sun-jdk16/Makefile b/java/linux-sun-jdk16/Makefile index 6982f5713cf0..f082e002942d 100644 --- a/java/linux-sun-jdk16/Makefile +++ b/java/linux-sun-jdk16/Makefile @@ -14,6 +14,9 @@ COMMENT= Sun Java Development Kit 1.6 for Linux EXTRACT_DEPENDS=${LINUX_BASE_PORT} RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper +DEPRECATED= Unsupported and known for multiple security vulnerabilities +EXPIRATION_DATE=2014-05-10 + OPTIONS_DEFINE= DEMO DEMO_DESC= Install demos and samples OPTIONS_DEFAULT=DEMO diff --git a/java/linux-sun-jre16/Makefile b/java/linux-sun-jre16/Makefile index e2381ace96b0..678e48638368 100644 --- a/java/linux-sun-jre16/Makefile +++ b/java/linux-sun-jre16/Makefile @@ -14,6 +14,9 @@ COMMENT= Sun Java Runtime Environment 1.6 for Linux EXTRACT_DEPENDS=${LINUX_BASE_PORT} RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper +DEPRECATED= Unsupported and known for multiple security vulnerabilities +EXPIRATION_DATE=2014-05-10 + NO_CDROM= License does not allow distribution with fee RESTRICTED= Redistribution of repackaged binaries not permitted PKGNAMESUFFIX= 16 |