svn commit: r342415 - head/Mk/Uses

Mathieu Arnold mat at FreeBSD.org
Mon Feb 3 10:39:29 UTC 2014


Author: mat
Date: Mon Feb  3 10:39:28 2014
New Revision: 342415
URL: http://svnweb.freebsd.org/changeset/ports/342415
QAT: https://qat.redports.org/buildarchive/r342415/

Log:
  Add a note to people still running perl 5.12 that it's going to disapear soon.
  
  Sponsored by:	Absolight

Modified:
  head/Mk/Uses/perl5.mk

Modified: head/Mk/Uses/perl5.mk
==============================================================================
--- head/Mk/Uses/perl5.mk	Mon Feb  3 10:34:23 2014	(r342414)
+++ head/Mk/Uses/perl5.mk	Mon Feb  3 10:39:28 2014	(r342415)
@@ -90,6 +90,7 @@ PERL_PORT?=	perl5.16
 PERL_PORT?=	perl5.14
 .else  # ${PERL_LEVEL} < 501400
 PERL_PORT?=	perl5.12
+WARNING+=	"perl 5.12 is deprecated and will be removed on 2014-02-14. Please upgrade to lang/perl5.16"
 .endif
 
 SITE_PERL_REL?=	lib/perl5/site_perl/${PERL_VER}


More information about the svn-ports-all mailing list