diff options
author | wiz <wiz@pkgsrc.org> | 2018-05-02 20:19:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-05-02 20:19:59 +0000 |
commit | 37395815431e65fc5205279f466b73f25f040b60 (patch) | |
tree | ea5d053875ffaa94fd4f7cdd6f2651d352b12c3f | |
parent | 67b8b7df81a327432d289e076dab99f1e02ffe8d (diff) | |
download | pkgsrc-37395815431e65fc5205279f466b73f25f040b60.tar.gz |
p5-Test-WWW-Mechanize: update to 1.50.
1.50 Mon Apr 16 15:16:59 CDT 2018
------------------------------------
[FIXES]
Added html_tidy_ok() methods, analogous to html_lint_ok().
Remove unnecessary dependency on HTML::TreeBuilder. Thanks, Kent Fredric.
1.49_01 Mon Mar 26 10:58:51 CDT 2018
------------------------------------
[ENHANCEMENTS]
Adding autotidy functionality. autotidy lets you validate every page that
Mech gets using the HTML::Tidy5 module, just like the autolint feature
does with the HTML::Lint module. HTML::Tidy5 is a much more complete
HTML checking tool, and validates HTML5 which HTML::Lint does not. You
must have HTML::Tidy5 1.00 installed to use autotidy.
-rw-r--r-- | www/p5-Test-WWW-Mechanize/Makefile | 5 | ||||
-rw-r--r-- | www/p5-Test-WWW-Mechanize/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/www/p5-Test-WWW-Mechanize/Makefile b/www/p5-Test-WWW-Mechanize/Makefile index f9acae24900..8c5e98ddfb6 100644 --- a/www/p5-Test-WWW-Mechanize/Makefile +++ b/www/p5-Test-WWW-Mechanize/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2017/06/05 14:25:32 ryoon Exp $ +# $NetBSD: Makefile,v 1.25 2018/05/02 20:19:59 wiz Exp $ -DISTNAME= Test-WWW-Mechanize-1.48 +DISTNAME= Test-WWW-Mechanize-1.50 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} diff --git a/www/p5-Test-WWW-Mechanize/distinfo b/www/p5-Test-WWW-Mechanize/distinfo index e2bffead5c6..616f6cb5c79 100644 --- a/www/p5-Test-WWW-Mechanize/distinfo +++ b/www/p5-Test-WWW-Mechanize/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2017/01/08 16:55:45 schmonz Exp $ +$NetBSD: distinfo,v 1.13 2018/05/02 20:19:59 wiz Exp $ -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 +SHA1 (Test-WWW-Mechanize-1.50.tar.gz) = 943d6c520d0adda332474f856801d337a4ad552f +RMD160 (Test-WWW-Mechanize-1.50.tar.gz) = 7c7f3bb2b622376b5dc1c3bd5ca1dc7adbbdd831 +SHA512 (Test-WWW-Mechanize-1.50.tar.gz) = 4ae15358acec336b3491906ef4a046cab46a6117dedd673784de1d5decdc13b9fd9a7feae08fa5a46467c3eb1575fd15e00491cc94473f7de65834a7c1b42b50 +Size (Test-WWW-Mechanize-1.50.tar.gz) = 30921 bytes |