summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-12-07 11:54:36 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-12-07 11:54:36 +0000
commitf83aa331196e11bb5e0f42c5506729bead524a59 (patch)
treec0215699faa40720e48616c52b0d4d794fdaf0bd /java
parent- Update to 0.0.20161129 (diff)
Deprecate and set expiration date to T + 2 months
From jboss.org: The JBoss AS community project has been renamed to the WildFly community project, which has a new home at wildfly.org. The JBoss name now only applies to the commercially supported product, called JBoss EAP, which is derived from the WildFly community project and is available here. For more information on the differences between the project and product offerings, see the JBoss.ORG technology page. You can find old JBoss AS community releases on our archived downloads page, however, these releases are not maintained and therefore are likely to contain bugs and security vulnerabilities. It is highly recommended that you upgrade to WildFly or JBoss EAP using the above links at your earliest convenience. If you require assistance in making this move, please ask on the forums or contact your local Red Hat account representitive. PR: 214223, 214224, 214225 Submitted by: yerenkow@gmail.com (maintainer)
Notes
Notes: svn path=/head/; revision=428048
Diffstat (limited to 'java')
-rw-r--r--java/jboss7/Makefile6
-rw-r--r--java/jboss71/Makefile3
-rw-r--r--java/jboss72/Makefile3
3 files changed, 10 insertions, 2 deletions
diff --git a/java/jboss7/Makefile b/java/jboss7/Makefile
index c8b1d4d302d4..ae1886cb1cf3 100644
--- a/java/jboss7/Makefile
+++ b/java/jboss7/Makefile
@@ -7,12 +7,15 @@ CATEGORIES= java www
MASTER_SITES= http://download.jboss.org/jbossas/${JBOSS_BRANCH}/${DISTNAME}/
PKGNAMESUFFIX= -as
DISTNAME= jboss-as-${PORTVERSION}.Final
+DIST_SUBDIR= ${DISTNAME}
MAINTAINER= yerenkow@gmail.com
+COMMENT= JBoss AS 7.1.1.Final Brontes
LICENSE= LGPL21
-COMMENT= JBoss AS 7.1.1.Final Brontes
+DEPRECATED= Unsupported, replaced by wildfly
+EXPIRATION_DATE=2017-02-07
JBOSS_MAJOR= 7
JBOSS_BRANCH= ${JBOSS_MAJOR}.1
@@ -21,7 +24,6 @@ USE_JAVA= yes
JAVA_VERSION= 1.6+
USER= www
GROUP= www
-DIST_SUBDIR= ${DISTNAME}
NO_BUILD= yes
do-install:
diff --git a/java/jboss71/Makefile b/java/jboss71/Makefile
index 3423dcbfdb1e..cde4895e2193 100644
--- a/java/jboss71/Makefile
+++ b/java/jboss71/Makefile
@@ -13,6 +13,9 @@ DISTFILES= m2-${DISTNAME2}.tar.xz ${DISTNAME}.tar.gz
MAINTAINER= yerenkow@gmail.com
COMMENT= JBoss 7.1.3.Final
+DEPRECATED= Unsupported, replaced by wildfly
+EXPIRATION_DATE=2017-02-07
+
USE_GITHUB= YES
GH_ACCOUNT= jbossas
GH_PROJECT= jboss-as
diff --git a/java/jboss72/Makefile b/java/jboss72/Makefile
index 945c83b77ff3..d86168821a00 100644
--- a/java/jboss72/Makefile
+++ b/java/jboss72/Makefile
@@ -15,6 +15,9 @@ COMMENT= JBoss 7.2.0.Final
LICENSE= GPLv2
+DEPRECATED= Unsupported, replaced by wildfly
+EXPIRATION_DATE=2017-02-07
+
USE_GITHUB= YES
GH_ACCOUNT= jbossas
GH_PROJECT= jboss-as