Sun Dec 21 00:07:19 2008 UTC ()
Update from version 1.15nb1 to 1.16.

Pkgsrc changes:
 o Update dependencies based on META.yml

Upstream changes:

1.16 - Sun 14 Dec 2008 15:28:38 PST
 - use POST instead of GET to selenium server (gyrm)
 - add support for per-session javascript (gyrm)
 - add unit tests and docs for re-using session_ids


(he)
diff -r1.2 -r1.3 pkgsrc/devel/p5-Test-WWW-Selenium/Makefile
diff -r1.1.1.1 -r1.2 pkgsrc/devel/p5-Test-WWW-Selenium/distinfo

cvs diff -r1.2 -r1.3 pkgsrc/devel/p5-Test-WWW-Selenium/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Test-WWW-Selenium/Makefile 2008/10/19 19:18:02 1.2
+++ pkgsrc/devel/p5-Test-WWW-Selenium/Makefile 2008/12/21 00:07:19 1.3
@@ -1,26 +1,25 @@ @@ -1,26 +1,25 @@
1# $NetBSD: Makefile,v 1.2 2008/10/19 19:18:02 he Exp $ 1# $NetBSD: Makefile,v 1.3 2008/12/21 00:07:19 he Exp $
2# 2#
3 3
4DISTNAME= Test-WWW-Selenium-1.15 4DISTNAME= Test-WWW-Selenium-1.16
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6PKGREVISION= 1 
7CATEGORIES= devel perl5 www 6CATEGORIES= devel perl5 www
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://search.cpan.org/dist/Test-WWW-Selenium/ 10HOMEPAGE= http://search.cpan.org/dist/Test-WWW-Selenium/
12COMMENT= Perl 5 module to test applications using Selenium Remote Control 11COMMENT= Perl 5 module to test applications using Selenium Remote Control
13 12
14PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
15 14
16USE_LANGUAGES= # empty 15USE_LANGUAGES= # empty
17PERL5_PACKLIST= auto/Test/WWW/Selenium/.packlist 16PERL5_PACKLIST= auto/Test/WWW/Selenium/.packlist
18 17
19BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception 18BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
20BUILD_DEPENDS+= p5-Test-Mock-LWP-[0-9]*:../../devel/p5-Test-Mock-LWP 19BUILD_DEPENDS+= p5-Test-Mock-LWP-[0-9]*:../../devel/p5-Test-Mock-LWP
21BUILD_DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod 20BUILD_DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod
22BUILD_DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww 21BUILD_DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
23DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI 22DEPENDS+= p5-URI>=1.35:../../www/p5-URI
24 23
25.include "../../lang/perl5/module.mk" 24.include "../../lang/perl5/module.mk"
26.include "../../mk/bsd.pkg.mk" 25.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1.1.1 -r1.2 pkgsrc/devel/p5-Test-WWW-Selenium/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Test-WWW-Selenium/distinfo 2008/09/09 00:04:32 1.1.1.1
+++ pkgsrc/devel/p5-Test-WWW-Selenium/distinfo 2008/12/21 00:07:19 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1.1.1 2008/09/09 00:04:32 seb Exp $ 1$NetBSD: distinfo,v 1.2 2008/12/21 00:07:19 he Exp $
2 2
3SHA1 (Test-WWW-Selenium-1.15.tar.gz) = a721e07f3296b52fdac39c6d2a8dbfae8679b460 3SHA1 (Test-WWW-Selenium-1.16.tar.gz) = 2dde7abbf8ceb9ea4266227e2186401eb9b3e79e
4RMD160 (Test-WWW-Selenium-1.15.tar.gz) = 65b695840fceb8dd8bf6d9c6653255817bc20669 4RMD160 (Test-WWW-Selenium-1.16.tar.gz) = 4c98f97966af35ad03173f764fce539c02b71854
5Size (Test-WWW-Selenium-1.15.tar.gz) = 43497 bytes 5Size (Test-WWW-Selenium-1.16.tar.gz) = 43809 bytes