Sun Jan 27 05:57:22 2019 UTC ()
Update to 1.52

Upstream changes:
1.52    Wed Dec  5 10:00:56 CST 2018
------------------------------------
[ENHANCEMENTS]
click_ok() method can now take a button with X/Y coordinates.
Thanks to GitHub user @marderh.  (GH #45)

Added the ability to modify the HTML that the html_tidy_ok() validates.
See the content_for_validation() method. (GH #61)

Add a set of methods for existence of IDs: id_exists(), id_exists_ok(),
ids_exist_ok(), lacks_id_ok() and lacks_ids_ok(). (GH #48)

Add button_exists(), button_exists_ok() and lacks_button_ok()
methods.  (GH #50)

[FIXES]
Clarified warnings to make it clear that certain modules are
optional. Thanks, Matthew Chae.


(wen)
diff -r1.26 -r1.27 pkgsrc/www/p5-Test-WWW-Mechanize/Makefile
diff -r1.13 -r1.14 pkgsrc/www/p5-Test-WWW-Mechanize/distinfo

cvs diff -r1.26 -r1.27 pkgsrc/www/p5-Test-WWW-Mechanize/Makefile (expand / switch to unified diff)

--- pkgsrc/www/p5-Test-WWW-Mechanize/Makefile 2018/08/22 09:47:54 1.26
+++ pkgsrc/www/p5-Test-WWW-Mechanize/Makefile 2019/01/27 05:57:21 1.27
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.26 2018/08/22 09:47:54 wiz Exp $ 1# $NetBSD: Makefile,v 1.27 2019/01/27 05:57:21 wen Exp $
2 2
3DISTNAME= Test-WWW-Mechanize-1.50 3DISTNAME= Test-WWW-Mechanize-1.52
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= www perl5 5CATEGORIES= www perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/Test-WWW-Mechanize/ 9HOMEPAGE= http://search.cpan.org/dist/Test-WWW-Mechanize/
11COMMENT= Perl5 module providing testing-specific WWW::Mechanize subclass 10COMMENT= Perl5 module providing testing-specific WWW::Mechanize subclass
12LICENSE= artistic-2.0 11LICENSE= artistic-2.0
13 12
14PERL5_PACKLIST= auto/Test/WWW/Mechanize/.packlist 13PERL5_PACKLIST= auto/Test/WWW/Mechanize/.packlist
15 14
16DEPENDS+= p5-Carp-Assert-More-[0-9]*:../../devel/p5-Carp-Assert-More 15DEPENDS+= p5-Carp-Assert-More-[0-9]*:../../devel/p5-Carp-Assert-More
17DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser 16DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser
18DEPENDS+= p5-HTML-Tree-[0-9]*:../../www/p5-HTML-Tree 17DEPENDS+= p5-HTML-Tree-[0-9]*:../../www/p5-HTML-Tree

cvs diff -r1.13 -r1.14 pkgsrc/www/p5-Test-WWW-Mechanize/distinfo (expand / switch to unified diff)

--- pkgsrc/www/p5-Test-WWW-Mechanize/distinfo 2018/05/02 20:19:59 1.13
+++ pkgsrc/www/p5-Test-WWW-Mechanize/distinfo 2019/01/27 05:57:21 1.14
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.13 2018/05/02 20:19:59 wiz Exp $ 1$NetBSD: distinfo,v 1.14 2019/01/27 05:57:21 wen Exp $
2 2
3SHA1 (Test-WWW-Mechanize-1.50.tar.gz) = 943d6c520d0adda332474f856801d337a4ad552f 3SHA1 (Test-WWW-Mechanize-1.52.tar.gz) = acc72f65f10047df21b4dcfbc04f1d836639c40a
4RMD160 (Test-WWW-Mechanize-1.50.tar.gz) = 7c7f3bb2b622376b5dc1c3bd5ca1dc7adbbdd831 4RMD160 (Test-WWW-Mechanize-1.52.tar.gz) = a21546ec542a5787525a43e12a214862cb439204
5SHA512 (Test-WWW-Mechanize-1.50.tar.gz) = 4ae15358acec336b3491906ef4a046cab46a6117dedd673784de1d5decdc13b9fd9a7feae08fa5a46467c3eb1575fd15e00491cc94473f7de65834a7c1b42b50 5SHA512 (Test-WWW-Mechanize-1.52.tar.gz) = 633b960880ca2e93b5a1a3cbcd52df9dec7fb714dd558ee5b2bcd2f428bab83c89aee9a5768b3b52f35595cd99c068b7b08e80dd7e108905a34de89f3ce40926
6Size (Test-WWW-Mechanize-1.50.tar.gz) = 30921 bytes 6Size (Test-WWW-Mechanize-1.52.tar.gz) = 33254 bytes