Updating devel/p5-Test-WWW-Selenium from 1.18 to 1.21
pkgsrc changes: - Add module type Upstream changes: 1.21 - Wed Dec 30 14:58:07 PST 2009 - Add error_callback() patch from Derek Wueppelmann 1.20 - Mon Nov 2 22:13:47 PST 2009 - Refactor timeout code so the UserAgent timeout is always long enough - Make set_timeout() also set the UserAgent timeout. 1.19 - Thu Sep 24 19:27:51 PDT 2009 - Fixed test to not spew deprecation errors - removed t/test_ajax_jsf.t because the site it used went away
This commit is contained in:
parent
bad10b8ac8
commit
efc76a5531
2 changed files with 12 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.5 2009/09/06 21:05:25 seb Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2010/02/23 17:49:49 sno Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Test-WWW-Selenium-1.18
|
||||
DISTNAME= Test-WWW-Selenium-1.21
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5 www
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
|
||||
|
@ -13,14 +13,16 @@ LICENSE= ${PERL5_LICENSE}
|
|||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
USE_LANGUAGES= # empty
|
||||
PERL5_PACKLIST= auto/Test/WWW/Selenium/.packlist
|
||||
USE_LANGUAGES= # empty
|
||||
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
|
||||
|
||||
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
|
||||
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
|
||||
DEPENDS+= p5-URI>=1.35:../../www/p5-URI
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.4 2009/09/06 21:05:25 seb Exp $
|
||||
$NetBSD: distinfo,v 1.5 2010/02/23 17:49:49 sno Exp $
|
||||
|
||||
SHA1 (Test-WWW-Selenium-1.18.tar.gz) = 1cb4181a8a64db3b832052ce7b13945d3dd92225
|
||||
RMD160 (Test-WWW-Selenium-1.18.tar.gz) = 2e1f9b88312bd239baed688c348eec6408194276
|
||||
Size (Test-WWW-Selenium-1.18.tar.gz) = 62276 bytes
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue