diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-10-02 01:33:55 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-10-02 01:33:55 +0800 |
commit | 4405b30448358d3e88af2812eb41bcd1eb0cc92b (patch) | |
tree | 035af19ffb438f8e9ced9df15b3ad9329cee1450 /devel | |
parent | 075478a829651db0540fa5422d3e0fda179c03d0 (diff) | |
download | freebsd-ports-gnome-4405b30448358d3e88af2812eb41bcd1eb0cc92b.tar.gz freebsd-ports-gnome-4405b30448358d3e88af2812eb41bcd1eb0cc92b.tar.zst freebsd-ports-gnome-4405b30448358d3e88af2812eb41bcd1eb0cc92b.zip |
- Update to 0.201
Changes: http://search.cpan.org/dist/Scalar-Does/Changes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Scalar-Does/Makefile | 11 | ||||
-rw-r--r-- | devel/p5-Scalar-Does/distinfo | 4 |
2 files changed, 10 insertions, 5 deletions
diff --git a/devel/p5-Scalar-Does/Makefile b/devel/p5-Scalar-Does/Makefile index ff14f612630e..f49eede1c28c 100644 --- a/devel/p5-Scalar-Does/Makefile +++ b/devel/p5-Scalar-Does/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Scalar-Does -PORTVERSION= 0.200 +PORTVERSION= 0.201 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,7 +13,8 @@ COMMENT= Like ref() but useful LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Type-Tiny>=0.004:${PORTSDIR}/devel/p5-Type-Tiny \ +BUILD_DEPENDS= p5-Exporter-Tiny>=0.026:${PORTSDIR}/devel/p5-Exporter-Tiny \ + p5-Type-Tiny>=0.004:${PORTSDIR}/devel/p5-Type-Tiny \ p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-lexical-underscore>=0:${PORTSDIR}/devel/p5-lexical-underscore \ p5-namespace-clean>=0.19:${PORTSDIR}/devel/p5-namespace-clean @@ -24,7 +25,7 @@ TEST_DEPENDS= p5-IO-All>=0:${PORTSDIR}/devel/p5-IO-All \ p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \ p5-Path-Tiny>=0:${PORTSDIR}/devel/p5-Path-Tiny \ p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings \ - p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires + p5-Test-Requires>=0.06:${PORTSDIR}/devel/p5-Test-Requires CONFLICTS_INSTALL= p5-IO-Detect-[0-9]* @@ -33,6 +34,10 @@ USES= perl5 .include <bsd.port.pre.mk> +.if ${PERL_LEVEL} < 501400 +TEST_DEPENDS+= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple +.endif + .if ${PERL_LEVEL} < 501601 BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.24:${PORTSDIR}/lang/p5-Scalar-List-Utils RUN_DEPENDS+= p5-Scalar-List-Utils>=1.24:${PORTSDIR}/lang/p5-Scalar-List-Utils diff --git a/devel/p5-Scalar-Does/distinfo b/devel/p5-Scalar-Does/distinfo index 041e226aeb8f..c30a41b159bb 100644 --- a/devel/p5-Scalar-Does/distinfo +++ b/devel/p5-Scalar-Does/distinfo @@ -1,2 +1,2 @@ -SHA256 (Scalar-Does-0.200.tar.gz) = 6ce433e14facfb9ee8a0607065cdc99040ca2efb4d9f91de53ab4d39ad96c991 -SIZE (Scalar-Does-0.200.tar.gz) = 66370 +SHA256 (Scalar-Does-0.201.tar.gz) = b524df1faa3f14dad617b77a208d32a04adafa8029bb25aeaee49f42c4543b92 +SIZE (Scalar-Does-0.201.tar.gz) = 34292 |