diff options
author | schmonz <schmonz@pkgsrc.org> | 2017-01-08 16:55:45 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2017-01-08 16:55:45 +0000 |
commit | 67d916195af953d5eccf982db94da662fe7d7d16 (patch) | |
tree | fb6f9c67291aff6a3490d68c49407bce7865d71b | |
parent | 1e251b82a028520b726ff540db31703557af83d4 (diff) | |
download | pkgsrc-67d916195af953d5eccf982db94da662fe7d7d16.tar.gz |
Update to 1.48. From the changelog:
[FIXES]
The linting method html_lint_ok() was not calling the HTML::Lint API
correctly, so may have missed some HTML errors at the end of a page.
This also applies to get, post, etc if you have the autolint argument on.
-rw-r--r-- | www/p5-Test-WWW-Mechanize/Makefile | 8 | ||||
-rw-r--r-- | www/p5-Test-WWW-Mechanize/distinfo | 10 |
2 files changed, 11 insertions, 7 deletions
diff --git a/www/p5-Test-WWW-Mechanize/Makefile b/www/p5-Test-WWW-Mechanize/Makefile index 2781c578c51..54902b2415a 100644 --- a/www/p5-Test-WWW-Mechanize/Makefile +++ b/www/p5-Test-WWW-Mechanize/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.22 2016/08/26 07:53:59 wen Exp $ +# $NetBSD: Makefile,v 1.23 2017/01/08 16:55:45 schmonz Exp $ -DISTNAME= Test-WWW-Mechanize-1.46 +DISTNAME= Test-WWW-Mechanize-1.48 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} @@ -13,6 +13,7 @@ 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-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 DEPENDS+= p5-libwww>=6.02:../../www/p5-libwww @@ -20,5 +21,8 @@ DEPENDS+= p5-Test-LongString>=0.15:../../devel/p5-Test-LongString DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI DEPENDS+= p5-WWW-Mechanize>=1.68:../../www/p5-WWW-Mechanize +# XXX for test +#BUILD_DEPENDS+= p5-HTML-Lint>=2.20:../../www/p5-HTML-Lint + .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/p5-Test-WWW-Mechanize/distinfo b/www/p5-Test-WWW-Mechanize/distinfo index 994f55e4a54..e2bffead5c6 100644 --- a/www/p5-Test-WWW-Mechanize/distinfo +++ b/www/p5-Test-WWW-Mechanize/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2016/08/26 07:53:59 wen Exp $ +$NetBSD: distinfo,v 1.12 2017/01/08 16:55:45 schmonz Exp $ -SHA1 (Test-WWW-Mechanize-1.46.tar.gz) = 6850be51ba7bf1b665c2e232c2f753c964a91a1c -RMD160 (Test-WWW-Mechanize-1.46.tar.gz) = b73ea69f8e68ac1aff9726e309e74579a8c48c90 -SHA512 (Test-WWW-Mechanize-1.46.tar.gz) = 7ebc37eb233b56a8ffbe1c24957e6a4d7aea297553558567de99b6567daf3dc8e1e3e77b9edf4ef2ec8e249613b9db53a7aa6a9ccb93d7fb35137d30acda1636 -Size (Test-WWW-Mechanize-1.46.tar.gz) = 28624 bytes +SHA1 (Test-WWW-Mechanize-1.48.tar.gz) = 52884f87a99de908e7b35d05ca660dbcbd5ad0ae +RMD160 (Test-WWW-Mechanize-1.48.tar.gz) = ad74af09ca3ce6e676399eae2200ace476e7f2a3 +SHA512 (Test-WWW-Mechanize-1.48.tar.gz) = 90a1d365479245d159ba7aa954bb01b617f1526423a00b41f3347e0e708a3eb79f0ba5a20315e74032d817154e52ef6178571528bcc183e38a9c53577ef8235d +Size (Test-WWW-Mechanize-1.48.tar.gz) = 28897 bytes |