From owner-svn-ports-head@freebsd.org Wed Dec 7 11:54:38 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6263BC6B542; Wed, 7 Dec 2016 11:54:38 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 19EE5FED; Wed, 7 Dec 2016 11:54:38 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uB7Bsbb7037870; Wed, 7 Dec 2016 11:54:37 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uB7Bsbhx037867; Wed, 7 Dec 2016 11:54:37 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201612071154.uB7Bsbhx037867@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 7 Dec 2016 11:54:37 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Dec 2016 11:54:38 -0000 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