Remove perl5.16-specific bits from perl@ ports. While here, sort

plists as necessary.
This commit is contained in:
adamw
2016-01-01 23:39:45 +00:00
parent 9f18976269
commit 9e36a1fdd2
21 changed files with 24 additions and 121 deletions
+1 -8
View File
@@ -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>
+1 -1
View File
@@ -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
+1 -7
View File
@@ -25,10 +25,4 @@ TEST_DEPENDS= p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String \
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>
+1 -8
View File
@@ -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>
+1 -8
View File
@@ -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>
+1 -7
View File
@@ -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>
+2 -2
View File
@@ -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
-5
View File
@@ -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
+1 -7
View File
@@ -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>
+1 -1
View File
@@ -1,2 +1,2 @@
%%PERL5_MAN3%%/Expect.3.gz
%%SITE_PERL%%/Expect.pm
%%PERL5_MAN3%%/Expect.3.gz
+1 -7
View File
@@ -32,10 +32,4 @@ BARCODE_RUN_DEPENDS= p5-GD-Barcode>=0:${PORTSDIR}/graphics/p5-GD-Barcode
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>
+3 -3
View File
@@ -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
-4
View File
@@ -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
+1 -7
View File
@@ -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>
+1 -8
View File
@@ -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>
+1 -7
View File
@@ -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>
+1 -1
View File
@@ -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
+2 -8
View File
@@ -20,6 +20,7 @@ BUILD_DEPENDS= p5-Catalyst-Runtime>=5.80000:${PORTSDIR}/www/p5-Catalyst-Runtime
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-Authentication>=0.10010:${PORTSDIR}/www/p5-Cata
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>
+2 -14
View File
@@ -32,6 +32,7 @@ BUILD_DEPENDS= p5-CGI-Simple>=1.109:${PORTSDIR}/www/p5-CGI-Simple \
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>
+1 -7
View File
@@ -23,10 +23,4 @@ TEST_DEPENDS= p5-Test-Output>=0:${PORTSDIR}/devel/p5-Test-Output
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>

Some files were not shown because too many files have changed in this diff Show More