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:           Mon Jan  2 01:16:47 UTC 2017

Modified Files:
        pkgsrc/www/p5-HTML-Lint: Makefile distinfo

Log Message:
Update to 2.26

Upstream changes:
2.26    Thu Dec 29 22:36:54 CST 2016
    Stable release.  No changes from previous release.

2.25_02 Tue Dec 27 14:34:22 CST 2016
    [FIXES]
    html_fragment_ok() was not properly excluding document-level errors.
    It was effectively the same as html_ok().

2.25_01 Fri Dec 23 22:36:17 CST 2016
    [ENHANCEMENTS]
    Added two new types of errors to let you know you're using the
    API incorrectly.  You should be parsing files like this:

        my $lint = HTML::Lint->new;
        $lint->newfile( $filename );
        $lint->parse( $line );
        $lint->eof();
        my @errors = $lint->errors();

    If you neglect to call ->parse or ->eof, you'll get an error returned
    in the list of errors from ->errors().

    [FIXES]
    Test::HTML::Lint::html_fragment_ok() was not properly calling ->eof.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/p5-HTML-Lint/Makefile
cvs rdiff -u -r1.7 -r1.8 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.15 pkgsrc/www/p5-HTML-Lint/Makefile:1.16
--- pkgsrc/www/p5-HTML-Lint/Makefile:1.15       Sat Dec 17 02:53:10 2016
+++ pkgsrc/www/p5-HTML-Lint/Makefile    Mon Jan  2 01:16:47 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2016/12/17 02:53:10 wen Exp $
+# $NetBSD: Makefile,v 1.16 2017/01/02 01:16:47 wen Exp $
 
-DISTNAME=      HTML-Lint-2.24
+DISTNAME=      HTML-Lint-2.26
 PKGNAME=       p5-${DISTNAME}
 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.7 pkgsrc/www/p5-HTML-Lint/distinfo:1.8
--- pkgsrc/www/p5-HTML-Lint/distinfo:1.7        Sat Dec 17 02:53:10 2016
+++ pkgsrc/www/p5-HTML-Lint/distinfo    Mon Jan  2 01:16:47 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2016/12/17 02:53:10 wen Exp $
+$NetBSD: distinfo,v 1.8 2017/01/02 01:16:47 wen Exp $
 
-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
+SHA1 (HTML-Lint-2.26.tar.gz) = 407dfa0ffc348952c4fbe2f8db354b53df016306
+RMD160 (HTML-Lint-2.26.tar.gz) = 1b04126dcf498c3b417ff02dac2587edcaeedf6e
+SHA512 (HTML-Lint-2.26.tar.gz) = feee90fcb070786f28c3ee17ad2222156c4f89660d40f9392f78033e31c28842ff84bdd49a31a890ac9796e781a3d5eeafdd80502be237e305f8b34ffcf75371
+Size (HTML-Lint-2.26.tar.gz) = 28876 bytes



Home | Main Index | Thread Index | Old Index