diff options
author | sno <sno> | 2010-09-06 05:03:48 +0000 |
---|---|---|
committer | sno <sno> | 2010-09-06 05:03:48 +0000 |
commit | 682777ad4faca747df481c01553a8bf46f3a1dae (patch) | |
tree | bd74354dab990974c2a4e98df7e02ee0b295ca3e /devel | |
parent | 68b724eb0d6b05886bbf054480fea0bb448d8787 (diff) | |
download | pkgsrc-682777ad4faca747df481c01553a8bf46f3a1dae.tar.gz |
Updating devel/p5-Test-WWW-Selenium from 1.21nb1 to 1.23
Upstream changes:
1.23 - So Sep 5 2010
- 3 Patches from Tom Hukins++ to clean up inc/, pod and the license.
- Suggestion from So Matsui++ to restore HTTP POST from the 1.20 release.
- http_method now defaults to POST but can be set to GET.
1.22 - Fri Apr 2 10:51:58 PDT 2010
- Update URI::Encode dependency so we can depend on a consistent
encoding of *firefox to %2Afirefox.
- No code changes, just test fixes.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Test-WWW-Selenium/Makefile | 9 | ||||
-rw-r--r-- | devel/p5-Test-WWW-Selenium/distinfo | 8 |
2 files changed, 9 insertions, 8 deletions
diff --git a/devel/p5-Test-WWW-Selenium/Makefile b/devel/p5-Test-WWW-Selenium/Makefile index 8dae4bf8866..399e98442aa 100644 --- a/devel/p5-Test-WWW-Selenium/Makefile +++ b/devel/p5-Test-WWW-Selenium/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2010/08/21 16:34:38 seb Exp $ +# $NetBSD: Makefile,v 1.8 2010/09/06 05:03:48 sno Exp $ # -DISTNAME= Test-WWW-Selenium-1.21 +DISTNAME= Test-WWW-Selenium-1.23 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +#PKGREVISION= 1 CATEGORIES= devel perl5 www MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} @@ -19,7 +19,8 @@ PERL5_PACKLIST= auto/Test/WWW/Selenium/.packlist PERL5_MODULE_TYPE= Module::Install::Bundled DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww -DEPENDS+= p5-URI>=1.35:../../www/p5-URI +# contains URI::Escape 3.30 +DEPENDS+= p5-URI>=1.54:../../www/p5-URI BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception BUILD_DEPENDS+= p5-Test-Mock-LWP-[0-9]*:../../devel/p5-Test-Mock-LWP diff --git a/devel/p5-Test-WWW-Selenium/distinfo b/devel/p5-Test-WWW-Selenium/distinfo index 2bb77f8b2f2..12ae195ddae 100644 --- a/devel/p5-Test-WWW-Selenium/distinfo +++ b/devel/p5-Test-WWW-Selenium/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2010/02/23 17:49:49 sno Exp $ +$NetBSD: distinfo,v 1.6 2010/09/06 05:03:48 sno Exp $ -SHA1 (Test-WWW-Selenium-1.21.tar.gz) = 669d741ea15875d46d9ff40f4d8ed96356bc7724 -RMD160 (Test-WWW-Selenium-1.21.tar.gz) = e241436df82b82603d57ca3da1de6e2a5eb86bc8 -Size (Test-WWW-Selenium-1.21.tar.gz) = 67764 bytes +SHA1 (Test-WWW-Selenium-1.23.tar.gz) = 6051b8fb734ca1157482567a68d4e172997863ae +RMD160 (Test-WWW-Selenium-1.23.tar.gz) = 81f0627538cf6b5565d759b66f9500e87d3f09f5 +Size (Test-WWW-Selenium-1.23.tar.gz) = 71165 bytes |