svn commit: r373450 - in head/lang: perl5.14 perl5.16

Mathieu Arnold mat at FreeBSD.org
Wed Nov 26 13:30:31 UTC 2014


Author: mat
Date: Wed Nov 26 13:30:30 2014
New Revision: 373450
URL: https://svnweb.freebsd.org/changeset/ports/373450
QAT: https://qat.redports.org/buildarchive/r373450/

Log:
  Now that 5.18 is the default, deprecate Perl 5.14 and Perl 5.16, the first one
  at the end of the year, the second one next summer, by then 5.20 will be the
  default, and 5.22 will be in the tree.
  
  Sponsored by:	Absolight

Modified:
  head/lang/perl5.14/Makefile
  head/lang/perl5.16/Makefile

Modified: head/lang/perl5.14/Makefile
==============================================================================
--- head/lang/perl5.14/Makefile	Wed Nov 26 13:09:49 2014	(r373449)
+++ head/lang/perl5.14/Makefile	Wed Nov 26 13:30:30 2014	(r373450)
@@ -22,6 +22,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=2014-12-31
+
 CONFLICTS_INSTALL=	perl5.*-*
 
 OPTIONS_DEFINE=	DEBUG GDBM PERL_MALLOC PERL_64BITINT THREADS PTHREAD \

Modified: head/lang/perl5.16/Makefile
==============================================================================
--- head/lang/perl5.16/Makefile	Wed Nov 26 13:09:49 2014	(r373449)
+++ head/lang/perl5.16/Makefile	Wed Nov 26 13:30:30 2014	(r373450)
@@ -22,6 +22,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=2015-07-31
+
 CONFLICTS_INSTALL=	perl5.*-*
 
 OPTIONS_DEFINE=	DEBUG GDBM PERL_MALLOC PERL_64BITINT THREADS PTHREAD \


More information about the svn-ports-head mailing list