summaryrefslogtreecommitdiff
path: root/www/p5-WWW-Mechanize
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2019-11-20 13:21:39 +0000
committermef <mef@pkgsrc.org>2019-11-20 13:21:39 +0000
commit1f47290e8d73442c6ee7e0310029a0d3cc932c75 (patch)
tree4bb25b6bbf98493bcd9a77c56597eb80177e184b /www/p5-WWW-Mechanize
parentc27302fc6df8fa32bb680a73bbf304704ba8ff14 (diff)
downloadpkgsrc-1f47290e8d73442c6ee7e0310029a0d3cc932c75.tar.gz
(www/p5-WWW-Mechanize) Updated from 1.91 to 1.95
1.95 2019-10-28 13:07:45Z [FIXED] - die if submit_form() called with invalid form_id (GH#287) (Olaf Alders) 1.94 2019-10-10 13:12:28Z [FIXED] - Issue #182: Don't autocheck for mech-dump so basic auth works (GH#285) (Julien Fiegehenn) [DOCUMENTATION] - Fix pod error reported by CPANTS. (GH#284) (Mohammad S Anwar) 1.93 2019-10-04 21:06:49Z [FIXED] - Allow images to not have a src attribute (GH#282) (Julien Fiegehenn) [DOCUMENTATION] - Pod fixes. (GH#283) (Mohammad S Anwar) 1.92 2019-08-24 01:00:35Z [FIXED] - Test requires HTTP::Daemon 6.05+ and uses 127.0.0.1 or [::1] according to server's sockdomain (GH#280) (Shoichi Kaji) - Install LWP::Protocol::https and fix xt/author/live/encoding.t (GH#277) (Shoichi Kaji) - Set dist trusty for old Perls on Travis (GH#279) (Shoichi Kaji) - Fixed pod errors as reported by CPANTS. (GH#273) (Mohammad S Anwar) [DOCUMENTATION] - Document that follow_link will die on failure with autocheck enabled (GH#271) (Olaf Alders) [TESTS] - Add a test for finding a link in a meta refresh tag (GH#275) (Olaf Alders)
Diffstat (limited to 'www/p5-WWW-Mechanize')
-rw-r--r--www/p5-WWW-Mechanize/Makefile29
-rw-r--r--www/p5-WWW-Mechanize/distinfo10
2 files changed, 20 insertions, 19 deletions
diff --git a/www/p5-WWW-Mechanize/Makefile b/www/p5-WWW-Mechanize/Makefile
index 659d8b717c3..e86b1a51a60 100644
--- a/www/p5-WWW-Mechanize/Makefile
+++ b/www/p5-WWW-Mechanize/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.54 2019/08/11 13:25:04 wiz Exp $
+# $NetBSD: Makefile,v 1.55 2019/11/20 13:21:39 mef Exp $
-DISTNAME= WWW-Mechanize-1.91
+DISTNAME= WWW-Mechanize-1.95
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=WWW/}
@@ -15,7 +14,7 @@ DEPENDS+= p5-CGI-[0-9]*:../../www/p5-CGI
DEPENDS+= p5-HTML-Form>=6.00:../../www/p5-HTML-Form
DEPENDS+= p5-HTML-Parser>=3.33:../../www/p5-HTML-Parser
DEPENDS+= p5-HTML-Tree>=5.0:../../www/p5-HTML-Tree
-DEPENDS+= p5-HTTP-Daemon-[0-9]*:../../www/p5-HTTP-Daemon
+DEPENDS+= p5-HTTP-Daemon>=6.05:../../www/p5-HTTP-Daemon
DEPENDS+= p5-HTTP-Message>=1.3:../../www/p5-HTTP-Message
DEPENDS+= p5-HTTP-Server-Simple>=0.35:../../www/p5-HTTP-Server-Simple
DEPENDS+= p5-URI>=1.36:../../www/p5-URI
@@ -23,16 +22,18 @@ DEPENDS+= p5-libwww>=5.829:../../www/p5-libwww
# recommended for HTML::Tree ...
DEPENDS+= p5-HTML-Format-[0-9]*:../../www/p5-HTML-Format
-BUILD_DEPENDS+= p5-PadWalker-[0-9]*:../../devel/p5-PadWalker
-BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
-BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
-BUILD_DEPENDS+= p5-Test-Memory-Cycle-[0-9]*:../../devel/p5-Test-Memory-Cycle
-BUILD_DEPENDS+= p5-Test-Output-[0-9]*:../../devel/p5-Test-Output
-BUILD_DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod
-BUILD_DEPENDS+= p5-Test-RequiresInternet-[0-9]*:../../net/p5-Test-RequiresInternet
-BUILD_DEPENDS+= p5-Test-Taint-[0-9]*:../../devel/p5-Test-Taint
-BUILD_DEPENDS+= p5-Test-Warn>=0.11:../../devel/p5-Test-Warn
-BUILD_DEPENDS+= p5-Test-Warnings-[0-9]*:../../devel/p5-Test-Warnings
+TEST_DEPENDS+= p5-PadWalker-[0-9]*:../../devel/p5-PadWalker
+TEST_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
+TEST_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
+TEST_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
+TEST_DEPENDS+= p5-Test-Memory-Cycle-[0-9]*:../../devel/p5-Test-Memory-Cycle
+TEST_DEPENDS+= p5-Test-Output-[0-9]*:../../devel/p5-Test-Output
+TEST_DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod
+TEST_DEPENDS+= p5-Test-RequiresInternet-[0-9]*:../../net/p5-Test-RequiresInternet
+TEST_DEPENDS+= p5-Test-Taint-[0-9]*:../../devel/p5-Test-Taint
+TEST_DEPENDS+= p5-Test-Warn>=0.11:../../devel/p5-Test-Warn
+TEST_DEPENDS+= p5-Test-Warnings-[0-9]*:../../devel/p5-Test-Warnings
+TEST_DEPENDS+= p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings
# use defaults from Makefile.PL, to avoid user interaction
# if not set explicitly
diff --git a/www/p5-WWW-Mechanize/distinfo b/www/p5-WWW-Mechanize/distinfo
index 9c0e1011ebd..65131483d0f 100644
--- a/www/p5-WWW-Mechanize/distinfo
+++ b/www/p5-WWW-Mechanize/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.35 2019/01/27 05:47:53 wen Exp $
+$NetBSD: distinfo,v 1.36 2019/11/20 13:21:39 mef Exp $
-SHA1 (WWW-Mechanize-1.91.tar.gz) = 12d8e95f838a39799b274d6c260a9fa1f14a2d91
-RMD160 (WWW-Mechanize-1.91.tar.gz) = cd6ddc8f80a0c29d25aca3d01b40f63bc9fe318f
-SHA512 (WWW-Mechanize-1.91.tar.gz) = f051f3f91f7b70cd7c8e6c624e9c359b9a041c4da8bce38b9a1cbd7b4b48d6e6b1d3e60f901a6b0c9b876119a2fae86c32be7ee40216d56754779076b0f4a879
-Size (WWW-Mechanize-1.91.tar.gz) = 178877 bytes
+SHA1 (WWW-Mechanize-1.95.tar.gz) = 63e4d633ee8edc16928b1026fe26b48b2c11de10
+RMD160 (WWW-Mechanize-1.95.tar.gz) = 2c8b5e0c8e68e86bcd30d4a531021d670a207816
+SHA512 (WWW-Mechanize-1.95.tar.gz) = 1e9c97c59892e67bd9654fde691606afdd899f6b88a404800e18a2c852367e886209077f5c7bc8a25ded466a2af1c7bcdf7a29e3535af2ed32b80f0839eaedd9
+Size (WWW-Mechanize-1.95.tar.gz) = 179725 bytes