Date: Mon, 17 Dec 2012 12:24:19 +0000 (UTC) From: Andrej Zverev <az@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309086 - in head/www: p5-Catalyst-Action-REST p5-Catalyst-Plugin-Authentication p5-Markup-Perl p5-MojoMojo p5-Mojolicious-Plugin-Database p5-Perlanet p5-URI-Fetch p5-WWW-Baseball-NPB p... Message-ID: <201212171224.qBHCOJAN085623@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: az Date: Mon Dec 17 12:24:18 2012 New Revision: 309086 URL: http://svnweb.freebsd.org/changeset/ports/309086 Log: Cleanup supporting perl version 5.8 and 5.10, lang/perl5.8 and lang/5.10 will be removed from ports tree soon. Modified: head/www/p5-Catalyst-Action-REST/Makefile (contents, props changed) head/www/p5-Catalyst-Plugin-Authentication/Makefile (contents, props changed) head/www/p5-Markup-Perl/Makefile (contents, props changed) head/www/p5-MojoMojo/Makefile (contents, props changed) head/www/p5-Mojolicious-Plugin-Database/Makefile head/www/p5-Perlanet/Makefile (contents, props changed) head/www/p5-URI-Fetch/Makefile (contents, props changed) head/www/p5-WWW-Baseball-NPB/Makefile (contents, props changed) head/www/p5-WWW-Mechanize-Shell/Makefile (contents, props changed) Modified: head/www/p5-Catalyst-Action-REST/Makefile ============================================================================== --- head/www/p5-Catalyst-Action-REST/Makefile Mon Dec 17 12:15:18 2012 (r309085) +++ head/www/p5-Catalyst-Action-REST/Makefile Mon Dec 17 12:24:18 2012 (r309086) @@ -46,10 +46,4 @@ MAN3= Catalyst::Action::Deserialize.3 \ Catalyst::TraitFor::Request::REST.3 \ Catalyst::TraitFor::Request::REST::ForBrowsers.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501001 -TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/www/p5-Catalyst-Plugin-Authentication/Makefile ============================================================================== --- head/www/p5-Catalyst-Plugin-Authentication/Makefile Mon Dec 17 12:15:18 2012 (r309085) +++ head/www/p5-Catalyst-Plugin-Authentication/Makefile Mon Dec 17 12:24:18 2012 (r309086) @@ -52,10 +52,4 @@ MAN3= Catalyst::Authentication::Credenti Catalyst::Plugin::Authentication::User.3 \ Catalyst::Plugin::Authentication::User::Hash.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501001 -TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/www/p5-Markup-Perl/Makefile ============================================================================== --- head/www/p5-Markup-Perl/Makefile Mon Dec 17 12:15:18 2012 (r309085) +++ head/www/p5-Markup-Perl/Makefile Mon Dec 17 12:24:18 2012 (r309086) @@ -21,10 +21,4 @@ PERL_CONFIGURE= yes MAN3= Markup::Perl.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500805 -RUN_DEPENDS= p5-CGI.pm>=0:${PORTSDIR}/www/p5-CGI.pm -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/www/p5-MojoMojo/Makefile ============================================================================== --- head/www/p5-MojoMojo/Makefile Mon Dec 17 12:15:18 2012 (r309085) +++ head/www/p5-MojoMojo/Makefile Mon Dec 17 12:24:18 2012 (r309086) @@ -251,11 +251,4 @@ RUN_DEPENDS+= p5-Net-Amazon>=0:${PORTSDI RUN_DEPENDS+= p5-Text-Emoticon-MSN>=0:${PORTSDIR}/textproc/p5-Text-Emoticon-MSN .endif -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501001 -RUN_DEPENDS+= p5-Encode>=2.31:${PORTSDIR}/converters/p5-Encode \ - p5-parent>=0:${PORTSDIR}/devel/p5-parent -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/www/p5-Mojolicious-Plugin-Database/Makefile ============================================================================== --- head/www/p5-Mojolicious-Plugin-Database/Makefile Mon Dec 17 12:15:18 2012 (r309085) +++ head/www/p5-Mojolicious-Plugin-Database/Makefile Mon Dec 17 12:24:18 2012 (r309086) @@ -28,11 +28,4 @@ PERL_CONFIGURE= yes MAN3= Mojolicious::Plugin::Database.3 \ Mojolicious::Plugin::README.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501000 -BUILD_DEPENDS+= p5-version>=0:${PORTSDIR}/devel/p5-version -RUN_DEPENDS+= p5-version>=0:${PORTSDIR}/devel/p5-version -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/www/p5-Perlanet/Makefile ============================================================================== --- head/www/p5-Perlanet/Makefile Mon Dec 17 12:15:18 2012 (r309085) +++ head/www/p5-Perlanet/Makefile Mon Dec 17 12:24:18 2012 (r309086) @@ -47,11 +47,4 @@ MAN3= Perlanet.3 \ Perlanet::Trait::Tidy.3 \ Perlanet::Trait::YAMLConfig.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501000 -BUILD_DEPENDS+= p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress -RUN_DEPENDS+= p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/www/p5-URI-Fetch/Makefile ============================================================================== --- head/www/p5-URI-Fetch/Makefile Mon Dec 17 12:15:18 2012 (r309085) +++ head/www/p5-URI-Fetch/Makefile Mon Dec 17 12:24:18 2012 (r309086) @@ -33,12 +33,6 @@ MAN3= URI::Fetch.3 \ .include <bsd.port.pre.mk> -.if ${PORT_OPTIONS:MZLIB} -. if ${PERL_LEVEL} < 500903 -RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress -. endif -.endif - .if ${PORT_OPTIONS:MCACHE} RUN_DEPENDS+= p5-Cache>=0:${PORTSDIR}/devel/p5-Cache .endif Modified: head/www/p5-WWW-Baseball-NPB/Makefile ============================================================================== --- head/www/p5-WWW-Baseball-NPB/Makefile Mon Dec 17 12:15:18 2012 (r309085) +++ head/www/p5-WWW-Baseball-NPB/Makefile Mon Dec 17 12:24:18 2012 (r309086) @@ -21,10 +21,4 @@ PERL_CONFIGURE= yes MAN3= WWW::Baseball::NPB.3 WWW::Baseball::NPB::Game.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500805 -BUILD_DEPENDS+= p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/www/p5-WWW-Mechanize-Shell/Makefile ============================================================================== --- head/www/p5-WWW-Mechanize-Shell/Makefile Mon Dec 17 12:15:18 2012 (r309085) +++ head/www/p5-WWW-Mechanize-Shell/Makefile Mon Dec 17 12:24:18 2012 (r309086) @@ -52,11 +52,4 @@ post-install: @${ECHO_MSG} "===> Documentation installed in ${EXAMPLESDIR}." .endif -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501001 -BUILD_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent -RUN_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212171224.qBHCOJAN085623>