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:   schmonz
Date:           Sun Jan  8 16:55:45 UTC 2017

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/www/p5-Test-WWW-Mechanize/Makefile
cvs rdiff -u -r1.11 -r1.12 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.22 pkgsrc/www/p5-Test-WWW-Mechanize/Makefile:1.23
--- pkgsrc/www/p5-Test-WWW-Mechanize/Makefile:1.22      Fri Aug 26 07:53:59 2016
+++ pkgsrc/www/p5-Test-WWW-Mechanize/Makefile   Sun Jan  8 16:55:45 2017
@@ -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:../..
 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"

Index: pkgsrc/www/p5-Test-WWW-Mechanize/distinfo
diff -u pkgsrc/www/p5-Test-WWW-Mechanize/distinfo:1.11 pkgsrc/www/p5-Test-WWW-Mechanize/distinfo:1.12
--- pkgsrc/www/p5-Test-WWW-Mechanize/distinfo:1.11      Fri Aug 26 07:53:59 2016
+++ pkgsrc/www/p5-Test-WWW-Mechanize/distinfo   Sun Jan  8 16:55:45 2017
@@ -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



Home | Main Index | Thread Index | Old Index