Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Dec 2016 11:54:37 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r428048 - in head/java: jboss7 jboss71 jboss72
Message-ID:  <201612071154.uB7Bsbhx037867@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612071154.uB7Bsbhx037867>