Updated p5-WWW-Mechanize to 1.85.
1.85 2017-06-28 22:06:00Z ======================================== [FIXED] - use 127.0.0.1 instead of 'localhost' in a test to avoid the test hanging due to ipv6 issues (GH#31) - Remove private logic for taint checking (Dave Doyle) - Fix Pod (simbabque) - Bump Test::More prereq to get working subtest support (Karen Etheridge) - Fix intermittent failures of taint.t (GH#108) (Kivanc Yazan) - Fix kwalitee issues (GH#107) (Kivanc Yazan) [ENHANCEMENTS] - Print section titles if mech-dump --all is invoked (GH#81) (Сергей Романов) - Add cookbook docs on dumping a req without sending it (#115) (Grigor Karavardanyan) - Document that submit only submits current form (GH#114) (nawglan) - Add Travis testing on Perl 5.26 (Karen Etheridge) - Remove obsolete and unincremented $VERSIONs in test modules (Karen Etheridge)
This commit is contained in:
parent
206f0bb4d2
commit
84ed9828cb
2 changed files with 13 additions and 9 deletions
|
@ -1,8 +1,7 @@
|
||||||
# $NetBSD: Makefile,v 1.45 2017/06/05 14:25:34 ryoon Exp $
|
# $NetBSD: Makefile,v 1.46 2017/07/04 09:25:59 wiz Exp $
|
||||||
|
|
||||||
DISTNAME= WWW-Mechanize-1.84
|
DISTNAME= WWW-Mechanize-1.85
|
||||||
PKGNAME= p5-${DISTNAME}
|
PKGNAME= p5-${DISTNAME}
|
||||||
PKGREVISION= 1
|
|
||||||
CATEGORIES= www perl5
|
CATEGORIES= www perl5
|
||||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=WWW/}
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=WWW/}
|
||||||
|
|
||||||
|
@ -23,11 +22,16 @@ DEPENDS+= p5-libwww>=5.829:../../www/p5-libwww
|
||||||
# recommended for HTML::Tree ...
|
# recommended for HTML::Tree ...
|
||||||
DEPENDS+= p5-HTML-Format-[0-9]*:../../www/p5-HTML-Format
|
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-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-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-Taint-[0-9]*:../../devel/p5-Test-Taint
|
||||||
BUILD_DEPENDS+= p5-Test-Warn>=0.11:../../devel/p5-Test-Warn
|
BUILD_DEPENDS+= p5-Test-Warn>=0.11:../../devel/p5-Test-Warn
|
||||||
BUILD_DEPENDS+= p5-Test-RequiresInternet-[0-9]*:../../net/p5-Test-RequiresInternet
|
BUILD_DEPENDS+= p5-Test-Warnings-[0-9]*:../../devel/p5-Test-Warnings
|
||||||
|
|
||||||
# use defaults from Makefile.PL, to avoid user interaction
|
# use defaults from Makefile.PL, to avoid user interaction
|
||||||
# if not set explicitly
|
# if not set explicitly
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
$NetBSD: distinfo,v 1.29 2017/03/11 12:08:14 wen Exp $
|
$NetBSD: distinfo,v 1.30 2017/07/04 09:25:59 wiz Exp $
|
||||||
|
|
||||||
SHA1 (WWW-Mechanize-1.84.tar.gz) = f815c356365bd187da888daf50767d0a098869f6
|
SHA1 (WWW-Mechanize-1.85.tar.gz) = 10e17e1814d12c69156c9f92f0a727d967c0d0ac
|
||||||
RMD160 (WWW-Mechanize-1.84.tar.gz) = 09d98659072db723fdd1afd9dbf3c1558cacfe0a
|
RMD160 (WWW-Mechanize-1.85.tar.gz) = d916448e2be4cb41e8a8915b2863c5f8495b9cc7
|
||||||
SHA512 (WWW-Mechanize-1.84.tar.gz) = 2358f5e2fcd068ad5fb3adc82f91174c7e32681166c1466dc1fac0238f0ac0b890295429919b35fcba8b8ac9c3f69034a446962b5e676690550a6a4cd9178096
|
SHA512 (WWW-Mechanize-1.85.tar.gz) = 1d1bc9a2da363860248b99e56a0ddfc9b9cfa995c6ca8f93ef30f154a1557360e01439559ebc2d6d2a2afbc997c28e723f87ee089ff4ca71f2baaaa8d9a587c7
|
||||||
Size (WWW-Mechanize-1.84.tar.gz) = 160656 bytes
|
Size (WWW-Mechanize-1.85.tar.gz) = 170950 bytes
|
||||||
|
|
Loading…
Reference in a new issue