mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
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
This commit is contained in:
parent
1ce0b86d8f
commit
1631b3fd4c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386206
2 changed files with 4 additions and 1 deletions
|
@ -17,7 +17,7 @@ LICENSE_FILE_ART10= ${WRKSRC}/Artistic
|
||||||
LICENSE_FILE_GPLv1= ${WRKSRC}/Copying
|
LICENSE_FILE_GPLv1= ${WRKSRC}/Copying
|
||||||
|
|
||||||
DEPRECATED= Unsupported, please upgrade to a more recent version of Perl
|
DEPRECATED= Unsupported, please upgrade to a more recent version of Perl
|
||||||
EXPIRATION_DATE=2015-07-31
|
EXPIRATION_DATE=2015-12-31
|
||||||
|
|
||||||
CONFLICTS_INSTALL= perl5.*-*
|
CONFLICTS_INSTALL= perl5.*-*
|
||||||
|
|
||||||
|
|
|
@ -16,6 +16,9 @@ LICENSE_COMB= dual
|
||||||
LICENSE_FILE_ART10= ${WRKSRC}/Artistic
|
LICENSE_FILE_ART10= ${WRKSRC}/Artistic
|
||||||
LICENSE_FILE_GPLv1= ${WRKSRC}/Copying
|
LICENSE_FILE_GPLv1= ${WRKSRC}/Copying
|
||||||
|
|
||||||
|
DEPRECATED= Unsupported, please upgrade to a more recent version of Perl
|
||||||
|
EXPIRATION_DATE=2016-12-31
|
||||||
|
|
||||||
CONFLICTS_INSTALL= perl5.*-*
|
CONFLICTS_INSTALL= perl5.*-*
|
||||||
|
|
||||||
OPTIONS_DEFINE= DEBUG GDBM PERL_64BITINT PTHREAD \
|
OPTIONS_DEFINE= DEBUG GDBM PERL_64BITINT PTHREAD \
|
||||||
|
|
Loading…
Add table
Reference in a new issue