diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-02-19 12:03:08 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-02-19 12:03:08 +0800 |
commit | 7ae11279fba231cbfe5f651d0370ff0189eea338 (patch) | |
tree | a2de9838a9b935308f1c4296ba4941286d4b1927 /www | |
parent | 5ca02191cbc11f4c61c5108ac0e7c246bec68d79 (diff) | |
download | freebsd-ports-gnome-7ae11279fba231cbfe5f651d0370ff0189eea338.tar.gz freebsd-ports-gnome-7ae11279fba231cbfe5f651d0370ff0189eea338.tar.zst freebsd-ports-gnome-7ae11279fba231cbfe5f651d0370ff0189eea338.zip |
- Update to 5.90010
Changes: http://search.cpan.org/dist/Catalyst-Runtime/Changes
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Catalyst-Runtime/Makefile | 6 | ||||
-rw-r--r-- | www/p5-Catalyst-Runtime/distinfo | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/www/p5-Catalyst-Runtime/Makefile b/www/p5-Catalyst-Runtime/Makefile index 99e78379b6c8..46e027e49b67 100644 --- a/www/p5-Catalyst-Runtime/Makefile +++ b/www/p5-Catalyst-Runtime/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Catalyst-Runtime -PORTVERSION= 5.90007 +PORTVERSION= 5.90010 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -52,7 +52,9 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} BUILD_DEPENDS+= p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message -TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception +# Do not add p5-Catalyst-Engine-PSGI and p5-CatalystX-LeakChecker to TEST_DEPENDS to avoid cyclic dependencies in tinderbox +TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ + p5-Test-Without-Module>=0:${PORTSDIR}/devel/p5-Test-Without-Module PERL_CONFIGURE= yes diff --git a/www/p5-Catalyst-Runtime/distinfo b/www/p5-Catalyst-Runtime/distinfo index 89711b96cd3b..c4504c7b2696 100644 --- a/www/p5-Catalyst-Runtime/distinfo +++ b/www/p5-Catalyst-Runtime/distinfo @@ -1,2 +1,2 @@ -SHA256 (Catalyst-Runtime-5.90007.tar.gz) = 993e278dc8dedc4254bf77174327316c9d28eba784fa0c2fe8cdd2153a27d3b2 -SIZE (Catalyst-Runtime-5.90007.tar.gz) = 264557 +SHA256 (Catalyst-Runtime-5.90010.tar.gz) = 8d0b460d96a53df5fe19f1e4adca279402a805c9ff517b115d27941c89f59f6c +SIZE (Catalyst-Runtime-5.90010.tar.gz) = 280359 |