diff options
author | Frederic Culot <culot@FreeBSD.org> | 2012-06-09 08:19:15 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2012-06-09 08:19:15 +0000 |
commit | d365e086fe927e8ededc4f8efe61884f662608a7 (patch) | |
tree | e2055a98aa1d54b522e58a1cdad6b52088e4676a /databases/p5-DBIx-Sunny | |
parent | 6859e051bbef41301daef70224c6986b6ea92500 (diff) | |
download | ports-d365e086fe927e8ededc4f8efe61884f662608a7.tar.gz ports-d365e086fe927e8ededc4f8efe61884f662608a7.zip |
Notes
Diffstat (limited to 'databases/p5-DBIx-Sunny')
-rw-r--r-- | databases/p5-DBIx-Sunny/Makefile | 12 | ||||
-rw-r--r-- | databases/p5-DBIx-Sunny/distinfo | 4 |
2 files changed, 8 insertions, 8 deletions
diff --git a/databases/p5-DBIx-Sunny/Makefile b/databases/p5-DBIx-Sunny/Makefile index 752d1e742e49..2ae20c2d80b0 100644 --- a/databases/p5-DBIx-Sunny/Makefile +++ b/databases/p5-DBIx-Sunny/Makefile @@ -6,7 +6,7 @@ # PORTNAME= DBIx-Sunny -PORTVERSION= 0.15 +PORTVERSION= 0.16 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,7 +18,6 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-DBI>=1.615:${PORTSDIR}/databases/p5-DBI \ - p5-Capture-Tiny>=0:${PORTSDIR}/devel/p5-Capture-Tiny \ p5-Class-Accessor-Lite>=0.05:${PORTSDIR}/devel/p5-Class-Accessor-Lite \ p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ p5-DBIx-TransactionManager>=0:${PORTSDIR}/databases/p5-DBIx-TransactionManager \ @@ -28,11 +27,9 @@ RUN_DEPENDS= p5-DBI>=1.615:${PORTSDIR}/databases/p5-DBI \ p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ p5-DBIx-TransactionManager>=0:${PORTSDIR}/databases/p5-DBIx-TransactionManager \ p5-Data-Validator>=0:${PORTSDIR}/devel/p5-Data-Validator - TEST_DEPENDS= p5-DBD-SQLite>=1.31:${PORTSDIR}/databases/p5-DBD-SQLite \ p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires \ - p5-Capture-Tiny>=0:${PORTSDIR}/devel/p5-Capture-Tiny \ - p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple + p5-Capture-Tiny>=0:${PORTSDIR}/devel/p5-Capture-Tiny PERL_CONFIGURE= yes @@ -42,9 +39,12 @@ 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 + .include <bsd.port.post.mk> diff --git a/databases/p5-DBIx-Sunny/distinfo b/databases/p5-DBIx-Sunny/distinfo index 9be38aa2a8e9..44e1a6bc3871 100644 --- a/databases/p5-DBIx-Sunny/distinfo +++ b/databases/p5-DBIx-Sunny/distinfo @@ -1,2 +1,2 @@ -SHA256 (DBIx-Sunny-0.15.tar.gz) = ff68bf78b55f92824d869edf1659473341cb077b983a7ebdc6785d75ce08b717 -SIZE (DBIx-Sunny-0.15.tar.gz) = 27073 +SHA256 (DBIx-Sunny-0.16.tar.gz) = bb2a3a42a6d64249a6c0c0c6c3266fdbbb9a0b3333cfc925e5996c0914c5d9ba +SIZE (DBIx-Sunny-0.16.tar.gz) = 27222 |