svn commit: r428048 - in head/java: jboss7 jboss71 jboss72
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Dec 7 11:54:38 UTC 2016
Author: amdmi3
Date: Wed Dec 7 11:54:36 2016
New Revision: 428048
URL: https://svnweb.freebsd.org/changeset/ports/428048
Log:
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 at gmail.com (maintainer)
Modified:
head/java/jboss7/Makefile
head/java/jboss71/Makefile
head/java/jboss72/Makefile
Modified: head/java/jboss7/Makefile
==============================================================================
--- head/java/jboss7/Makefile Wed Dec 7 11:12:31 2016 (r428047)
+++ head/java/jboss7/Makefile Wed Dec 7 11:54:36 2016 (r428048)
@@ -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 at 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:
Modified: head/java/jboss71/Makefile
==============================================================================
--- head/java/jboss71/Makefile Wed Dec 7 11:12:31 2016 (r428047)
+++ head/java/jboss71/Makefile Wed Dec 7 11:54:36 2016 (r428048)
@@ -13,6 +13,9 @@ DISTFILES= m2-${DISTNAME2}.tar.xz ${DIST
MAINTAINER= yerenkow at 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
Modified: head/java/jboss72/Makefile
==============================================================================
--- head/java/jboss72/Makefile Wed Dec 7 11:12:31 2016 (r428047)
+++ head/java/jboss72/Makefile Wed Dec 7 11:54:36 2016 (r428048)
@@ -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
More information about the svn-ports-all
mailing list