pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Test-WWW-Selenium Updating devel/p5-Test-WWW-...
details: https://anonhg.NetBSD.org/pkgsrc/rev/186e6c8762ef
branches: trunk
changeset: 572308:186e6c8762ef
user: sno <sno%pkgsrc.org@localhost>
date: Tue Feb 23 17:49:49 2010 +0000
description:
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:
devel/p5-Test-WWW-Selenium/Makefile | 14 ++++++++------
devel/p5-Test-WWW-Selenium/distinfo | 8 ++++----
2 files changed, 12 insertions(+), 10 deletions(-)
diffs (47 lines):
diff -r 84df44e4d4fe -r 186e6c8762ef devel/p5-Test-WWW-Selenium/Makefile
--- a/devel/p5-Test-WWW-Selenium/Makefile Tue Feb 23 17:41:30 2010 +0000
+++ b/devel/p5-Test-WWW-Selenium/Makefile Tue Feb 23 17:49:49 2010 +0000
@@ -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 @@
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 -r 84df44e4d4fe -r 186e6c8762ef devel/p5-Test-WWW-Selenium/distinfo
--- a/devel/p5-Test-WWW-Selenium/distinfo Tue Feb 23 17:41:30 2010 +0000
+++ b/devel/p5-Test-WWW-Selenium/distinfo Tue Feb 23 17:49:49 2010 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index