svn commit: r425226 - in head/lang: perl5.20 perl5.22

Mathieu Arnold mat at FreeBSD.org
Thu Nov 3 14:59:23 UTC 2016


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}


More information about the svn-ports-all mailing list