svn commit: r466352 - in head/lang: perl5.24 perl5.26
Mathieu Arnold
mat at FreeBSD.org
Tue Apr 3 13:54:07 UTC 2018
Author: mat
Date: Tue Apr 3 13:54:06 2018
New Revision: 466352
URL: https://svnweb.freebsd.org/changeset/ports/466352
Log:
Mark Perl 5.24 as DEPRECATED now that the default changed to 5.26.
Forgotten by: mat
Sponsored by: Absolight
Modified:
head/lang/perl5.24/Makefile (contents, props changed)
head/lang/perl5.26/Makefile (contents, props changed)
Modified: head/lang/perl5.24/Makefile
==============================================================================
--- head/lang/perl5.24/Makefile Tue Apr 3 13:45:15 2018 (r466351)
+++ head/lang/perl5.24/Makefile Tue Apr 3 13:54:06 2018 (r466352)
@@ -15,9 +15,8 @@ LICENSE_COMB= dual
LICENSE_FILE_ART10= ${WRKSRC}/Artistic
LICENSE_FILE_GPLv1+ = ${WRKSRC}/Copying
-# Uncomment when the default Perl is switched to 5.26
-#DEPRECATED= Support ends three years after .0 release, please upgrade to a more recent version of Perl
-#EXPIRATION_DATE=2019-05-09
+DEPRECATED= Support ends three years after .0 release, please upgrade to a more recent version of Perl
+EXPIRATION_DATE=2019-05-09
TEST_TARGET= test_harness
TEST_ENV= ${MAKE_ENV} TEST_JOBS=${MAKE_JOBS_NUMBER} \
Modified: head/lang/perl5.26/Makefile
==============================================================================
--- head/lang/perl5.26/Makefile Tue Apr 3 13:45:15 2018 (r466351)
+++ head/lang/perl5.26/Makefile Tue Apr 3 13:54:06 2018 (r466352)
@@ -16,9 +16,9 @@ LICENSE_COMB= dual
LICENSE_FILE_ART10= ${WRKSRC}/Artistic
LICENSE_FILE_GPLv1+ = ${WRKSRC}/Copying
-# Uncomment when the default Perl is switched to 5.2(X+2)
+# Uncomment when the default Perl is switched to 5.28
#DEPRECATED= Support ends three years after .0 release, please upgrade to a more recent version of Perl
-#EXPIRATION_DATE=<Release date of .0 + 3 years>
+#EXPIRATION_DATE=2020-05-31
TEST_TARGET= test_harness
TEST_ENV= ${MAKE_ENV} TEST_JOBS=${MAKE_JOBS_NUMBER} \
More information about the svn-ports-all
mailing list