diff options
author | sno <sno@pkgsrc.org> | 2010-03-10 11:34:42 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-03-10 11:34:42 +0000 |
commit | 6d03a16316928ccc897229a3795b94ba64767b20 (patch) | |
tree | 5cfb362ed1c19b926710442f235364c3614659e6 /www | |
parent | 38d907782239ea7ef0fb0b46a1b979d26bedc8d7 (diff) | |
download | pkgsrc-6d03a16316928ccc897229a3795b94ba64767b20.tar.gz |
Updating www/p5-Test-WWW-Mechanize-Catalyst from 0.51nb1 to 0.52
pkgsrc changes:
- Adjust license definition
- Adjust dependencies
Upstream changes:
0.52 Mon Mar 8 01:25 GMT 2010
- Move actions out of the test applications to avoid deprecation warnings.
- POD corrections by jhannah
- Bump version dependency of Test::WWW::Mechanize to 1.54 to fix RT#44555
- Wrap checks for the appropriate plugins to skip tests inside a BEGIN
block so that they are run before the app tries to be loaded at compile
time, fixing RT#47037
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Test-WWW-Mechanize-Catalyst/Makefile | 12 | ||||
-rw-r--r-- | www/p5-Test-WWW-Mechanize-Catalyst/distinfo | 8 |
2 files changed, 10 insertions, 10 deletions
diff --git a/www/p5-Test-WWW-Mechanize-Catalyst/Makefile b/www/p5-Test-WWW-Mechanize-Catalyst/Makefile index 9dbd5a5e9f6..4f5369e5aa8 100644 --- a/www/p5-Test-WWW-Mechanize-Catalyst/Makefile +++ b/www/p5-Test-WWW-Mechanize-Catalyst/Makefile @@ -1,22 +1,22 @@ -# $NetBSD: Makefile,v 1.4 2009/09/24 06:50:22 sno Exp $ +# $NetBSD: Makefile,v 1.5 2010/03/10 11:34:42 sno Exp $ -DISTNAME= Test-WWW-Mechanize-Catalyst-0.51 +DISTNAME= Test-WWW-Mechanize-Catalyst-0.52 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +#PKGREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Test-WWW-Mechanize-Catalyst/ COMMENT= Test::WWW::Mechanize for Catalyst -LICENSE= gnu-gpl-v2 # OR artistic +LICENSE= ${PERL5_LICENSE} -DEPENDS+= p5-Catalyst-Runtime>=5.00:../../www/p5-Catalyst-Runtime +DEPENDS+= p5-Catalyst-Runtime>=5.00000:../../www/p5-Catalyst-Runtime DEPENDS+= p5-Moose>=0.67:../../devel/p5-Moose DEPENDS+= p5-Test-WWW-Mechanize>=1.20:../../www/p5-Test-WWW-Mechanize DEPENDS+= p5-Test-Exception>=0:../../devel/p5-Test-Exception DEPENDS+= p5-Test-WWW-Mechanize>=1.14:../../www/p5-Test-WWW-Mechanize -DEPENDS+= p5-WWW-Mechanize>=1.50:../../www/p5-WWW-Mechanize +DEPENDS+= p5-WWW-Mechanize>=1.54:../../www/p5-WWW-Mechanize DEPENDS+= p5-libwww>=5.816:../../www/p5-libwww DEPENDS+= p5-namespace-clean>=0.09:../../devel/p5-namespace-clean diff --git a/www/p5-Test-WWW-Mechanize-Catalyst/distinfo b/www/p5-Test-WWW-Mechanize-Catalyst/distinfo index 1d26781b5ee..d83eb980d7b 100644 --- a/www/p5-Test-WWW-Mechanize-Catalyst/distinfo +++ b/www/p5-Test-WWW-Mechanize-Catalyst/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2009/05/01 13:12:11 sno Exp $ +$NetBSD: distinfo,v 1.3 2010/03/10 11:34:42 sno Exp $ -SHA1 (Test-WWW-Mechanize-Catalyst-0.51.tar.gz) = 251b2ac69663b835412a8f33c2939d7ef7849115 -RMD160 (Test-WWW-Mechanize-Catalyst-0.51.tar.gz) = d9da1583ca1ca39222ab21cbb554aae1d4bb86a5 -Size (Test-WWW-Mechanize-Catalyst-0.51.tar.gz) = 24623 bytes +SHA1 (Test-WWW-Mechanize-Catalyst-0.52.tar.gz) = 48f2deb1a6c8620cbbd8bdce13450077a71924c6 +RMD160 (Test-WWW-Mechanize-Catalyst-0.52.tar.gz) = 8afad927ef67d801d62e8148a494d9e510937cfb +Size (Test-WWW-Mechanize-Catalyst-0.52.tar.gz) = 26224 bytes |