Date: Thu, 3 Nov 2016 14:59:22 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> 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 Message-ID: <201611031459.uA3ExMtL016911@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611031459.uA3ExMtL016911>