svn commit: r405038 - in head: astro/p5-Astro-SpaceTrack databases/p5-Redis devel/p5-IO-Async devel/p5-IO-Pipely devel/p5-Lexical-Var devel/p5-Tree-DAG_Node lang/p5-Expect misc/p5-Business-ISBN net...

Adam Weinberger adamw at FreeBSD.org
Fri Jan 1 23:39:49 UTC 2016


Author: adamw
Date: Fri Jan  1 23:39:45 2016
New Revision: 405038
URL: https://svnweb.freebsd.org/changeset/ports/405038

Log:
  Remove perl5.16-specific bits from perl@ ports. While here, sort
  plists as necessary.

Modified:
  head/astro/p5-Astro-SpaceTrack/Makefile
  head/astro/p5-Astro-SpaceTrack/pkg-plist
  head/databases/p5-Redis/Makefile
  head/devel/p5-IO-Async/Makefile
  head/devel/p5-IO-Pipely/Makefile
  head/devel/p5-Lexical-Var/Makefile
  head/devel/p5-Lexical-Var/pkg-plist
  head/devel/p5-Tree-DAG_Node/Makefile
  head/lang/p5-Expect/Makefile
  head/lang/p5-Expect/pkg-plist
  head/misc/p5-Business-ISBN/Makefile
  head/misc/p5-Business-ISBN/pkg-plist
  head/net/p5-Net/Makefile
  head/security/p5-Filter-Crypto/Makefile
  head/textproc/p5-Pod-Markdown/Makefile
  head/textproc/p5-XML-Encoding/Makefile
  head/textproc/p5-XML-Encoding/pkg-plist
  head/www/p5-Catalyst-Plugin-ErrorCatcher/Makefile
  head/www/p5-Catalyst-Runtime/Makefile
  head/www/p5-HTML-SimpleLinkExtor/Makefile
  head/www/p5-HTML-SimpleLinkExtor/pkg-plist

Modified: head/astro/p5-Astro-SpaceTrack/Makefile
==============================================================================
--- head/astro/p5-Astro-SpaceTrack/Makefile	Fri Jan  1 23:36:41 2016	(r405037)
+++ head/astro/p5-Astro-SpaceTrack/Makefile	Fri Jan  1 23:39:45 2016	(r405038)
@@ -28,11 +28,4 @@ NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501800
-BUILD_DEPENDS+=	p5-Getopt-Long>=2.39:${PORTSDIR}/devel/p5-Getopt-Long
-RUN_DEPENDS+=	p5-Getopt-Long>=2.39:${PORTSDIR}/devel/p5-Getopt-Long
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/astro/p5-Astro-SpaceTrack/pkg-plist
==============================================================================
--- head/astro/p5-Astro-SpaceTrack/pkg-plist	Fri Jan  1 23:36:41 2016	(r405037)
+++ head/astro/p5-Astro-SpaceTrack/pkg-plist	Fri Jan  1 23:39:45 2016	(r405038)
@@ -1,6 +1,6 @@
 bin/SpaceTrack
 %%SITE_PERL%%/Astro/SpaceTrack.pm
 %%SITE_PERL%%/Astro/SpaceTrack/BulkData.pod
+%%PERL5_MAN1%%/SpaceTrack.1.gz
 %%PERL5_MAN3%%/Astro::SpaceTrack.3.gz
 %%PERL5_MAN3%%/Astro::SpaceTrack::BulkData.3.gz
-%%PERL5_MAN1%%/SpaceTrack.1.gz

Modified: head/databases/p5-Redis/Makefile
==============================================================================
--- head/databases/p5-Redis/Makefile	Fri Jan  1 23:36:41 2016	(r405037)
+++ head/databases/p5-Redis/Makefile	Fri Jan  1 23:39:45 2016	(r405038)
@@ -25,10 +25,4 @@ TEST_DEPENDS=	p5-IO-String>=0:${PORTSDIR
 USES=		perl5
 USE_PERL5=	configure
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501800
-BUILD_DEPENDS+=	p5-ExtUtils-MakeMaker>=6.63.02:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/devel/p5-IO-Async/Makefile
==============================================================================
--- head/devel/p5-IO-Async/Makefile	Fri Jan  1 23:36:41 2016	(r405037)
+++ head/devel/p5-IO-Async/Makefile	Fri Jan  1 23:39:45 2016	(r405038)
@@ -26,11 +26,4 @@ NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501800
-BUILD_DEPENDS+=	p5-Socket>=2.007:${PORTSDIR}/net/p5-Socket
-RUN_DEPENDS+=	p5-Socket>=2.007:${PORTSDIR}/net/p5-Socket
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/devel/p5-IO-Pipely/Makefile
==============================================================================
--- head/devel/p5-IO-Pipely/Makefile	Fri Jan  1 23:36:41 2016	(r405037)
+++ head/devel/p5-IO-Pipely/Makefile	Fri Jan  1 23:39:45 2016	(r405038)
@@ -20,11 +20,4 @@ NO_ARCH=	yes
 USE_PERL5=	configure
 USES=		perl5
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501800
-BUILD_DEPENDS+=	p5-Exporter>=5.68:${PORTSDIR}/devel/p5-Exporter
-RUN_DEPENDS+=	p5-Exporter>=5.68:${PORTSDIR}/devel/p5-Exporter
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/devel/p5-Lexical-Var/Makefile
==============================================================================
--- head/devel/p5-Lexical-Var/Makefile	Fri Jan  1 23:36:41 2016	(r405037)
+++ head/devel/p5-Lexical-Var/Makefile	Fri Jan  1 23:39:45 2016	(r405038)
@@ -17,13 +17,7 @@ LICENSE_COMB=	dual
 USES=		perl5
 USE_PERL5=	modbuild
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501800
-BROKEN=		does not build with perl < 5.18
-.endif
-
 post-patch:
 	@${REINPLACE_CMD} -e '/Lexical::SealRequireHints/d' ${WRKSRC}/Build.PL ${WRKSRC}/lib/Lexical/Var.pm
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/devel/p5-Lexical-Var/pkg-plist
==============================================================================
--- head/devel/p5-Lexical-Var/pkg-plist	Fri Jan  1 23:36:41 2016	(r405037)
+++ head/devel/p5-Lexical-Var/pkg-plist	Fri Jan  1 23:39:45 2016	(r405038)
@@ -1,5 +1,5 @@
-%%PERL5_MAN3%%/Lexical::Sub.3.gz
-%%PERL5_MAN3%%/Lexical::Var.3.gz
 %%SITE_ARCH%%/Lexical/Sub.pm
 %%SITE_ARCH%%/Lexical/Var.pm
 %%SITE_ARCH%%/auto/Lexical/Var/Var.so
+%%PERL5_MAN3%%/Lexical::Sub.3.gz
+%%PERL5_MAN3%%/Lexical::Var.3.gz

Modified: head/devel/p5-Tree-DAG_Node/Makefile
==============================================================================
--- head/devel/p5-Tree-DAG_Node/Makefile	Fri Jan  1 23:36:41 2016	(r405037)
+++ head/devel/p5-Tree-DAG_Node/Makefile	Fri Jan  1 23:39:45 2016	(r405038)
@@ -21,11 +21,6 @@ USE_PERL5=	configure
 
 .include <bsd.port.pre.mk>
 
-.if ${PERL_LEVEL} < 501800
-BUILD_DEPENDS+=	p5-PathTools>=3.4000:${PORTSDIR}/devel/p5-PathTools
-RUN_DEPENDS+=	p5-PathTools>=3.4000:${PORTSDIR}/devel/p5-PathTools
-.endif
-
 .if ${PERL_LEVEL} < 502200
 TEST_DEPENDS+=	p5-Test-Simple>=1.001.014:${PORTSDIR}/devel/p5-Test-Simple
 .endif

Modified: head/lang/p5-Expect/Makefile
==============================================================================
--- head/lang/p5-Expect/Makefile	Fri Jan  1 23:36:41 2016	(r405037)
+++ head/lang/p5-Expect/Makefile	Fri Jan  1 23:39:45 2016	(r405038)
@@ -18,10 +18,4 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 USES=		perl5
 USE_PERL5=	configure
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501800
-BUILD_DEPENDS+=	p5-ExtUtils-MakeMaker>=6.64:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/lang/p5-Expect/pkg-plist
==============================================================================
--- head/lang/p5-Expect/pkg-plist	Fri Jan  1 23:36:41 2016	(r405037)
+++ head/lang/p5-Expect/pkg-plist	Fri Jan  1 23:39:45 2016	(r405038)
@@ -1,2 +1,2 @@
-%%PERL5_MAN3%%/Expect.3.gz
 %%SITE_PERL%%/Expect.pm
+%%PERL5_MAN3%%/Expect.3.gz

Modified: head/misc/p5-Business-ISBN/Makefile
==============================================================================
--- head/misc/p5-Business-ISBN/Makefile	Fri Jan  1 23:36:41 2016	(r405037)
+++ head/misc/p5-Business-ISBN/Makefile	Fri Jan  1 23:39:45 2016	(r405038)
@@ -32,10 +32,4 @@ BARCODE_RUN_DEPENDS=	p5-GD-Barcode>=0:${
 XISBN_BUILD_DEPENDS=	p5-libwww>=0:${PORTSDIR}/www/p5-libwww
 XISBN_RUN_DEPENDS=	p5-libwww>=0:${PORTSDIR}/www/p5-libwww
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501800
-BUILD_DEPENDS+=	p5-ExtUtils-MakeMaker>=6.64:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/misc/p5-Business-ISBN/pkg-plist
==============================================================================
--- head/misc/p5-Business-ISBN/pkg-plist	Fri Jan  1 23:36:41 2016	(r405037)
+++ head/misc/p5-Business-ISBN/pkg-plist	Fri Jan  1 23:39:45 2016	(r405038)
@@ -1,6 +1,6 @@
-%%PERL5_MAN3%%/Business::ISBN.3.gz
-%%PERL5_MAN3%%/Business::ISBN10.3.gz
-%%PERL5_MAN3%%/Business::ISBN13.3.gz
 %%SITE_PERL%%/Business/ISBN.pm
 %%SITE_PERL%%/Business/ISBN10.pm
 %%SITE_PERL%%/Business/ISBN13.pm
+%%PERL5_MAN3%%/Business::ISBN.3.gz
+%%PERL5_MAN3%%/Business::ISBN10.3.gz
+%%PERL5_MAN3%%/Business::ISBN13.3.gz

Modified: head/net/p5-Net/Makefile
==============================================================================
--- head/net/p5-Net/Makefile	Fri Jan  1 23:36:41 2016	(r405037)
+++ head/net/p5-Net/Makefile	Fri Jan  1 23:39:45 2016	(r405038)
@@ -34,10 +34,6 @@ USE_PERL5=	configure
 
 .include <bsd.port.pre.mk>
 
-.if ${PERL_LEVEL} < 501800
-BUILD_DEPENDS+=	p5-ExtUtils-MakeMaker>=6.64:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker
-.endif
-
 .if ${PORT_OPTIONS:MIPV6} && ${PERL_LEVEL} < 502000
 BUILD_DEPENDS+=	p5-IO-Socket-IP>=0.20:${PORTSDIR}/net/p5-IO-Socket-IP
 RUN_DEPENDS+=	p5-IO-Socket-IP>=0.20:${PORTSDIR}/net/p5-IO-Socket-IP

Modified: head/security/p5-Filter-Crypto/Makefile
==============================================================================
--- head/security/p5-Filter-Crypto/Makefile	Fri Jan  1 23:36:41 2016	(r405037)
+++ head/security/p5-Filter-Crypto/Makefile	Fri Jan  1 23:39:45 2016	(r405038)
@@ -21,10 +21,4 @@ USE_PERL5=	configure
 USE_OPENSSL=	yes
 CONFIGURE_ARGS=	--prefix-dir=${OPENSSLBASE} --defaults
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501800
-BUILD_DEPENDS+=	p5-ExtUtils-MakeMaker>=6.66:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/textproc/p5-Pod-Markdown/Makefile
==============================================================================
--- head/textproc/p5-Pod-Markdown/Makefile	Fri Jan  1 23:36:41 2016	(r405037)
+++ head/textproc/p5-Pod-Markdown/Makefile	Fri Jan  1 23:39:45 2016	(r405038)
@@ -20,11 +20,4 @@ NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501800
-BUILD_DEPENDS+=	p5-Pod-Simple>=3.27:${PORTSDIR}/textproc/p5-Pod-Simple
-RUN_DEPENDS+=	p5-Pod-Simple>=3.27:${PORTSDIR}/textproc/p5-Pod-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/textproc/p5-XML-Encoding/Makefile
==============================================================================
--- head/textproc/p5-XML-Encoding/Makefile	Fri Jan  1 23:36:41 2016	(r405037)
+++ head/textproc/p5-XML-Encoding/Makefile	Fri Jan  1 23:39:45 2016	(r405038)
@@ -20,10 +20,4 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 USES=		perl5
 USE_PERL5=	configure
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501800
-BUILD_DEPENDS+=	p5-ExtUtils-MakeMaker>=6.64:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/textproc/p5-XML-Encoding/pkg-plist
==============================================================================
--- head/textproc/p5-XML-Encoding/pkg-plist	Fri Jan  1 23:36:41 2016	(r405037)
+++ head/textproc/p5-XML-Encoding/pkg-plist	Fri Jan  1 23:39:45 2016	(r405038)
@@ -1,6 +1,6 @@
 bin/compile_encoding
 bin/make_encmap
-%%PERL5_MAN3%%/XML::Encoding.3.gz
 %%SITE_PERL%%/XML/Encoding.pm
 %%PERL5_MAN1%%/compile_encoding.1.gz
 %%PERL5_MAN1%%/make_encmap.1.gz
+%%PERL5_MAN3%%/XML::Encoding.3.gz

Modified: head/www/p5-Catalyst-Plugin-ErrorCatcher/Makefile
==============================================================================
--- head/www/p5-Catalyst-Plugin-ErrorCatcher/Makefile	Fri Jan  1 23:36:41 2016	(r405037)
+++ head/www/p5-Catalyst-Plugin-ErrorCatcher/Makefile	Fri Jan  1 23:39:45 2016	(r405038)
@@ -20,6 +20,7 @@ BUILD_DEPENDS=	p5-Catalyst-Runtime>=5.80
 		p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
 		p5-File-Type>=0:${PORTSDIR}/devel/p5-File-Type \
 		p5-MIME-Lite>=0:${PORTSDIR}/mail/p5-MIME-Lite \
+		p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable \
 		p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
 		p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class
 RUN_DEPENDS:=	${BUILD_DEPENDS}
@@ -41,11 +42,4 @@ TEST_DEPENDS=	p5-Catalyst-Plugin-Authent
 USES=		perl5
 USE_PERL5=	configure
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} >= 501800
-BUILD_DEPENDS+=	p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable
-RUN_DEPENDS+=	p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/www/p5-Catalyst-Runtime/Makefile
==============================================================================
--- head/www/p5-Catalyst-Runtime/Makefile	Fri Jan  1 23:36:41 2016	(r405037)
+++ head/www/p5-Catalyst-Runtime/Makefile	Fri Jan  1 23:39:45 2016	(r405038)
@@ -32,6 +32,7 @@ BUILD_DEPENDS=	p5-CGI-Simple>=1.109:${PO
 		p5-JSON-MaybeXS>=1:${PORTSDIR}/converters/p5-JSON-MaybeXS \
 		p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \
 		p5-MRO-Compat>=0:${PORTSDIR}/devel/p5-MRO-Compat \
+		p5-Module-Pluggable>=4.7:${PORTSDIR}/devel/p5-Module-Pluggable \
 		p5-Moose>=2:${PORTSDIR}/devel/p5-Moose \
 		p5-MooseX-Emulate-Class-Accessor-Fast>=0.00903:${PORTSDIR}/devel/p5-MooseX-Emulate-Class-Accessor-Fast \
 		p5-MooseX-Getopt>=0.48:${PORTSDIR}/devel/p5-MooseX-Getopt \
@@ -72,17 +73,4 @@ NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501800
-BUILD_DEPENDS+=	p5-Encode>=2.49:${PORTSDIR}/converters/p5-Encode
-RUN_DEPENDS+=	p5-Encode>=2.49:${PORTSDIR}/converters/p5-Encode
-.endif
-
-# Devel::InnerPackage (in Module::Pluggable) will be removed from core since Perl 5.20
-.if ${PERL_LEVEL} >= 501800
-BUILD_DEPENDS+=	p5-Module-Pluggable>=4.7:${PORTSDIR}/devel/p5-Module-Pluggable
-RUN_DEPENDS+=	p5-Module-Pluggable>=4.7:${PORTSDIR}/devel/p5-Module-Pluggable
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/www/p5-HTML-SimpleLinkExtor/Makefile
==============================================================================
--- head/www/p5-HTML-SimpleLinkExtor/Makefile	Fri Jan  1 23:36:41 2016	(r405037)
+++ head/www/p5-HTML-SimpleLinkExtor/Makefile	Fri Jan  1 23:39:45 2016	(r405038)
@@ -23,10 +23,4 @@ TEST_DEPENDS=	p5-Test-Output>=0:${PORTSD
 USES=		perl5
 USE_PERL5=	configure
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501800
-BUILD_DEPENDS+=	p5-ExtUtils-MakeMaker>=6.64:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/www/p5-HTML-SimpleLinkExtor/pkg-plist
==============================================================================
--- head/www/p5-HTML-SimpleLinkExtor/pkg-plist	Fri Jan  1 23:36:41 2016	(r405037)
+++ head/www/p5-HTML-SimpleLinkExtor/pkg-plist	Fri Jan  1 23:39:45 2016	(r405038)
@@ -1,5 +1,5 @@
 bin/linktractor
-%%PERL5_MAN3%%/HTML::SimpleLinkExtor.3.gz
 %%SITE_PERL%%/HTML/SimpleLinkExtor.pm
 %%SITE_PERL%%/auto/HTML/SimpleLinkExtor/autosplit.ix
 %%PERL5_MAN1%%/linktractor.1.gz
+%%PERL5_MAN3%%/HTML::SimpleLinkExtor.3.gz


More information about the svn-ports-all mailing list