From owner-svn-ports-all@FreeBSD.ORG Mon Dec 17 08:50:56 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 9B103D1B; Mon, 17 Dec 2012 08:50:56 +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 7DE038FC14; Mon, 17 Dec 2012 08:50:56 +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 qBH8our0052514; Mon, 17 Dec 2012 08:50:56 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBH8oseV052503; Mon, 17 Dec 2012 08:50:54 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201212170850.qBH8oseV052503@svn.freebsd.org> From: Andrej Zverev Date: Mon, 17 Dec 2012 08:50:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309071 - in head: databases/p5-Class-DBI-Lite databases/p5-DBD-CSV databases/p5-DBD-ODBC databases/p5-DBIx-Class-DynamicDefault databases/p5-DBIx-Class-QueryProfiler databases/p5-DBIx-... 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 08:50:56 -0000 Author: az Date: Mon Dec 17 08:50:54 2012 New Revision: 309071 URL: http://svnweb.freebsd.org/changeset/ports/309071 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/databases/p5-Class-DBI-Lite/Makefile (contents, props changed) head/databases/p5-DBD-CSV/Makefile (contents, props changed) head/databases/p5-DBD-ODBC/Makefile (contents, props changed) head/databases/p5-DBIx-Class-DynamicDefault/Makefile (contents, props changed) head/databases/p5-DBIx-Class-QueryProfiler/Makefile (contents, props changed) head/databases/p5-DBIx-Class-Schema-PopulateMore/Makefile (contents, props changed) head/databases/p5-DBIx-Sunny/Makefile (contents, props changed) head/databases/p5-SQLite-Work/Makefile (contents, props changed) head/net-p2p/p5-Net-BitTorrent/Makefile (contents, props changed) Modified: head/databases/p5-Class-DBI-Lite/Makefile ============================================================================== --- head/databases/p5-Class-DBI-Lite/Makefile Mon Dec 17 08:30:52 2012 (r309070) +++ head/databases/p5-Class-DBI-Lite/Makefile Mon Dec 17 08:50:54 2012 (r309071) @@ -42,10 +42,4 @@ MAN3= Class::DBI::Lite.3 \ Class::DBI::Lite::TableInfo.3 \ Class::DBI::Lite::Tutorial.3 -.include - -.if ${PERL_LEVEL} < 501001 -TEST_DEPENDS+= p5-Test-Simple>=0.77:${PORTSDIR}/devel/p5-Test-Simple -.endif - -.include +.include Modified: head/databases/p5-DBD-CSV/Makefile ============================================================================== --- head/databases/p5-DBD-CSV/Makefile Mon Dec 17 08:30:52 2012 (r309070) +++ head/databases/p5-DBD-CSV/Makefile Mon Dec 17 08:50:54 2012 (r309071) @@ -24,10 +24,4 @@ PERL_CONFIGURE= yes MAN3= Bundle::DBD::CSV.3 \ DBD::CSV.3 -.include - -.if ${PERL_LEVEL} < 501001 -TEST_DEPENDS+= p5-Test-Simple>=0.90:${PORTSDIR}/devel/p5-Test-Simple -.endif - -.include +.include Modified: head/databases/p5-DBD-ODBC/Makefile ============================================================================== --- head/databases/p5-DBD-ODBC/Makefile Mon Dec 17 08:30:52 2012 (r309070) +++ head/databases/p5-DBD-ODBC/Makefile Mon Dec 17 08:50:54 2012 (r309071) @@ -50,10 +50,6 @@ MYODBC= unixodbc .include -.if ${PERL_LEVEL} < 501001 -TEST_DEPENDS+= p5-Test-Simple>=0.90:${PORTSDIR}/devel/p5-Test-Simple -.endif - post-patch: @${REINPLACE_CMD} -e '/my $$myodbc/ s|q{}|"${MYODBC}"|' ${WRKSRC}/Makefile.PL Modified: head/databases/p5-DBIx-Class-DynamicDefault/Makefile ============================================================================== --- head/databases/p5-DBIx-Class-DynamicDefault/Makefile Mon Dec 17 08:30:52 2012 (r309070) +++ head/databases/p5-DBIx-Class-DynamicDefault/Makefile Mon Dec 17 08:50:54 2012 (r309071) @@ -23,11 +23,4 @@ PERL_CONFIGURE= yes MAN3= DBIx::Class::DynamicDefault.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/databases/p5-DBIx-Class-QueryProfiler/Makefile ============================================================================== --- head/databases/p5-DBIx-Class-QueryProfiler/Makefile Mon Dec 17 08:30:52 2012 (r309070) +++ head/databases/p5-DBIx-Class-QueryProfiler/Makefile Mon Dec 17 08:50:54 2012 (r309071) @@ -26,12 +26,4 @@ PERL_CONFIGURE= yes MAN3= DBIx::Class::QueryProfiler.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/databases/p5-DBIx-Class-Schema-PopulateMore/Makefile ============================================================================== --- head/databases/p5-DBIx-Class-Schema-PopulateMore/Makefile Mon Dec 17 08:30:52 2012 (r309070) +++ head/databases/p5-DBIx-Class-Schema-PopulateMore/Makefile Mon Dec 17 08:50:54 2012 (r309071) @@ -54,13 +54,6 @@ MAN3= DBIx::Class::Schema::PopulateMore. .include -.if ${PERL_LEVEL} < 501001 -BUILD_DEPENDS+= p5-Module-Pluggable>=3.9:${PORTSDIR}/devel/p5-Module-Pluggable \ - p5-parent>=0:${PORTSDIR}/devel/p5-parent -RUN_DEPENDS+= p5-Module-Pluggable>=3.9:${PORTSDIR}/devel/p5-Module-Pluggable \ - p5-parent>=0:${PORTSDIR}/devel/p5-parent -.endif - .if ${PERL_LEVEL} < 501400 TEST_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple .endif Modified: head/databases/p5-DBIx-Sunny/Makefile ============================================================================== --- head/databases/p5-DBIx-Sunny/Makefile Mon Dec 17 08:30:52 2012 (r309070) +++ head/databases/p5-DBIx-Sunny/Makefile Mon Dec 17 08:50:54 2012 (r309071) @@ -34,11 +34,6 @@ MAN3= DBIx::Sunny.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 - .if ${PERL_LEVEL} < 501400 TEST_DEPENDS+= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple .endif Modified: head/databases/p5-SQLite-Work/Makefile ============================================================================== --- head/databases/p5-SQLite-Work/Makefile Mon Dec 17 08:30:52 2012 (r309070) +++ head/databases/p5-SQLite-Work/Makefile Mon Dec 17 08:50:54 2012 (r309071) @@ -35,10 +35,4 @@ MAN1= sqlw_mail.1 \ post-patch: ${CHMOD} u+w ${WRKSRC}/Makefile.PL -.include - -.if ${PERL_LEVEL} < 500807 -RUN_DEPENDS+= p5-CGI.pm>=3.10:${PORTSDIR}/www/p5-CGI.pm -.endif - -.include +.include Modified: head/net-p2p/p5-Net-BitTorrent/Makefile ============================================================================== --- head/net-p2p/p5-Net-BitTorrent/Makefile Mon Dec 17 08:30:52 2012 (r309070) +++ head/net-p2p/p5-Net-BitTorrent/Makefile Mon Dec 17 08:50:54 2012 (r309071) @@ -38,14 +38,5 @@ MAN3= Net::BitTorrent.3 \ Net::BitTorrent::Util.3 \ Net::BitTorrent::Version.3 -.include +.include -.if ${PERL_LEVEL} < 501000 -BUILD_DEPENDS+= p5-Digest-SHA>=5.45:${PORTSDIR}/security/p5-Digest-SHA \ - p5-Module-Build>=0.3:${PORTSDIR}/devel/p5-Module-Build \ - p5-version>=0.74:${PORTSDIR}/devel/p5-version -RUN_DEPENDS+= p5-Digest-SHA>=5.45:${PORTSDIR}/security/p5-Digest-SHA \ - p5-version>=0.74:${PORTSDIR}/devel/p5-version -.endif - -.include