svn commit: r404962 - in head: . Mk/Uses lang lang/perl5.16

Rene Ladan rene at FreeBSD.org
Thu Dec 31 21:06:16 UTC 2015


Author: rene
Date: Thu Dec 31 21:06:14 2015
New Revision: 404962
URL: https://svnweb.freebsd.org/changeset/ports/404962

Log:
  Remove lang/perl5.16 and the support bits in perl5.mk, it is no longer
  supported and expired today.
  
  Approved by:	portmgr (mat), perl (sunpoet)
  Differential Revision:	https://reviews.freebsd.org/D4745

Deleted:
  head/lang/perl5.16/
Modified:
  head/MOVED
  head/Mk/Uses/perl5.mk
  head/lang/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Thu Dec 31 21:04:13 2015	(r404961)
+++ head/MOVED	Thu Dec 31 21:06:14 2015	(r404962)
@@ -8086,3 +8086,4 @@ editors/bless||2015-12-30|Has expired: B
 security/burpsuite||2015-12-30|Has expired: Broken for more than 6 months
 net/remmina-plugin-rdp||2015-12-30|Has expired: Broken for more than 6 months
 dns/bind10|dns/bundy|2015-12-31|Has expired: Is not developed any more, use dns/bundy
+lang/perl5.16||2015-12-31|Has expired: Unsupported, please upgrade to a more recent version of Perl

Modified: head/Mk/Uses/perl5.mk
==============================================================================
--- head/Mk/Uses/perl5.mk	Thu Dec 31 21:04:13 2015	(r404961)
+++ head/Mk/Uses/perl5.mk	Thu Dec 31 21:06:14 2015	(r404962)
@@ -50,9 +50,7 @@ THIS_IS_OLD_PERL=	yes
 .else
 # end of remove
 .include "${PORTSDIR}/Mk/bsd.default-versions.mk"
-.if ${PERL5_DEFAULT} == 5.16
-.include "${PORTSDIR}/lang/perl5.16/version.mk"
-.elif ${PERL5_DEFAULT} == 5.18
+.if ${PERL5_DEFAULT} == 5.18
 .include "${PORTSDIR}/lang/perl5.18/version.mk"
 .elif ${PERL5_DEFAULT} == 5.20
 .include "${PORTSDIR}/lang/perl5.20/version.mk"
@@ -94,10 +92,8 @@ PERL_ARCH?=	mach
 PERL_PORT?=	perl5.22
 .elif   ${PERL_LEVEL} >= 502000
 PERL_PORT?=	perl5.20
-.elif ${PERL_LEVEL} >= 501800
+.else # ${PERL_LEVEL} < 502000
 PERL_PORT?=	perl5.18
-.else # ${PERL_LEVEL} < 501800
-PERL_PORT?=	perl5.16
 .endif
 
 SITE_PERL_REL?=	lib/perl5/site_perl

Modified: head/lang/Makefile
==============================================================================
--- head/lang/Makefile	Thu Dec 31 21:04:13 2015	(r404961)
+++ head/lang/Makefile	Thu Dec 31 21:06:14 2015	(r404962)
@@ -235,7 +235,6 @@
     SUBDIR += pcc
     SUBDIR += pecl-perl
     SUBDIR += perl5-devel
-    SUBDIR += perl5.16
     SUBDIR += perl5.18
     SUBDIR += perl5.20
     SUBDIR += perl5.22


More information about the svn-ports-head mailing list