From owner-svn-ports-head@freebsd.org Thu Nov 3 14:59:23 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 4700FC2DB88; Thu, 3 Nov 2016 14:59:23 +0000 (UTC) (envelope-from mat@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 E2F8711DD; Thu, 3 Nov 2016 14:59:22 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA3ExMMs016914; Thu, 3 Nov 2016 14:59:22 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA3ExMtL016911; Thu, 3 Nov 2016 14:59:22 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201611031459.uA3ExMtL016911@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 3 Nov 2016 14:59:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425226 - in head/lang: perl5.20 perl5.22 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: Thu, 03 Nov 2016 14:59:23 -0000 Author: mat Date: Thu Nov 3 14:59:21 2016 New Revision: 425226 URL: https://svnweb.freebsd.org/changeset/ports/425226 Log: Mark lang/perl5.20 as unsupported, and lang/perl5.22 as soon to be out of support. from perlpolicy: * We "officially" support the two most recent stable release series. 5.20.x and earlier are now out of support. As of the release of 5.26.0, we will "officially" end support for Perl 5.22.x, other than providing security updates as described below. Sponsored by: Absolight Modified: head/lang/perl5.20/Makefile (contents, props changed) head/lang/perl5.22/Makefile (contents, props changed) Modified: head/lang/perl5.20/Makefile ============================================================================== --- head/lang/perl5.20/Makefile Thu Nov 3 14:54:39 2016 (r425225) +++ head/lang/perl5.20/Makefile Thu Nov 3 14:59:21 2016 (r425226) @@ -16,6 +16,9 @@ LICENSE_COMB= dual LICENSE_FILE_ART10= ${WRKSRC}/Artistic LICENSE_FILE_GPLv1= ${WRKSRC}/Copying +DEPRECATED= Unsupported, please upgrade to a more recent version of Perl +EXPIRATION_DATE=2017-06-30 + TEST_TARGET= test_harness TEST_ENV= ${MAKE_ENV} TEST_JOBS=${MAKE_JOBS_NUMBER} \ LD_LIBRARY_PATH=${WRKSRC} Modified: head/lang/perl5.22/Makefile ============================================================================== --- head/lang/perl5.22/Makefile Thu Nov 3 14:54:39 2016 (r425225) +++ head/lang/perl5.22/Makefile Thu Nov 3 14:59:21 2016 (r425226) @@ -16,6 +16,9 @@ LICENSE_COMB= dual LICENSE_FILE_ART10= ${WRKSRC}/Artistic LICENSE_FILE_GPLv1= ${WRKSRC}/Copying +DEPRECATED= Support ends when 5.26 is released mid-2017, please upgrade to a more recent version of Perl +EXPIRATION_DATE=2017-12-31 + TEST_TARGET= test_harness TEST_ENV= ${MAKE_ENV} TEST_JOBS=${MAKE_JOBS_NUMBER} \ LD_LIBRARY_PATH=${WRKSRC}