diff options
author | marino <marino@FreeBSD.org> | 2016-01-09 20:30:35 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-01-09 20:30:35 +0800 |
commit | 155a02f5ea2271f489004cfa693c5e6ccf795258 (patch) | |
tree | f2b7e8e503f2d14c54779053e58f64c5e9740cfc /java | |
parent | 7f4a67de4b00ef465c17c431e48e34c4e3572270 (diff) | |
download | freebsd-ports-gnome-155a02f5ea2271f489004cfa693c5e6ccf795258.tar.gz freebsd-ports-gnome-155a02f5ea2271f489004cfa693c5e6ccf795258.tar.zst freebsd-ports-gnome-155a02f5ea2271f489004cfa693c5e6ccf795258.zip |
java/wildfly(80|81|82): Deprecate three EOL versions of wildfly
There are currently no less than 5 versions of wildfly: 80, 81, 82, 90,
and 100. According to the developers, only the current release is really
supported although some security patches may get backported to the
previous release as necessary. Since the current release is 10.0, only
the last version of 9 could potentially receive updates.
I'm setting the expiration for 80 and 81 for 1 FEB 2016.
I'm setting the expiration for 82 for 15 JUL 2016
That should get 82 in the new quarterly branch and then it's gone from
the trunk. That should be reasonable to upgrade to 10.0 or later by
then.
PR: 205490
Approved by: yerenkow (gmail) (maintainer)
Diffstat (limited to 'java')
-rw-r--r-- | java/wildfly80/Makefile | 3 | ||||
-rw-r--r-- | java/wildfly81/Makefile | 3 | ||||
-rw-r--r-- | java/wildfly82/Makefile | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/java/wildfly80/Makefile b/java/wildfly80/Makefile index 5b0183c9475d..56cf2810f581 100644 --- a/java/wildfly80/Makefile +++ b/java/wildfly80/Makefile @@ -13,6 +13,9 @@ COMMENT= Replacement for JBoss Application Server LICENSE= GPLv2 +DEPRECATED= Fully EOL when version 8.2 was released +EXPIRATION_DATE= 2016-02-01 + USE_RC_SUBR= wildfly80 USE_JAVA= yes JAVA_VERSION= 1.7+ diff --git a/java/wildfly81/Makefile b/java/wildfly81/Makefile index bd6a45cbdedd..ac129e357bea 100644 --- a/java/wildfly81/Makefile +++ b/java/wildfly81/Makefile @@ -13,6 +13,9 @@ COMMENT= Replacement for JBoss Application Server LICENSE= GPLv2 +DEPRECATED= Fully EOL when version 9.0 was released +EXPIRATION_DATE= 2016-02-01 + USE_RC_SUBR= wildfly81 USE_JAVA= yes JAVA_VERSION= 1.7+ diff --git a/java/wildfly82/Makefile b/java/wildfly82/Makefile index e14d68fec238..0803bb6e4dba 100644 --- a/java/wildfly82/Makefile +++ b/java/wildfly82/Makefile @@ -12,6 +12,9 @@ COMMENT= Replacement for JBoss Application Server LICENSE= GPLv2 +DEPRECATED= Fully EOL when version 10.0 was released +EXPIRATION_DATE= 2016-07-15 + USE_RC_SUBR= wildfly82 USE_JAVA= yes JAVA_VERSION= 1.7+ |