diff options
author | he <he> | 2009-01-04 23:14:57 +0000 |
---|---|---|
committer | he <he> | 2009-01-04 23:14:57 +0000 |
commit | e2d34a614caff4c726e73af63d7bb1e2e977935c (patch) | |
tree | 7bc2b53612e1bb47dc745b9cd020aedfbe2b26e4 /devel | |
parent | cf86bc46e5fb76913d38fc8690a91830d021f1f8 (diff) | |
download | pkgsrc-e2d34a614caff4c726e73af63d7bb1e2e977935c.tar.gz |
Update from version 1.16 to 1.17.
Pkgsrc changes:
o Change one BUILD_DEPENDS to a full DEPENDS (p5-libwww)
Upstream changes:
1.17 - Tue 30 Dec 2008 00:12:53 PST
- Allow no_locator methods to be subclassable
- Thanks to Michael Hendricks of Grant Street Group.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Test-WWW-Selenium/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Test-WWW-Selenium/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/p5-Test-WWW-Selenium/Makefile b/devel/p5-Test-WWW-Selenium/Makefile index b90b84cf889..63c9cd46c37 100644 --- a/devel/p5-Test-WWW-Selenium/Makefile +++ b/devel/p5-Test-WWW-Selenium/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2008/12/21 00:07:19 he Exp $ +# $NetBSD: Makefile,v 1.4 2009/01/04 23:14:57 he Exp $ # -DISTNAME= Test-WWW-Selenium-1.16 +DISTNAME= Test-WWW-Selenium-1.17 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 www MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} @@ -18,7 +18,7 @@ PERL5_PACKLIST= auto/Test/WWW/Selenium/.packlist BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception BUILD_DEPENDS+= p5-Test-Mock-LWP-[0-9]*:../../devel/p5-Test-Mock-LWP BUILD_DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod -BUILD_DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww +DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww DEPENDS+= p5-URI>=1.35:../../www/p5-URI .include "../../lang/perl5/module.mk" diff --git a/devel/p5-Test-WWW-Selenium/distinfo b/devel/p5-Test-WWW-Selenium/distinfo index 6c476519036..cb6e429a270 100644 --- a/devel/p5-Test-WWW-Selenium/distinfo +++ b/devel/p5-Test-WWW-Selenium/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2008/12/21 00:07:19 he Exp $ +$NetBSD: distinfo,v 1.3 2009/01/04 23:14:57 he Exp $ -SHA1 (Test-WWW-Selenium-1.16.tar.gz) = 2dde7abbf8ceb9ea4266227e2186401eb9b3e79e -RMD160 (Test-WWW-Selenium-1.16.tar.gz) = 4c98f97966af35ad03173f764fce539c02b71854 -Size (Test-WWW-Selenium-1.16.tar.gz) = 43809 bytes +SHA1 (Test-WWW-Selenium-1.17.tar.gz) = 9eb85f55c474769a217447933cddc612d35ca71f +RMD160 (Test-WWW-Selenium-1.17.tar.gz) = 752556bbc3bca801c98b5aecf56b51bd0a206a57 +Size (Test-WWW-Selenium-1.17.tar.gz) = 44009 bytes |