From 398d7d8041003afb5098dd5608d021b351c91522 Mon Sep 17 00:00:00 2001 From: wen Date: Sat, 29 Apr 2023 23:32:31 +0000 Subject: [PATCH] Update to 1.60 Update DEPENDS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Upstream changes: 1.60 Sun Dec 4 10:18:28 PM CST 2022 ------------------------------------ [ENHANCMENTS] Added default test messages for button_exists_ok and lacks_button_ok methods. Thanks, Daniel Böhmer (GH#70) get_ok(), post_ok(), head_ok(), put_ok() and delete_ok() now all fail if an undef URL is passed, rather than passing the undef URL into the underlying LWP functions. Thanks, Jess Robinson. (GH #40) [FIXES] Disable proxies in some of the tests that look at a local test server. (GH#55, GH#74) [DOCUMENTATION] Clarified some wording. Thanks, Daniel Böhmer (GH#70) 1.58 Fri Apr 29 11:23:39 CDT 2022 ------------------------------------ [ENHANCEMENTS] Failed get_ok, post_ok, head_ok, put_ok, delete_ok calls now show the URL as a diagnostic if there's a problem accessing the URL. This apply to functions like submit_form_ok() and follow_link_ok() that are wrappers around these methods. 1.56 Tue Apr 26 22:14:12 CDT 2022 ------------------------------------ This version of Test::WWW::Mechanize requires Perl 5.10. [ENHANCEMENTS] Add check_all_images_ok(). (GH #17) Thanks, Julien Fiegehenn. This is the first version of this function, and its functionality may change in the near future. [DOCUMENTATION] Fixed some incorrect docs. Thanks, Daniel Böhmer. [INTERNALS] Require Perl 5.10. Explicitly requires HTTP::Message 6.29 or higher. --- www/p5-Test-WWW-Mechanize/Makefile | 7 ++++--- www/p5-Test-WWW-Mechanize/distinfo | 8 ++++---- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/www/p5-Test-WWW-Mechanize/Makefile b/www/p5-Test-WWW-Mechanize/Makefile index 206520f5258d..b3fae21dad86 100644 --- a/www/p5-Test-WWW-Mechanize/Makefile +++ b/www/p5-Test-WWW-Mechanize/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.33 2022/06/28 11:37:44 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2023/04/29 23:32:31 wen Exp $ -DISTNAME= Test-WWW-Mechanize-1.54 +DISTNAME= Test-WWW-Mechanize-1.60 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} @@ -14,6 +13,8 @@ LICENSE= artistic-2.0 PERL5_PACKLIST= auto/Test/WWW/Mechanize/.packlist DEPENDS+= p5-Carp-Assert-More-[0-9]*:../../devel/p5-Carp-Assert-More +DEPENDS+= p5-HTML-Form>=0:../../www/p5-HTML-Form +DEPENDS+= p5-HTTP-Message>=6.29:../../www/p5-HTTP-Message DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser DEPENDS+= p5-HTML-Tree-[0-9]*:../../www/p5-HTML-Tree DEPENDS+= p5-HTTP-Server-Simple>=0.42:../../www/p5-HTTP-Server-Simple diff --git a/www/p5-Test-WWW-Mechanize/distinfo b/www/p5-Test-WWW-Mechanize/distinfo index d72d4dcf9900..3d57dda55dca 100644 --- a/www/p5-Test-WWW-Mechanize/distinfo +++ b/www/p5-Test-WWW-Mechanize/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.17 2021/10/26 11:30:18 nia Exp $ +$NetBSD: distinfo,v 1.18 2023/04/29 23:32:31 wen Exp $ -BLAKE2s (Test-WWW-Mechanize-1.54.tar.gz) = 83ce59d74c56f62219400d864877c46f3996fb2b0c378baef177fda5350936b6 -SHA512 (Test-WWW-Mechanize-1.54.tar.gz) = 9d5b03109220c16ff230bd46c28ea4b734e70847a28eeb5f1527d175ebaecb8ac826e46b8bacfd0353824c25964839b451da9bbba1b27fa9e3d10bacad9d9353 -Size (Test-WWW-Mechanize-1.54.tar.gz) = 33848 bytes +BLAKE2s (Test-WWW-Mechanize-1.60.tar.gz) = 2c9310dc482b95cb96f75fc1a2cfbafcf04afcfbd4c5a937beb608d7783b507d +SHA512 (Test-WWW-Mechanize-1.60.tar.gz) = 86213bcbcd5d0f2565827ad692a190084552a5f6ddfd376729332ab67eb8cf54a622c23e4e3d5f21c29009ee2ed10036340499cff1e8c522c696d0a0bcfd65c1 +Size (Test-WWW-Mechanize-1.60.tar.gz) = 35348 bytes