svn commit: r386206 - in head/lang: perl5.16 perl5.18
Mathieu Arnold
mat at FreeBSD.org
Wed May 13 10:37:02 UTC 2015
Author: mat
Date: Wed May 13 10:37:01 2015
New Revision: 386206
URL: https://svnweb.freebsd.org/changeset/ports/386206
Log:
Perl 5.18 will officially be out of active support when 5.22 is released.
perlpolicy(1) states though, that critical patches can be provided for three
years after the .0 release, adjust Perl 5.16's expiration date accordingly.
Sponsored by: Absolight
Modified:
head/lang/perl5.16/Makefile
head/lang/perl5.18/Makefile
Modified: head/lang/perl5.16/Makefile
==============================================================================
--- head/lang/perl5.16/Makefile Wed May 13 10:20:18 2015 (r386205)
+++ head/lang/perl5.16/Makefile Wed May 13 10:37:01 2015 (r386206)
@@ -17,7 +17,7 @@ LICENSE_FILE_ART10= ${WRKSRC}/Artistic
LICENSE_FILE_GPLv1= ${WRKSRC}/Copying
DEPRECATED= Unsupported, please upgrade to a more recent version of Perl
-EXPIRATION_DATE=2015-07-31
+EXPIRATION_DATE=2015-12-31
CONFLICTS_INSTALL= perl5.*-*
Modified: head/lang/perl5.18/Makefile
==============================================================================
--- head/lang/perl5.18/Makefile Wed May 13 10:20:18 2015 (r386205)
+++ head/lang/perl5.18/Makefile Wed May 13 10:37:01 2015 (r386206)
@@ -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=2016-12-31
+
CONFLICTS_INSTALL= perl5.*-*
OPTIONS_DEFINE= DEBUG GDBM PERL_64BITINT PTHREAD \
More information about the svn-ports-all
mailing list