From owner-svn-ports-head@freebsd.org Sat Jan 9 12:30:37 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 37CA4A67DC5; Sat, 9 Jan 2016 12:30:37 +0000 (UTC) (envelope-from marino@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 DE603154D; Sat, 9 Jan 2016 12:30:36 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u09CUZpD062532; Sat, 9 Jan 2016 12:30:35 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u09CUZvs062529; Sat, 9 Jan 2016 12:30:35 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201601091230.u09CUZvs062529@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sat, 9 Jan 2016 12:30:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405620 - in head/java: wildfly80 wildfly81 wildfly82 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.20 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: Sat, 09 Jan 2016 12:30:37 -0000 Author: marino Date: Sat Jan 9 12:30:35 2016 New Revision: 405620 URL: https://svnweb.freebsd.org/changeset/ports/405620 Log: java/wildfly(80|81|82): Deprecate three EOL versions of wildfly There are currently no less than 5 versions of wildfly: 80, 81, 82, 90, and 100. According to the developers, only the current release is really supported although some security patches may get backported to the previous release as necessary. Since the current release is 10.0, only the last version of 9 could potentially receive updates. I'm setting the expiration for 80 and 81 for 1 FEB 2016. I'm setting the expiration for 82 for 15 JUL 2016 That should get 82 in the new quarterly branch and then it's gone from the trunk. That should be reasonable to upgrade to 10.0 or later by then. PR: 205490 Approved by: yerenkow (gmail) (maintainer) Modified: head/java/wildfly80/Makefile head/java/wildfly81/Makefile head/java/wildfly82/Makefile Modified: head/java/wildfly80/Makefile ============================================================================== --- head/java/wildfly80/Makefile Sat Jan 9 11:56:21 2016 (r405619) +++ head/java/wildfly80/Makefile Sat Jan 9 12:30:35 2016 (r405620) @@ -13,6 +13,9 @@ COMMENT= Replacement for JBoss Applicati LICENSE= GPLv2 +DEPRECATED= Fully EOL when version 8.2 was released +EXPIRATION_DATE= 2016-02-01 + USE_RC_SUBR= wildfly80 USE_JAVA= yes JAVA_VERSION= 1.7+ Modified: head/java/wildfly81/Makefile ============================================================================== --- head/java/wildfly81/Makefile Sat Jan 9 11:56:21 2016 (r405619) +++ head/java/wildfly81/Makefile Sat Jan 9 12:30:35 2016 (r405620) @@ -13,6 +13,9 @@ COMMENT= Replacement for JBoss Applicati LICENSE= GPLv2 +DEPRECATED= Fully EOL when version 9.0 was released +EXPIRATION_DATE= 2016-02-01 + USE_RC_SUBR= wildfly81 USE_JAVA= yes JAVA_VERSION= 1.7+ Modified: head/java/wildfly82/Makefile ============================================================================== --- head/java/wildfly82/Makefile Sat Jan 9 11:56:21 2016 (r405619) +++ head/java/wildfly82/Makefile Sat Jan 9 12:30:35 2016 (r405620) @@ -12,6 +12,9 @@ COMMENT= Replacement for JBoss Applicati LICENSE= GPLv2 +DEPRECATED= Fully EOL when version 10.0 was released +EXPIRATION_DATE= 2016-07-15 + USE_RC_SUBR= wildfly82 USE_JAVA= yes JAVA_VERSION= 1.7+