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)
This commit is contained in:
parent
94826354b3
commit
f83aa33119
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=428048
@ -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:
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user