diff options
author | sno <sno@pkgsrc.org> | 2010-02-23 17:49:49 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-02-23 17:49:49 +0000 |
commit | 55934894292597ec5c8409a1e7d86c27dd6f4e33 (patch) | |
tree | decce12a17feee4dbdf4d6c81062445abc5e56e5 /devel | |
parent | 25d6937f888eaf18352d941e465e8e98581e620c (diff) | |
download | pkgsrc-55934894292597ec5c8409a1e7d86c27dd6f4e33.tar.gz |
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
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Test-WWW-Selenium/Makefile | 14 | ||||
-rw-r--r-- | devel/p5-Test-WWW-Selenium/distinfo | 8 |
2 files changed, 12 insertions, 10 deletions
diff --git a/devel/p5-Test-WWW-Selenium/Makefile b/devel/p5-Test-WWW-Selenium/Makefile index 9f7cf87effe..52fedf46d5d 100644 --- a/devel/p5-Test-WWW-Selenium/Makefile +++ b/devel/p5-Test-WWW-Selenium/Makefile @@ -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" diff --git a/devel/p5-Test-WWW-Selenium/distinfo b/devel/p5-Test-WWW-Selenium/distinfo index 8fef0249fb0..2bb77f8b2f2 100644 --- a/devel/p5-Test-WWW-Selenium/distinfo +++ b/devel/p5-Test-WWW-Selenium/distinfo @@ -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 |