diff options
author | sno <sno@pkgsrc.org> | 2010-07-31 12:15:43 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-07-31 12:15:43 +0000 |
commit | 016afdeb078bb5a8ef431db1dae3b7b31afa1baa (patch) | |
tree | a4e79206da9dd2aaee8e5984bceead031876a543 /textproc/p5-XML-Twig/Makefile | |
parent | 4aa15fd0fce41904913d040e3d774a756adab66e (diff) | |
download | pkgsrc-016afdeb078bb5a8ef431db1dae3b7b31afa1baa.tar.gz |
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
Diffstat (limited to 'textproc/p5-XML-Twig/Makefile')
-rw-r--r-- | textproc/p5-XML-Twig/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/textproc/p5-XML-Twig/Makefile b/textproc/p5-XML-Twig/Makefile index d3bbc9dc1e0..d4011608509 100644 --- a/textproc/p5-XML-Twig/Makefile +++ b/textproc/p5-XML-Twig/Makefile @@ -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/ |