summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2015-05-13 10:37:01 +0000
committermat <mat@FreeBSD.org>2015-05-13 10:37:01 +0000
commit68f37b3937204ed73a9deffd34e025716b13c708 (patch)
tree13e10fccaab717a84d013dc36de2182bc949e4e3
parent5dc3e0aa5868283c1f1c7322ff539490d6b1ae97 (diff)
downloadFreeBSD-ports-68f37b3937204ed73a9deffd34e025716b13c708.zip
FreeBSD-ports-68f37b3937204ed73a9deffd34e025716b13c708.tar.gz
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
-rw-r--r--lang/perl5.16/Makefile2
-rw-r--r--lang/perl5.18/Makefile3
2 files changed, 4 insertions, 1 deletions
diff --git a/lang/perl5.16/Makefile b/lang/perl5.16/Makefile
index 32fd482..b4ddd9b 100644
--- a/lang/perl5.16/Makefile
+++ b/lang/perl5.16/Makefile
@@ -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.*-*
diff --git a/lang/perl5.18/Makefile b/lang/perl5.18/Makefile
index 04aae83..4d743a8 100644
--- a/lang/perl5.18/Makefile
+++ b/lang/perl5.18/Makefile
@@ -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 \
OpenPOWER on IntegriCloud