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
This commit is contained in:
Mathieu Arnold 2016-11-03 14:59:21 +00:00
parent 2cec01e0dc
commit c7bc9806d7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=425226
2 changed files with 6 additions and 0 deletions

View File

@ -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}

View File

@ -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}