pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/p5-HTML-Lint
Module Name: pkgsrc
Committed By: wen
Date: Sat Dec 17 02:53:10 UTC 2016
Modified Files:
pkgsrc/www/p5-HTML-Lint: Makefile distinfo
Log Message:
Updateto 2.24
Upstream changes:
2.24 Wed Dec 7 22:20:13 CST 2016
Official release. No changes from 2.23_01.
2.23_01 Tue Dec 6 22:48:56 CST 2016
[ENHANCEMENTS]
Added detection of unknown HTML entities, like "known &unclosed
&entities are not found". Also fixes the case where HTML::Lint
gets confused by an entity like "²" which it thought was an
unterminated "⊃" entity. Thanks, Klaus S. Madsen.
[FIXES]
Errors of the type doc-tag-required did not come out in any defined
order. They are now sorted by tag name. This was discovered
because hash randomization caused tests to fail on Perl 5.18 and
above. Thanks, Slaven Rezic, Andrew Main and Lisa Hare.
Handle some warnings that get thrown if certain values are undef.
Thanks, Yves Lavoie.
Handle characters that are not handled by HTML::Entities. (GitHub
issue #13) Thanks, Tim Landscheidt.
[INTERNALS]
Add a test to verify a fixed bug. Thanks to Lance Wicks as part of
the CPAN Pull Request Challenge.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/p5-HTML-Lint/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/p5-HTML-Lint/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-HTML-Lint/Makefile
diff -u pkgsrc/www/p5-HTML-Lint/Makefile:1.14 pkgsrc/www/p5-HTML-Lint/Makefile:1.15
--- pkgsrc/www/p5-HTML-Lint/Makefile:1.14 Wed Jun 8 19:25:03 2016
+++ pkgsrc/www/p5-HTML-Lint/Makefile Sat Dec 17 02:53:10 2016
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2016/06/08 19:25:03 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2016/12/17 02:53:10 wen Exp $
-DISTNAME= HTML-Lint-2.22
+DISTNAME= HTML-Lint-2.24
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
Index: pkgsrc/www/p5-HTML-Lint/distinfo
diff -u pkgsrc/www/p5-HTML-Lint/distinfo:1.6 pkgsrc/www/p5-HTML-Lint/distinfo:1.7
--- pkgsrc/www/p5-HTML-Lint/distinfo:1.6 Wed Nov 4 02:47:08 2015
+++ pkgsrc/www/p5-HTML-Lint/distinfo Sat Dec 17 02:53:10 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2015/11/04 02:47:08 agc Exp $
+$NetBSD: distinfo,v 1.7 2016/12/17 02:53:10 wen Exp $
-SHA1 (HTML-Lint-2.22.tar.gz) = 03564d0c4dd8a1236ffafd9b7ca8385c37145515
-RMD160 (HTML-Lint-2.22.tar.gz) = ced5aecdb64efbede0f9dc9d2752afe41d5209d8
-SHA512 (HTML-Lint-2.22.tar.gz) = 9bd4ed5df27ba232e886f4017d54637020fcf22ed31794e5b3121fdd147215af95e29c10330bc892dea84bf4f90b467523fd8c31792461873cbea5eacd058bf4
-Size (HTML-Lint-2.22.tar.gz) = 26468 bytes
+SHA1 (HTML-Lint-2.24.tar.gz) = ddf2a870a7cc9501c1a4b2b391bc5be051ba3b7d
+RMD160 (HTML-Lint-2.24.tar.gz) = 58ac8bc9a7a19308f220d50927fb0db992f7c45f
+SHA512 (HTML-Lint-2.24.tar.gz) = be854454d27605d81edfc6880bacb304b8b0603176977f01c852cb2136b13c4a66cbe4e3cefaf8255580edc486adf21f3d1c193acf9db84f1305004921443614
+Size (HTML-Lint-2.24.tar.gz) = 27666 bytes
Home |
Main Index |
Thread Index |
Old Index