From owner-svn-ports-all@freebsd.org Sat Dec 31 19:51:38 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 75427C99603; Sat, 31 Dec 2016 19:51:38 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 42A3A1359; Sat, 31 Dec 2016 19:51:38 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBVJpbFF065185; Sat, 31 Dec 2016 19:51:37 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBVJpYGt065155; Sat, 31 Dec 2016 19:51:34 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201612311951.uBVJpYGt065155@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sat, 31 Dec 2016 19:51:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r430155 - in head: devel/p5-Alien-SDL devel/p5-CPAN-Changes devel/p5-CPAN-Meta-Check devel/p5-Class-C3-Adopt-NEXT devel/p5-Config-Any devel/p5-Config-IniFiles devel/p5-IO-Pipely devel/p... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Dec 2016 19:51:38 -0000 Author: adamw Date: Sat Dec 31 19:51:34 2016 New Revision: 430155 URL: https://svnweb.freebsd.org/changeset/ports/430155 Log: Purge checks for perl < 5.20. For p5-Net, remove the IPV6 knob which only affected 5.18 and lower. Modified: head/devel/p5-Alien-SDL/Makefile head/devel/p5-CPAN-Changes/Makefile head/devel/p5-CPAN-Meta-Check/Makefile head/devel/p5-Class-C3-Adopt-NEXT/Makefile head/devel/p5-Config-Any/Makefile head/devel/p5-Config-IniFiles/Makefile head/devel/p5-IO-Pipely/Makefile head/devel/p5-Module-Build/Makefile head/devel/p5-Module-CPANTS-Analyse/Makefile head/devel/p5-Module-Load-Conditional/Makefile head/devel/p5-POE-Test-Loops/Makefile head/devel/p5-Package-DeprecationManager/Makefile head/devel/p5-Parallel-ForkManager/Makefile head/mail/p5-Email-Abstract/Makefile head/mail/p5-Email-FolderType/Makefile head/net/p5-Kafka/Makefile head/net/p5-Net-Whois-Raw/Makefile head/net/p5-Net/Makefile head/security/p5-POE-Component-SSLify/Makefile head/security/p5-Unix-Passwd-File/Makefile head/textproc/p5-Lingua-EN-MatchNames/Makefile head/textproc/p5-Perl-Lint/Makefile head/textproc/p5-Pod-Elemental/Makefile head/textproc/p5-Pod-Tree/Makefile head/textproc/p5-RDF-Trine/Makefile head/www/p5-Catalyst-Action-REST/Makefile head/www/p5-HTML-FormHandler/Makefile head/www/p5-Mojolicious-Plugin-SetUserGroup/Makefile head/www/p5-WWW-Scraper-ISBN/Makefile head/x11-toolkits/p5-Alien-wxWidgets/Makefile Modified: head/devel/p5-Alien-SDL/Makefile ============================================================================== --- head/devel/p5-Alien-SDL/Makefile Sat Dec 31 19:43:21 2016 (r430154) +++ head/devel/p5-Alien-SDL/Makefile Sat Dec 31 19:51:34 2016 (r430155) @@ -15,7 +15,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS:= ${RUN_DEPENDS} \ p5-Text-Patch>=1.4:textproc/p5-Text-Patch -RUN_DEPENDS= p5-File-Which>=0:sysutils/p5-File-Which \ +RUN_DEPENDS= p5-Archive-Extract>=0:archivers/p5-Archive-Extract \ + p5-File-Which>=0:sysutils/p5-File-Which \ p5-File-ShareDir>=0:devel/p5-File-ShareDir \ p5-Capture-Tiny>=0:devel/p5-Capture-Tiny @@ -24,11 +25,4 @@ USE_PERL5= modbuild USE_SDL= gfx image mixer pango sdl ttf CONFIGURE_ARGS= --with-sdl-config=${SDL_CONFIG} -.include - -.if ${PERL_LEVEL} >= 502000 -BUILD_DEPENDS+= p5-Archive-Extract>=0:archivers/p5-Archive-Extract -RUN_DEPENDS+= p5-Archive-Extract>=0:archivers/p5-Archive-Extract -.endif - -.include +.include Modified: head/devel/p5-CPAN-Changes/Makefile ============================================================================== --- head/devel/p5-CPAN-Changes/Makefile Sat Dec 31 19:43:21 2016 (r430154) +++ head/devel/p5-CPAN-Changes/Makefile Sat Dec 31 19:51:34 2016 (r430155) @@ -18,11 +18,4 @@ NO_ARCH= yes USES= perl5 USE_PERL5= configure -.include - -.if ${PERL_LEVEL} < 502000 -BUILD_DEPENDS+= p5-version>=0.99.06:devel/p5-version -RUN_DEPENDS+= p5-version>=0.99.06:devel/p5-version -.endif - -.include +.include Modified: head/devel/p5-CPAN-Meta-Check/Makefile ============================================================================== --- head/devel/p5-CPAN-Meta-Check/Makefile Sat Dec 31 19:43:21 2016 (r430154) +++ head/devel/p5-CPAN-Meta-Check/Makefile Sat Dec 31 19:51:34 2016 (r430155) @@ -21,11 +21,4 @@ NO_ARCH= yes USES= perl5 USE_PERL5= configure -.include - -.if ${PERL_LEVEL} < 502000 -BUILD_DEPENDS+= p5-CPAN-Meta>=2.132830:devel/p5-CPAN-Meta -RUN_DEPENDS+= p5-CPAN-Meta>=2.132830:devel/p5-CPAN-Meta -.endif - -.include +.include Modified: head/devel/p5-Class-C3-Adopt-NEXT/Makefile ============================================================================== --- head/devel/p5-Class-C3-Adopt-NEXT/Makefile Sat Dec 31 19:43:21 2016 (r430154) +++ head/devel/p5-Class-C3-Adopt-NEXT/Makefile Sat Dec 31 19:51:34 2016 (r430155) @@ -20,11 +20,4 @@ TEST_DEPENDS= p5-Test-Exception>=0.27:de USES= perl5 USE_PERL5= configure -.include - -.if ${PERL_LEVEL} < 502000 -BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.33:lang/p5-Scalar-List-Utils -RUN_DEPENDS+= p5-Scalar-List-Utils>=1.33:lang/p5-Scalar-List-Utils -.endif - -.include +.include Modified: head/devel/p5-Config-Any/Makefile ============================================================================== --- head/devel/p5-Config-Any/Makefile Sat Dec 31 19:43:21 2016 (r430154) +++ head/devel/p5-Config-Any/Makefile Sat Dec 31 19:51:34 2016 (r430155) @@ -13,6 +13,9 @@ COMMENT= Load class configuration data f LICENSE= ART10 GPLv1 LICENSE_COMB= dual +BUILD_DEPENDS= p5-Module-Pluggable>=3.6:devel/p5-Module-Pluggable +RUN_DEPENDS= p5-Module-Pluggable>=3.6:devel/p5-Module-Pluggable + OPTIONS_DEFINE= GENERAL INI JSON XML YAML OPTIONS_DEFAULT=GENERAL INI JSON XML YAML @@ -33,12 +36,4 @@ XML_RUN_DEPENDS= p5-XML-Simple>=0:textpr YAML_BUILD_DEPENDS= p5-YAML-LibYAML>=0:textproc/p5-YAML-LibYAML YAML_RUN_DEPENDS= p5-YAML-LibYAML>=0:textproc/p5-YAML-LibYAML -.include - -.if ${PERL_LEVEL} >= 502000 -# Module::Pluggable was first released with perl v5.8.9 and removed from v5.19.0 -BUILD_DEPENDS+= p5-Module-Pluggable>=3.6:devel/p5-Module-Pluggable -RUN_DEPENDS+= p5-Module-Pluggable>=3.6:devel/p5-Module-Pluggable -.endif - -.include +.include Modified: head/devel/p5-Config-IniFiles/Makefile ============================================================================== --- head/devel/p5-Config-IniFiles/Makefile Sat Dec 31 19:43:21 2016 (r430154) +++ head/devel/p5-Config-IniFiles/Makefile Sat Dec 31 19:51:34 2016 (r430155) @@ -17,11 +17,4 @@ NO_ARCH= yes USES= perl5 USE_PERL5= modbuild -.include - -.if ${PERL_LEVEL} < 502000 -BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.33:lang/p5-Scalar-List-Utils -RUN_DEPENDS+= p5-Scalar-List-Utils>=1.33:lang/p5-Scalar-List-Utils -.endif - -.include +.include Modified: head/devel/p5-IO-Pipely/Makefile ============================================================================== --- head/devel/p5-IO-Pipely/Makefile Sat Dec 31 19:43:21 2016 (r430154) +++ head/devel/p5-IO-Pipely/Makefile Sat Dec 31 19:51:34 2016 (r430155) @@ -18,10 +18,4 @@ NO_ARCH= yes USE_PERL5= configure USES= perl5 -.include - -.if ${PERL_LEVEL} < 502000 -TEST_DEPENDS= p5-Scalar-List-Utils>=1.29:lang/p5-Scalar-List-Utils -.endif - -.include +.include Modified: head/devel/p5-Module-Build/Makefile ============================================================================== --- head/devel/p5-Module-Build/Makefile Sat Dec 31 19:43:21 2016 (r430154) +++ head/devel/p5-Module-Build/Makefile Sat Dec 31 19:51:34 2016 (r430155) @@ -29,11 +29,6 @@ USE_PERL5= modbuild .include -.if ${PERL_LEVEL} < 502000 -BUILD_DEPENDS+= p5-Test-Harness>=3.29:devel/p5-Test-Harness -RUN_DEPENDS+= p5-Test-Harness>=3.29:devel/p5-Test-Harness -.endif - .if ${PERL_LEVEL} < 502105 BUILD_DEPENDS+= p5-CPAN-Meta>=2.142060:devel/p5-CPAN-Meta RUN_DEPENDS+= p5-CPAN-Meta>=2.142060:devel/p5-CPAN-Meta Modified: head/devel/p5-Module-CPANTS-Analyse/Makefile ============================================================================== --- head/devel/p5-Module-CPANTS-Analyse/Makefile Sat Dec 31 19:43:21 2016 (r430154) +++ head/devel/p5-Module-CPANTS-Analyse/Makefile Sat Dec 31 19:51:34 2016 (r430155) @@ -34,11 +34,4 @@ BUILD_DEPENDS+= p5-ExtUtils-MakeMaker-CP USES= perl5 USE_PERL5= configure -.include - -.if ${PERL_LEVEL} < 502000 -BUILD_DEPENDS+= p5-CPAN-Meta>=2.133380:devel/p5-CPAN-Meta -RUN_DEPENDS+= p5-CPAN-Meta>=2.133380:devel/p5-CPAN-Meta -.endif - -.include +.include Modified: head/devel/p5-Module-Load-Conditional/Makefile ============================================================================== --- head/devel/p5-Module-Load-Conditional/Makefile Sat Dec 31 19:43:21 2016 (r430154) +++ head/devel/p5-Module-Load-Conditional/Makefile Sat Dec 31 19:51:34 2016 (r430155) @@ -16,11 +16,4 @@ LICENSE_COMB= dual USES= perl5 USE_PERL5= configure -.include - -.if ${PERL_LEVEL} < 502000 -BUILD_DEPENDS= p5-Module-Load>=0.28:devel/p5-Module-Load -RUN_DEPENDS:= ${BUILD_DEPENDS} -.endif - -.include +.include Modified: head/devel/p5-POE-Test-Loops/Makefile ============================================================================== --- head/devel/p5-POE-Test-Loops/Makefile Sat Dec 31 19:43:21 2016 (r430154) +++ head/devel/p5-POE-Test-Loops/Makefile Sat Dec 31 19:51:34 2016 (r430155) @@ -18,11 +18,4 @@ LICENSE_COMB= dual USES= perl5 USE_PERL5= configure -.include - -.if ${PERL_LEVEL} < 502000 -BUILD_DEPENDS+= p5-Test-Simple>=1.001002:devel/p5-Test-Simple -RUN_DEPENDS+= p5-Test-Simple>=1.001002:devel/p5-Test-Simple -.endif - -.include +.include Modified: head/devel/p5-Package-DeprecationManager/Makefile ============================================================================== --- head/devel/p5-Package-DeprecationManager/Makefile Sat Dec 31 19:43:21 2016 (r430154) +++ head/devel/p5-Package-DeprecationManager/Makefile Sat Dec 31 19:51:34 2016 (r430155) @@ -24,11 +24,4 @@ NO_ARCH= yes USES= perl5 USE_PERL5= configure -.include - -.if ${PERL_LEVEL} < 502000 -BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.33:lang/p5-Scalar-List-Utils -RUN_DEPENDS+= p5-Scalar-List-Utils>=1.33:lang/p5-Scalar-List-Utils -.endif - -.include +.include Modified: head/devel/p5-Parallel-ForkManager/Makefile ============================================================================== --- head/devel/p5-Parallel-ForkManager/Makefile Sat Dec 31 19:43:21 2016 (r430154) +++ head/devel/p5-Parallel-ForkManager/Makefile Sat Dec 31 19:51:34 2016 (r430155) @@ -19,10 +19,4 @@ NO_ARCH= yes USES= perl5 USE_PERL5= configure -.include - -.if ${PERL_LEVEL} < 502000 -TEST_DEPENDS+= p5-Test-Simple>=1.001002:devel/p5-Test-Simple -.endif - -.include +.include Modified: head/mail/p5-Email-Abstract/Makefile ============================================================================== --- head/mail/p5-Email-Abstract/Makefile Sat Dec 31 19:43:21 2016 (r430154) +++ head/mail/p5-Email-Abstract/Makefile Sat Dec 31 19:51:34 2016 (r430155) @@ -14,17 +14,11 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual RUN_DEPENDS= p5-Email-Simple>=1.998:mail/p5-Email-Simple \ - p5-MRO-Compat>=0:devel/p5-MRO-Compat + p5-MRO-Compat>=0:devel/p5-MRO-Compat \ + p5-Module-Pluggable>1.5:devel/p5-Module-Pluggable BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 USE_PERL5= configure -.include - -.if ${PERL_LEVEL} >= 502000 -BUILD_DEPENDS+= p5-Module-Pluggable>1.5:devel/p5-Module-Pluggable -RUN_DEPENDS+= p5-Module-Pluggable>1.5:devel/p5-Module-Pluggable -.endif - -.include +.include Modified: head/mail/p5-Email-FolderType/Makefile ============================================================================== --- head/mail/p5-Email-FolderType/Makefile Sat Dec 31 19:43:21 2016 (r430154) +++ head/mail/p5-Email-FolderType/Makefile Sat Dec 31 19:51:34 2016 (r430155) @@ -14,17 +14,12 @@ COMMENT= Determine the type of a mail fo LICENSE= ART10 GPLv1 LICENSE_COMB= dual +BUILD_DEPENDS= p5-Module-Pluggable>0:devel/p5-Module-Pluggable +RUN_DEPENDS= p5-Module-Pluggable>0:devel/p5-Module-Pluggable TEST_DEPENDS= p5-Capture-Tiny>0:devel/p5-Capture-Tiny NO_ARCH= yes USES= perl5 USE_PERL5= configure -.include - -.if ${PERL_LEVEL} >= 502000 -BUILD_DEPENDS+= p5-Module-Pluggable>0:devel/p5-Module-Pluggable -RUN_DEPENDS+= p5-Module-Pluggable>0:devel/p5-Module-Pluggable -.endif - -.include +.include Modified: head/net/p5-Kafka/Makefile ============================================================================== --- head/net/p5-Kafka/Makefile Sat Dec 31 19:43:21 2016 (r430154) +++ head/net/p5-Kafka/Makefile Sat Dec 31 19:51:34 2016 (r430155) @@ -31,11 +31,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -.include - -.if ${PERL_LEVEL} < 502000 -BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.38:lang/p5-Scalar-List-Utils -RUN_DEPENDS+= p5-Scalar-List-Utils>=1.38:lang/p5-Scalar-List-Utils -.endif - -.include +.include Modified: head/net/p5-Net-Whois-Raw/Makefile ============================================================================== --- head/net/p5-Net-Whois-Raw/Makefile Sat Dec 31 19:43:21 2016 (r430154) +++ head/net/p5-Net-Whois-Raw/Makefile Sat Dec 31 19:51:34 2016 (r430155) @@ -29,11 +29,4 @@ USE_PERL5= configure WRKSRC= ${WRKDIR}/${DISTNAME:R} -.include - -.if ${PERL_LEVEL} < 502000 -BUILD_DEPENDS+= p5-IO-Socket-IP>=0:net/p5-IO-Socket-IP -RUN_DEPENDS+= p5-IO-Socket-IP>=0:net/p5-IO-Socket-IP -.endif - -.include +.include Modified: head/net/p5-Net/Makefile ============================================================================== --- head/net/p5-Net/Makefile Sat Dec 31 19:43:21 2016 (r430154) +++ head/net/p5-Net/Makefile Sat Dec 31 19:51:34 2016 (r430155) @@ -19,7 +19,7 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Socket>=2.016:net/p5-Socket RUN_DEPENDS:= ${BUILD_DEPENDS} -OPTIONS_DEFINE= IPV6 SASL SSL +OPTIONS_DEFINE= SASL SSL OPTIONS_DEFAULT=SASL SSL SASL_DESC= SASL auth for POP3 and SMTP support @@ -33,11 +33,4 @@ NO_ARCH= yes USES= perl5 USE_PERL5= configure -.include - -.if ${PORT_OPTIONS:MIPV6} && ${PERL_LEVEL} < 502000 -BUILD_DEPENDS+= p5-IO-Socket-IP>=0.20:net/p5-IO-Socket-IP -RUN_DEPENDS+= p5-IO-Socket-IP>=0.20:net/p5-IO-Socket-IP -.endif - -.include +.include Modified: head/security/p5-POE-Component-SSLify/Makefile ============================================================================== --- head/security/p5-POE-Component-SSLify/Makefile Sat Dec 31 19:43:21 2016 (r430154) +++ head/security/p5-POE-Component-SSLify/Makefile Sat Dec 31 19:51:34 2016 (r430155) @@ -22,10 +22,4 @@ TEST_DEPENDS= p5-Test-FailWarnings>=0:de USES= perl5 USE_PERL5= modbuildtiny -.include - -.if ${PERL_LEVEL} < 502000 -TEST_DEPENDS+= p5-Test-Simple>=1.001002:devel/p5-Test-Simple -.endif - -.include +.include Modified: head/security/p5-Unix-Passwd-File/Makefile ============================================================================== --- head/security/p5-Unix-Passwd-File/Makefile Sat Dec 31 19:43:21 2016 (r430154) +++ head/security/p5-Unix-Passwd-File/Makefile Sat Dec 31 19:51:34 2016 (r430155) @@ -28,11 +28,4 @@ NO_ARCH= yes USES= perl5 USE_PERL5= configure -.include - -.if ${PERL_LEVEL} < 502000 -BUILD_DEPENDS+= p5-experimental>=0:devel/p5-experimental -RUN_DEPENDS+= p5-experimental>=0:devel/p5-experimental -.endif - -.include +.include Modified: head/textproc/p5-Lingua-EN-MatchNames/Makefile ============================================================================== --- head/textproc/p5-Lingua-EN-MatchNames/Makefile Sat Dec 31 19:43:21 2016 (r430154) +++ head/textproc/p5-Lingua-EN-MatchNames/Makefile Sat Dec 31 19:51:34 2016 (r430155) @@ -22,11 +22,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -.include - -.if ${PERL_LEVEL} < 502000 -BUILD_DEPENDS+= p5-Text-Soundex>=0:textproc/p5-Text-Soundex -RUN_DEPENDS+= p5-Text-Soundex>=0:textproc/p5-Text-Soundex -.endif - -.include +.include Modified: head/textproc/p5-Perl-Lint/Makefile ============================================================================== --- head/textproc/p5-Perl-Lint/Makefile Sat Dec 31 19:43:21 2016 (r430154) +++ head/textproc/p5-Perl-Lint/Makefile Sat Dec 31 19:51:34 2016 (r430155) @@ -18,6 +18,7 @@ BUILD_DEPENDS= p5-B-Keywords>=0:devel/p5 p5-Email-Address>=0:mail/p5-Email-Address \ p5-List-Flatten>=0:devel/p5-List-Flatten \ p5-List-MoreUtils>=0.33:lang/p5-List-MoreUtils \ + p5-Module-Pluggable>=0:devel/p5-Module-Pluggable \ p5-Path-Tiny>=0.068:devel/p5-Path-Tiny \ p5-Regexp-Lexer>=0.05:devel/p5-Regexp-Lexer \ p5-String-CamelCase>=0:textproc/p5-String-CamelCase \ @@ -37,14 +38,4 @@ post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${PORTEXAMPLES:S|^|${WRKSRC}/eg/|} ${STAGEDIR}${EXAMPLESDIR} -.include - -.if ${PERL_LEVEL} >= 502000 -BUILD_DEPENDS+= p5-Module-Pluggable>=0:devel/p5-Module-Pluggable -RUN_DEPENDS+= p5-Module-Pluggable>=0:devel/p5-Module-Pluggable -.else -BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.41:lang/p5-Scalar-List-Utils -RUN_DEPENDS+= p5-Scalar-List-Utils>=1.41:lang/p5-Scalar-List-Utils -.endif - -.include +.include Modified: head/textproc/p5-Pod-Elemental/Makefile ============================================================================== --- head/textproc/p5-Pod-Elemental/Makefile Sat Dec 31 19:43:21 2016 (r430154) +++ head/textproc/p5-Pod-Elemental/Makefile Sat Dec 31 19:51:34 2016 (r430155) @@ -29,11 +29,4 @@ TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-T USES= perl5 USE_PERL5= configure -.include - -.if ${PERL_LEVEL} < 502000 -BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.33:lang/p5-Scalar-List-Utils -RUN_DEPENDS+= p5-Scalar-List-Utils>=1.33:lang/p5-Scalar-List-Utils -.endif - -.include +.include Modified: head/textproc/p5-Pod-Tree/Makefile ============================================================================== --- head/textproc/p5-Pod-Tree/Makefile Sat Dec 31 19:43:21 2016 (r430154) +++ head/textproc/p5-Pod-Tree/Makefile Sat Dec 31 19:51:34 2016 (r430155) @@ -30,10 +30,4 @@ post-patch: @${REINPLACE_CMD} -e '/pod2html/d' ${WRKSRC}/MANIFEST @${RM} ${WRKSRC}/t/pod2html.t -.include - -.if ${PERL_LEVEL} < 502000 -TEST_DEPENDS+= p5-Test-Simple>=1.001002:devel/p5-Test-Simple -.endif - -.include +.include Modified: head/textproc/p5-RDF-Trine/Makefile ============================================================================== --- head/textproc/p5-RDF-Trine/Makefile Sat Dec 31 19:43:21 2016 (r430154) +++ head/textproc/p5-RDF-Trine/Makefile Sat Dec 31 19:51:34 2016 (r430155) @@ -49,11 +49,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -.include - -.if ${PERL_LEVEL} < 502000 -BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.33:lang/p5-Scalar-List-Utils -RUN_DEPENDS+= p5-Scalar-List-Utils>=1.33:lang/p5-Scalar-List-Utils -.endif - -.include +.include Modified: head/www/p5-Catalyst-Action-REST/Makefile ============================================================================== --- head/www/p5-Catalyst-Action-REST/Makefile Sat Dec 31 19:43:21 2016 (r430154) +++ head/www/p5-Catalyst-Action-REST/Makefile Sat Dec 31 19:51:34 2016 (r430155) @@ -16,6 +16,7 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Catalyst-Runtime>=5.80030:www/p5-Catalyst-Runtime \ p5-Class-Inspector>=1.13:devel/p5-Class-Inspector \ p5-MRO-Compat>=0.10:devel/p5-MRO-Compat \ + p5-Module-Pluggable>=0:devel/p5-Module-Pluggable \ p5-Moose>=1.03:devel/p5-Moose \ p5-Params-Validate>=0.76:devel/p5-Params-Validate \ p5-URI-Find>=0:textproc/p5-URI-Find \ @@ -30,11 +31,4 @@ CONFIGURE_ARGS= --default USES= perl5 USE_PERL5= configure -.include - -.if ${PERL_LEVEL} >= 502000 -BUILD_DEPENDS+= p5-Module-Pluggable>=0:devel/p5-Module-Pluggable -RUN_DEPENDS+= p5-Module-Pluggable>=0:devel/p5-Module-Pluggable -.endif - -.include +.include Modified: head/www/p5-HTML-FormHandler/Makefile ============================================================================== --- head/www/p5-HTML-FormHandler/Makefile Sat Dec 31 19:43:21 2016 (r430154) +++ head/www/p5-HTML-FormHandler/Makefile Sat Dec 31 19:51:34 2016 (r430155) @@ -50,11 +50,4 @@ NO_ARCH= yes USES= perl5 USE_PERL5= configure -.include - -.if ${PERL_LEVEL} < 502000 -BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.33:lang/p5-Scalar-List-Utils -RUN_DEPENDS+= p5-Scalar-List-Utils>=1.33:lang/p5-Scalar-List-Utils -.endif - -.include +.include Modified: head/www/p5-Mojolicious-Plugin-SetUserGroup/Makefile ============================================================================== --- head/www/p5-Mojolicious-Plugin-SetUserGroup/Makefile Sat Dec 31 19:43:21 2016 (r430154) +++ head/www/p5-Mojolicious-Plugin-SetUserGroup/Makefile Sat Dec 31 19:51:34 2016 (r430155) @@ -22,11 +22,4 @@ NO_ARCH= yes USES= perl5 USE_PERL5= modbuildtiny -.include - -.if ${PERL_LEVEL} < 502000 -BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.33:lang/p5-Scalar-List-Utils -RUN_DEPENDS+= p5-Scalar-List-Utils>=1.33:lang/p5-Scalar-List-Utils -.endif - -.include +.include Modified: head/www/p5-WWW-Scraper-ISBN/Makefile ============================================================================== --- head/www/p5-WWW-Scraper-ISBN/Makefile Sat Dec 31 19:43:21 2016 (r430154) +++ head/www/p5-WWW-Scraper-ISBN/Makefile Sat Dec 31 19:51:34 2016 (r430155) @@ -12,16 +12,12 @@ COMMENT= Retrieving information about bo LICENSE= ART20 +BUILD_DEPENDS= p5-Module-Pluggable>=0:devel/p5-Module-Pluggable +RUN_DEPENDS= p5-Module-Pluggable>=0:devel/p5-Module-Pluggable + CONFLICTS_INSTALL= p5-WWW-Scraper-ISBN-Driver-[0-9]* p5-WWW-Scraper-ISBN-Record-[0-9]* USES= perl5 USE_PERL5= configure -.include - -.if ${PERL_LEVEL} >= 502000 -BUILD_DEPENDS+= p5-Module-Pluggable>=0:devel/p5-Module-Pluggable -RUN_DEPENDS+= p5-Module-Pluggable>=0:devel/p5-Module-Pluggable -.endif - -.include +.include Modified: head/x11-toolkits/p5-Alien-wxWidgets/Makefile ============================================================================== --- head/x11-toolkits/p5-Alien-wxWidgets/Makefile Sat Dec 31 19:43:21 2016 (r430154) +++ head/x11-toolkits/p5-Alien-wxWidgets/Makefile Sat Dec 31 19:51:34 2016 (r430155) @@ -14,6 +14,9 @@ COMMENT= Perl5 module for building, find LICENSE= ART10 GPLv1 LICENSE_COMB= dual +BUILD_DEPENDS= p5-Module-Pluggable>=5.1:devel/p5-Module-Pluggable +RUN_DEPENDS= p5-Module-Pluggable>=5.1:devel/p5-Module-Pluggable + USES= perl5 compiler:env USE_PERL5= modbuild USE_WX= 3.0 @@ -31,11 +34,4 @@ post-install: @(cd ${STAGEDIR}${PREFIX}; ${FIND} * -type f -name gtk2_\* -print \ >> ${TMPPLIST}) -.include - -.if ${PERL_LEVEL} >= 502000 -BUILD_DEPENDS+= p5-Module-Pluggable>=5.1:devel/p5-Module-Pluggable -RUN_DEPENDS+= p5-Module-Pluggable>=5.1:devel/p5-Module-Pluggable -.endif - -.include +.include