From owner-svn-ports-all@FreeBSD.ORG Mon Dec 17 12:15:20 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 77D91A8C; Mon, 17 Dec 2012 12:15:20 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 5939E8FC1A; Mon, 17 Dec 2012 12:15:20 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBHCFKjR084396; Mon, 17 Dec 2012 12:15:20 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBHCFItF084383; Mon, 17 Dec 2012 12:15:18 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201212171215.qBHCFItF084383@svn.freebsd.org> From: Andrej Zverev Date: Mon, 17 Dec 2012 12:15:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309085 - in head/www: p5-Catalyst-View-Email p5-Catalyst-View-Mason p5-HTTP-Body p5-HTTP-Message p5-HTTP-Response-Encoding p5-Mojolicious-Plugin-Mongodb p5-Tatsumaki p5-WWW-AtMovies-TV... 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.14 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: Mon, 17 Dec 2012 12:15:20 -0000 Author: az Date: Mon Dec 17 12:15:18 2012 New Revision: 309085 URL: http://svnweb.freebsd.org/changeset/ports/309085 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-View-Email/Makefile (contents, props changed) head/www/p5-Catalyst-View-Mason/Makefile (contents, props changed) head/www/p5-HTTP-Body/Makefile (contents, props changed) head/www/p5-HTTP-Message/Makefile (contents, props changed) head/www/p5-HTTP-Response-Encoding/Makefile (contents, props changed) head/www/p5-Mojolicious-Plugin-Mongodb/Makefile (contents, props changed) head/www/p5-Tatsumaki/Makefile (contents, props changed) head/www/p5-WWW-AtMovies-TV/Makefile (contents, props changed) head/www/p5-WWW-Facebook-API/Makefile (contents, props changed) Modified: head/www/p5-Catalyst-View-Email/Makefile ============================================================================== --- head/www/p5-Catalyst-View-Email/Makefile Mon Dec 17 11:45:31 2012 (r309084) +++ head/www/p5-Catalyst-View-Email/Makefile Mon Dec 17 12:15:18 2012 (r309085) @@ -36,11 +36,4 @@ MAN3= Catalyst::Helper::View::Email.3 \ Catalyst::View::Email.3 \ Catalyst::View::Email::Template.3 -.include - -.if ${PERL_LEVEL} < 501001 -BUILD_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent -RUN_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent -.endif - -.include +.include Modified: head/www/p5-Catalyst-View-Mason/Makefile ============================================================================== --- head/www/p5-Catalyst-View-Mason/Makefile Mon Dec 17 11:45:31 2012 (r309084) +++ head/www/p5-Catalyst-View-Mason/Makefile Mon Dec 17 12:15:18 2012 (r309085) @@ -26,11 +26,4 @@ PERL_CONFIGURE= yes MAN3= Catalyst::Helper::View::Mason.3 \ Catalyst::View::Mason.3 -.include - -.if ${PERL_LEVEL} < 501001 -BUILD_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent -RUN_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent -.endif - -.include +.include Modified: head/www/p5-HTTP-Body/Makefile ============================================================================== --- head/www/p5-HTTP-Body/Makefile Mon Dec 17 11:45:31 2012 (r309084) +++ head/www/p5-HTTP-Body/Makefile Mon Dec 17 12:15:18 2012 (r309085) @@ -30,10 +30,4 @@ MAN3= HTTP::Body.3 \ HTTP::Body::XForms.3 \ HTTP::Body::XFormsMultipart.3 -.include - -.if ${PERL_LEVEL} < 501001 -TEST_DEPENDS+= p5-Test-Simple>=0.86:${PORTSDIR}/devel/p5-Test-Simple -.endif - -.include +.include Modified: head/www/p5-HTTP-Message/Makefile ============================================================================== --- head/www/p5-HTTP-Message/Makefile Mon Dec 17 11:45:31 2012 (r309084) +++ head/www/p5-HTTP-Message/Makefile Mon Dec 17 12:15:18 2012 (r309085) @@ -32,16 +32,4 @@ MAN3= HTTP::Config.3 \ HTTP::Response.3 \ HTTP::Status.3 -.include - -.if ${PERL_LEVEL} < 501000 -BUILD_DEPENDS+= p5-Compress-Raw-Zlib>=0:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib -RUN_DEPENDS+= p5-Compress-Raw-Zlib>=0:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib -.endif - -.if ${PERL_LEVEL} < 501200 -BUILD_DEPENDS+= p5-IO-Compress>=2.021:${PORTSDIR}/archivers/p5-IO-Compress -RUN_DEPENDS+= p5-IO-Compress>=2.021:${PORTSDIR}/archivers/p5-IO-Compress -.endif - -.include +.include Modified: head/www/p5-HTTP-Response-Encoding/Makefile ============================================================================== --- head/www/p5-HTTP-Response-Encoding/Makefile Mon Dec 17 11:45:31 2012 (r309084) +++ head/www/p5-HTTP-Response-Encoding/Makefile Mon Dec 17 12:15:18 2012 (r309085) @@ -26,10 +26,4 @@ PERL_CONFIGURE= yes MAN3= HTTP::Response::Encoding.3 -.include - -.if ${PERL_LEVEL} < 500805 -RUN_DEPENDS+= p5-Encode>=2:${PORTSDIR}/converters/p5-Encode -.endif - -.include +.include Modified: head/www/p5-Mojolicious-Plugin-Mongodb/Makefile ============================================================================== --- head/www/p5-Mojolicious-Plugin-Mongodb/Makefile Mon Dec 17 11:45:31 2012 (r309084) +++ head/www/p5-Mojolicious-Plugin-Mongodb/Makefile Mon Dec 17 12:15:18 2012 (r309085) @@ -27,11 +27,4 @@ PERL_CONFIGURE= yes MAN3= Mojolicious::Plugin::Mongodb.3 -.include - -.if ${PERL_LEVEL} < 501000 -BUILD_DEPENDS+= p5-version>=0:${PORTSDIR}/devel/p5-version -RUN_DEPENDS+= p5-version>=0:${PORTSDIR}/devel/p5-version -.endif - -.include +.include Modified: head/www/p5-Tatsumaki/Makefile ============================================================================== --- head/www/p5-Tatsumaki/Makefile Mon Dec 17 11:45:31 2012 (r309084) +++ head/www/p5-Tatsumaki/Makefile Mon Dec 17 12:15:18 2012 (r309085) @@ -35,10 +35,4 @@ PERL_CONFIGURE= yes MAN3= Tatsumaki.3 \ Tatsumaki::MessageQueue.3 -.include - -.if ${PERL_LEVEL} < 501001 -RUN_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent -.endif - -.include +.include Modified: head/www/p5-WWW-AtMovies-TV/Makefile ============================================================================== --- head/www/p5-WWW-AtMovies-TV/Makefile Mon Dec 17 11:45:31 2012 (r309084) +++ head/www/p5-WWW-AtMovies-TV/Makefile Mon Dec 17 12:15:18 2012 (r309085) @@ -25,10 +25,4 @@ PERL_CONFIGURE= yes MAN3= WWW::AtMovies::TV.3 -.include - -.if ${PERL_LEVEL} < 501001 -RUN_DEPENDS+= p5-version>=0.76:${PORTSDIR}/devel/p5-version -.endif - -.include +.include Modified: head/www/p5-WWW-Facebook-API/Makefile ============================================================================== --- head/www/p5-WWW-Facebook-API/Makefile Mon Dec 17 11:45:31 2012 (r309084) +++ head/www/p5-WWW-Facebook-API/Makefile Mon Dec 17 12:15:18 2012 (r309085) @@ -53,10 +53,4 @@ MAN3= WWW::Facebook::API.3 \ WWW::Facebook::API::Users.3 \ WWW::Facebook::API::Video.3 -.include - -.if ${PERL_LEVEL} < 501000 -RUN_DEPENDS+= p5-version>=0:${PORTSDIR}/devel/p5-version -.endif - -.include +.include