Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Nov 2014 13:30:31 +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: r373450 - in head/lang: perl5.14 perl5.16
Message-ID:  <201411261330.sAQDUV5w052098@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411261330.sAQDUV5w052098>