pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/p5-Test-WWW-Mechanize



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed May  2 20:19:59 UTC 2018

Modified Files:
        pkgsrc/www/p5-Test-WWW-Mechanize: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/www/p5-Test-WWW-Mechanize/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/p5-Test-WWW-Mechanize/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/p5-Test-WWW-Mechanize/Makefile
diff -u pkgsrc/www/p5-Test-WWW-Mechanize/Makefile:1.24 pkgsrc/www/p5-Test-WWW-Mechanize/Makefile:1.25
--- pkgsrc/www/p5-Test-WWW-Mechanize/Makefile:1.24      Mon Jun  5 14:25:32 2017
+++ pkgsrc/www/p5-Test-WWW-Mechanize/Makefile   Wed May  2 20:19:59 2018
@@ -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/}
 

Index: pkgsrc/www/p5-Test-WWW-Mechanize/distinfo
diff -u pkgsrc/www/p5-Test-WWW-Mechanize/distinfo:1.12 pkgsrc/www/p5-Test-WWW-Mechanize/distinfo:1.13
--- pkgsrc/www/p5-Test-WWW-Mechanize/distinfo:1.12      Sun Jan  8 16:55:45 2017
+++ pkgsrc/www/p5-Test-WWW-Mechanize/distinfo   Wed May  2 20:19:59 2018
@@ -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



Home | Main Index | Thread Index | Old Index