Updating textproc/p5-XML-Twig from 3.34 to 3.35
pkgsrc changes: - remove dead master site Upstream changes: version: 3.35 date: # minor maintenance release added: the by_file option to xml_grep that limits the number of hits per file added: allowed the text of ignored elements to be buffered in a string fixed: comments need to be escaped (you can't have 2 '-' in a row), RT#57389 spotted by Konstantin Tchernov https://rt.cpan.org/Ticket/Display.html?id=57389 fixed: after $elt->cut_children, $elt->empty is false RT#54570 spotted and patched by Andrew Pimlott https://rt.cpan.org/Ticket/Display.html?id=54570 fixed: documented the fact that latin1 is ISO-8859-15, see RT#37431 https://rt.cpan.org/Ticket/Display.html?id=37431
This commit is contained in:
parent
30bfc12733
commit
cadeee41d3
2 changed files with 7 additions and 8 deletions
|
@ -1,13 +1,12 @@
|
|||
# $NetBSD: Makefile,v 1.17 2010/02/22 16:24:04 sno Exp $
|
||||
# $NetBSD: Makefile,v 1.18 2010/07/31 12:15:43 sno Exp $
|
||||
#
|
||||
|
||||
DISTNAME= XML-Twig-3.34
|
||||
DISTNAME= XML-Twig-3.35
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
#PKGREVISION= 1
|
||||
SVR4_PKGNAME= p5xtw
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= http://www.xmltwig.com/xmltwig/ \
|
||||
${MASTER_SITE_PERL_CPAN:=XML/}
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
|
||||
|
||||
MAINTAINER= rhaen@NetBSD.org
|
||||
HOMEPAGE= http://www.xmltwig.com/
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.9 2010/02/22 16:24:04 sno Exp $
|
||||
$NetBSD: distinfo,v 1.10 2010/07/31 12:15:43 sno Exp $
|
||||
|
||||
SHA1 (XML-Twig-3.34.tar.gz) = 53df9e973590c9e02a8c228a2531ac0a17fc889d
|
||||
RMD160 (XML-Twig-3.34.tar.gz) = f65324b68b8a701700694a8e7f717787578ca713
|
||||
Size (XML-Twig-3.34.tar.gz) = 354184 bytes
|
||||
SHA1 (XML-Twig-3.35.tar.gz) = aa6dd3fc6ef01b0dfad045b94ec398324ad50701
|
||||
RMD160 (XML-Twig-3.35.tar.gz) = f340fc1439288378e9bdb17defd65cc8a5b6ceb5
|
||||
Size (XML-Twig-3.35.tar.gz) = 357914 bytes
|
||||
|
|
Loading…
Reference in a new issue