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.
This commit is contained in:
parent
2fbf139b3d
commit
15f0ee9512
2 changed files with 9 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue