diff options
author | culot <culot@FreeBSD.org> | 2012-06-02 16:36:35 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2012-06-02 16:36:35 +0800 |
commit | 7c0dc60755c2a1defb88fef98cab2aec95c4b908 (patch) | |
tree | 5ed9256f915149a5f78ce862ccc2feec12924343 /devel | |
parent | 35184afca70bd0f17af101e3013bc69cadffd9b6 (diff) | |
download | freebsd-ports-gnome-7c0dc60755c2a1defb88fef98cab2aec95c4b908.tar.gz freebsd-ports-gnome-7c0dc60755c2a1defb88fef98cab2aec95c4b908.tar.zst freebsd-ports-gnome-7c0dc60755c2a1defb88fef98cab2aec95c4b908.zip |
- Update to 1.42
- Update LICENSE (upstream switched to Artistic 2)
Changes: http://search.cpan.org/dist/Test-WWW-Mechanize/Changes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Test-WWW-Mechanize/Makefile | 10 | ||||
-rw-r--r-- | devel/p5-Test-WWW-Mechanize/distinfo | 4 |
2 files changed, 5 insertions, 9 deletions
diff --git a/devel/p5-Test-WWW-Mechanize/Makefile b/devel/p5-Test-WWW-Mechanize/Makefile index dc03a96da6c2..a9edd5f4bf3e 100644 --- a/devel/p5-Test-WWW-Mechanize/Makefile +++ b/devel/p5-Test-WWW-Mechanize/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Test-WWW-Mechanize -PORTVERSION= 1.40 +PORTVERSION= 1.42 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PETDANCE @@ -15,10 +15,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Testing-specific WWW::Mechanize subclass -LICENSE= ART10 GPLv1 -LICENSE_COMB= dual +LICENSE= ART20 BUILD_DEPENDS= p5-Carp-Assert-More>=0:${PORTSDIR}/devel/p5-Carp-Assert-More \ + p5-HTML-Tree>0:${PORTSDIR}/www/p5-HTML-Tree \ p5-HTTP-Server-Simple>=0.42:${PORTSDIR}/www/p5-HTTP-Server-Simple \ p5-Test-LongString>=0.15:${PORTSDIR}/devel/p5-Test-LongString \ p5-URI>=0:${PORTSDIR}/net/p5-URI \ @@ -32,10 +32,6 @@ MAN3= Test::WWW::Mechanize.3 .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 501000 -TEST_DEPENDS+= p5-Test-Builder-Tester>=1.09:${PORTSDIR}/devel/p5-Test-Builder-Tester -.endif - .if ${PERL_LEVEL} < 501400 TEST_DEPENDS+= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple .endif diff --git a/devel/p5-Test-WWW-Mechanize/distinfo b/devel/p5-Test-WWW-Mechanize/distinfo index fffdc27ea9f5..166aca671811 100644 --- a/devel/p5-Test-WWW-Mechanize/distinfo +++ b/devel/p5-Test-WWW-Mechanize/distinfo @@ -1,2 +1,2 @@ -SHA256 (Test-WWW-Mechanize-1.40.tar.gz) = 820a745d9e946a46492bb0fe99a662a32dd2351c57917d374f5b32f8eb78f4e4 -SIZE (Test-WWW-Mechanize-1.40.tar.gz) = 24929 +SHA256 (Test-WWW-Mechanize-1.42.tar.gz) = 05cd8e23714d5e9278b46cb341f8b7b2496b860c45578513327450cf2f80e0e7 +SIZE (Test-WWW-Mechanize-1.42.tar.gz) = 25726 |