Date: Wed, 13 May 2015 10:37:01 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386206 - in head/lang: perl5.16 perl5.18 Message-ID: <201505131037.t4DAb164096726@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Wed May 13 10:37:01 2015 New Revision: 386206 URL: https://svnweb.freebsd.org/changeset/ports/386206 Log: 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 Modified: head/lang/perl5.16/Makefile head/lang/perl5.18/Makefile Modified: head/lang/perl5.16/Makefile ============================================================================== --- head/lang/perl5.16/Makefile Wed May 13 10:20:18 2015 (r386205) +++ head/lang/perl5.16/Makefile Wed May 13 10:37:01 2015 (r386206) @@ -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.*-* Modified: head/lang/perl5.18/Makefile ============================================================================== --- head/lang/perl5.18/Makefile Wed May 13 10:20:18 2015 (r386205) +++ head/lang/perl5.18/Makefile Wed May 13 10:37:01 2015 (r386206) @@ -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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505131037.t4DAb164096726>