diff options
author | wen <wen@pkgsrc.org> | 2014-07-16 09:00:51 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2014-07-16 09:00:51 +0000 |
commit | c7886c348b4e2dc0bba53c67b58ca51c065df958 (patch) | |
tree | c478a81a024198b1808db736383fafac37a4c069 | |
parent | eed1ea5d5edeec3dec9b08db56706d255e4bc689 (diff) | |
download | pkgsrc-c7886c348b4e2dc0bba53c67b58ca51c065df958.tar.gz |
Update to 3.48
Upstream changes:
3.48 - 2014-03-30 - minor maintenance release
- fixed tests
3.47 - 2014-03-27 - minor maintenance release
- fixed: missing entities when parsing HTML
RT #93604 https://rt.cpan.org/Public/Bug/Display.html?id=93604
- fixed: tests failed when using a version of HTML::TreeBuilder with a non-numeric version
- fixed in twig_handlers, '=' in regexps on attributes are turned into 'eq'
RT #94295 https://rt.cpan.org/Public/Bug/Display.html?id=94295
3.46 - 2014-03-05 - minor maintenance release
- fixed: test failed on Windows
3.45 - 2014-02-27 - minor maintenance release
- fixed: link to idented_a format description
RT #85400 https://rt.cpan.org/Public/Bug/Display.html?id=85400
fixed by Martin McGrath
- fixed: code that gave a warning in 5.19.9
- fixed: RT #86651 https://rt.cpan.org/Ticket/Display.html?id=86773
xml_pp, quote not escaped in attribute values
- fixed various typos in docs RT#87660
thanks to David Steinbrunner
- fixed: RT #86773 https://rt.cpan.org/Ticket/Display.html?id=86773
CDATA sections in HTML were not properly escaped when using the
(default) HTML::TreeBuilder conversion
spotted by Marco Pessotto
- fixed: RT #85933 https://rt.cpan.org/Ticket/Display.html?id=85933
quotes in attributes were not properly escaped
dpotted by Arun Lakhana
- added: docs for tools and safe_print_to_file
- added: support for XPath variables
thanks to Nathan Glenn for the initial implementation
- updated: Changes to conform to CPAN::Changes + test
-rw-r--r-- | textproc/p5-XML-Twig/Makefile | 5 | ||||
-rw-r--r-- | textproc/p5-XML-Twig/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/textproc/p5-XML-Twig/Makefile b/textproc/p5-XML-Twig/Makefile index 1016672ea86..6600fb00c4e 100644 --- a/textproc/p5-XML-Twig/Makefile +++ b/textproc/p5-XML-Twig/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.28 2014/05/29 23:37:48 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2014/07/16 09:00:51 wen Exp $ # -DISTNAME= XML-Twig-3.44 +DISTNAME= XML-Twig-3.48 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 SVR4_PKGNAME= p5xtw CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} diff --git a/textproc/p5-XML-Twig/distinfo b/textproc/p5-XML-Twig/distinfo index 89c2c591ac3..452158a30b7 100644 --- a/textproc/p5-XML-Twig/distinfo +++ b/textproc/p5-XML-Twig/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2013/10/13 04:38:06 wen Exp $ +$NetBSD: distinfo,v 1.15 2014/07/16 09:00:51 wen Exp $ -SHA1 (XML-Twig-3.44.tar.gz) = 76760e94f799bbeed40de17e72420f8837dc4c73 -RMD160 (XML-Twig-3.44.tar.gz) = 82e7fe035e9729f932658af3de78bec8a1af70e5 -Size (XML-Twig-3.44.tar.gz) = 390219 bytes +SHA1 (XML-Twig-3.48.tar.gz) = 55801d6c88f76403dd30bf503691f241a335d176 +RMD160 (XML-Twig-3.48.tar.gz) = 66ac5fb05b53b97e7782f4d3da33909b085027a7 +Size (XML-Twig-3.48.tar.gz) = 401255 bytes |