Date: Mon, 17 Dec 2012 09:39:00 +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: r309074 - in head/databases: p5-DBD-Pg p5-DBIx-Class p5-DBIx-Class-EncodedColumn p5-DBIx-Class-ResultSet-RecursiveUpdate p5-Jifty-DBI p5-MongoDB p5-Prophet p5-Redis p5-SQL-Abstract Message-ID: <201212170939.qBH9d01U059832@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: az Date: Mon Dec 17 09:38:59 2012 New Revision: 309074 URL: http://svnweb.freebsd.org/changeset/ports/309074 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-DBD-Pg/Makefile head/databases/p5-DBIx-Class-EncodedColumn/Makefile (contents, props changed) head/databases/p5-DBIx-Class-ResultSet-RecursiveUpdate/Makefile (contents, props changed) head/databases/p5-DBIx-Class/Makefile (contents, props changed) head/databases/p5-Jifty-DBI/Makefile (contents, props changed) head/databases/p5-MongoDB/Makefile (contents, props changed) head/databases/p5-Prophet/Makefile (contents, props changed) head/databases/p5-Redis/Makefile (contents, props changed) head/databases/p5-SQL-Abstract/Makefile (contents, props changed) Modified: head/databases/p5-DBD-Pg/Makefile ============================================================================== --- head/databases/p5-DBD-Pg/Makefile Mon Dec 17 09:34:32 2012 (r309073) +++ head/databases/p5-DBD-Pg/Makefile Mon Dec 17 09:38:59 2012 (r309074) @@ -25,11 +25,4 @@ USE_PGSQL= yes MAN3= DBD::Pg.3 Bundle::DBD::Pg.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/databases/p5-DBIx-Class-EncodedColumn/Makefile ============================================================================== --- head/databases/p5-DBIx-Class-EncodedColumn/Makefile Mon Dec 17 09:34:32 2012 (r309073) +++ head/databases/p5-DBIx-Class-EncodedColumn/Makefile Mon Dec 17 09:38:59 2012 (r309074) @@ -44,14 +44,10 @@ OPENPGP_DESC= Crypt::OpenPGP (gpg) Suppo .include <bsd.port.pre.mk> -.if ${PORT_OPTIONS:MSHA} -. if ${PERL_LEVEL} < 501000 -RUN_DEPENDS+= p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA -. endif -.endif .if ${PORT_OPTIONS:MBLOWFISH} RUN_DEPENDS+= p5-Crypt-Eksblowfish>=0:${PORTSDIR}/security/p5-Crypt-Eksblowfish .endif + .if ${PORT_OPTIONS:MOPENPGP} RUN_DEPENDS+= p5-Crypt-OpenPGP>=0:${PORTSDIR}/security/p5-Crypt-OpenPGP \ p5-Crypt-CAST5_PP>=0:${PORTSDIR}/security/p5-Crypt-CAST5_PP Modified: head/databases/p5-DBIx-Class-ResultSet-RecursiveUpdate/Makefile ============================================================================== --- head/databases/p5-DBIx-Class-ResultSet-RecursiveUpdate/Makefile Mon Dec 17 09:34:32 2012 (r309073) +++ head/databases/p5-DBIx-Class-ResultSet-RecursiveUpdate/Makefile Mon Dec 17 09:38:59 2012 (r309074) @@ -37,10 +37,4 @@ PERL_CONFIGURE= yes MAN3= DBIx::Class::ResultSet::RecursiveUpdate.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/databases/p5-DBIx-Class/Makefile ============================================================================== --- head/databases/p5-DBIx-Class/Makefile Mon Dec 17 09:34:32 2012 (r309073) +++ head/databases/p5-DBIx-Class/Makefile Mon Dec 17 09:38:59 2012 (r309074) @@ -190,15 +190,6 @@ RUN_DEPENDS+= p5-SQL-Translator>=0.09.00 .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 501001 -BUILD_DEPENDS+= p5-File-Temp>=0.22:${PORTSDIR}/devel/p5-File-Temp -RUN_DEPENDS+= p5-File-Path>=2.07:${PORTSDIR}/devel/p5-File-Path -.endif - -.if ${PERL_LEVEL} < 501200 -TEST_DEPENDS+= p5-Test-Simple>=0.94:${PORTSDIR}/devel/p5-Test-Simple -.endif - #.if ${PERL_LEVEL} < 501600 #BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.59:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker #.endif Modified: head/databases/p5-Jifty-DBI/Makefile ============================================================================== --- head/databases/p5-Jifty-DBI/Makefile Mon Dec 17 09:34:32 2012 (r309073) +++ head/databases/p5-Jifty-DBI/Makefile Mon Dec 17 09:38:59 2012 (r309074) @@ -82,11 +82,4 @@ MAN3= Jifty::DBI.3 \ Jifty::DBI::Schema.3 \ Jifty::DBI::SchemaGenerator.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/databases/p5-MongoDB/Makefile ============================================================================== --- head/databases/p5-MongoDB/Makefile Mon Dec 17 09:34:32 2012 (r309073) +++ head/databases/p5-MongoDB/Makefile Mon Dec 17 09:38:59 2012 (r309074) @@ -53,10 +53,4 @@ MAN3= MongoDB.3 \ MongoDB::Timestamp.3 \ MongoDB::Tutorial.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500809 -TEST_DEPENDS+= p5-File-Temp>=0.17:${PORTSDIR}/devel/p5-File-Temp -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/databases/p5-Prophet/Makefile ============================================================================== --- head/databases/p5-Prophet/Makefile Mon Dec 17 09:34:32 2012 (r309073) +++ head/databases/p5-Prophet/Makefile Mon Dec 17 09:38:59 2012 (r309074) @@ -95,11 +95,4 @@ MAN3= Prophet::Web::Result.3 \ Prophet::Replica::sqlite.3 \ Prophet::Meta::Types.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501000 -BUILD_DEPENDS+= p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA -RUN_DEPENDS+= p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/databases/p5-Redis/Makefile ============================================================================== --- head/databases/p5-Redis/Makefile Mon Dec 17 09:34:32 2012 (r309073) +++ head/databases/p5-Redis/Makefile Mon Dec 17 09:38:59 2012 (r309074) @@ -29,14 +29,4 @@ PERL_CONFIGURE= yes MAN3= Redis.3 Redis::Hash.3 Redis::List.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501000 -BUILD_DEPENDS+= p5-IPC-Cmd>=0:${PORTSDIR}/devel/p5-IPC-Cmd -.endif - -.if ${PERL_LEVEL} < 501000 -TEST_DEPENDS+= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/databases/p5-SQL-Abstract/Makefile ============================================================================== --- head/databases/p5-SQL-Abstract/Makefile Mon Dec 17 09:34:32 2012 (r309073) +++ head/databases/p5-SQL-Abstract/Makefile Mon Dec 17 09:38:59 2012 (r309074) @@ -31,10 +31,4 @@ MAN3= DBIx::Class::Storage::Debug::Pret SQL::Abstract::Test.3 \ SQL::Abstract::Tree.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501001 -TEST_DEPENDS+= p5-Test-Simple>=0.92:${PORTSDIR}/devel/p5-Test-Simple -.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?201212170939.qBH9d01U059832>