Date: Mon, 17 Dec 2012 08:50:54 +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: 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-... Message-ID: <201212170850.qBH8oseV052503@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501001 -TEST_DEPENDS+= p5-Test-Simple>=0.77:${PORTSDIR}/devel/p5-Test-Simple -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> 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 <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501001 -TEST_DEPENDS+= p5-Test-Simple>=0.90:${PORTSDIR}/devel/p5-Test-Simple -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> 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 <bsd.port.pre.mk> -.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 <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> 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 <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> 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 <bsd.port.pre.mk> -.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 <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 - .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 <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500807 -RUN_DEPENDS+= p5-CGI.pm>=3.10:${PORTSDIR}/www/p5-CGI.pm -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> 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 <bsd.port.pre.mk> +.include <bsd.port.mk> -.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 <bsd.port.post.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212170850.qBH8oseV052503>