diff options
-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 |