svn commit: r487686 - head/lang/perl5.26
Mathieu Arnold
mat at FreeBSD.org
Mon Dec 17 14:29:50 UTC 2018
Author: mat
Date: Mon Dec 17 14:29:47 2018
New Revision: 487686
URL: https://svnweb.freebsd.org/changeset/ports/487686
Log:
Forgot to uncomment this after switching the default to Perl 5.28.
Modified:
head/lang/perl5.26/Makefile (contents, props changed)
Modified: head/lang/perl5.26/Makefile
==============================================================================
--- head/lang/perl5.26/Makefile Mon Dec 17 14:29:41 2018 (r487685)
+++ head/lang/perl5.26/Makefile Mon Dec 17 14:29:47 2018 (r487686)
@@ -16,8 +16,8 @@ LICENSE_FILE_ART10= ${WRKSRC}/Artistic
LICENSE_FILE_GPLv1+ = ${WRKSRC}/Copying
# 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=2020-05-31
+DEPRECATED= Support ends three years after .0 release, please upgrade to a more recent version of Perl
+EXPIRATION_DATE=2020-05-31
TEST_TARGET= test_harness
TEST_ENV= ${MAKE_ENV} TEST_JOBS=${MAKE_JOBS_NUMBER} \
More information about the svn-ports-head
mailing list