diff options
author | he <he@pkgsrc.org> | 2009-01-11 16:48:22 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2009-01-11 16:48:22 +0000 |
commit | 8f2fd2714bf8a8cee74f677619d6678e5b8a2086 (patch) | |
tree | c025aa81e92b371de25306e624ae76d474d6eeb3 /textproc | |
parent | b416e4cd0761a9b260970621c81d5dfe26e14c28 (diff) | |
download | pkgsrc-8f2fd2714bf8a8cee74f677619d6678e5b8a2086.tar.gz |
Update from version 1.37 to 1.42.
Pkgsrc changes:
o Change to Module::Build
o Adjust dependency according to META.yml
Upstream changes:
1.42 - January 3, 2008
- When transforming elements with attributes into hash-refs - make
sure they are placed in the correct namespace. Previously
<media:description> over-rided the plain <description>. (as in Flickr).
1.41 - December 4, 2008
- Made the default keys for the channel link, description and title undef
instead of ''. They become '' once they are opened.
- http://rt.cpan.org/Public/Bug/Display.html?id=40686
- Now keeping track of rdf:resource of <image> in RSS 1.0:
- http://rt.cpan.org/Ticket/Display.html?id=3978
- Made sure that channel/{link,description,title} are localized to
the empty string before rendering, to allow for better backwards
compatibility.
- http://rt.cpan.org/Public/Bug/Display.html?id=40686
1.40 - December 1, 2008
- Now outputting an arrayref of <skipDays>/<day>'s and <skipHours>/<hours>
properly.
- http://rt.cpan.org/Public/Bug/Display.html?id=40978
- Now parsing multiple <category>'ies inside an <item> into an
array-reference.
- http://rt.cpan.org/Ticket/Display.html?id=38296
- Now outputting an arayref of <item>/<category> prpoerly.
- http://rt.cpan.org/Ticket/Display.html?id=38296
- Parsing multiple <channel>/<category> into arrays.
- http://rt.cpan.org/Public/Bug/Display.html?id=9729
- Rendering multiple <channel>/<category> elements from array refs.
- http://rt.cpan.org/Public/Bug/Display.html?id=9729
- Now parsing multiple dc:items into an array
reference (at least inside an <item>):
- http://rt.cpan.org/Public/Bug/Display.html?id=6000
- Added the modules_as_arrays option to parse repeatable module elements
into an array ref.
1.38 - November 27, 2008
- Added support for duplicate items of RSS modules.
- http://rt.cpan.org/Public/Bug/Display.html?id=4495
- Added support for multiple Dublin Core elements. One can point
the field to an array and it will create multiple elements:
- http://rt.cpan.org/Public/Bug/Display.html?id=6000
- Now parsing several <skipDays>/<day>s and <skipHours>/<hour>s into
an array reference instead of concatenating them together.
- http://rt.cpan.org/Public/Bug/Display.html?id=40978
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-RSS/Makefile | 7 | ||||
-rw-r--r-- | textproc/p5-XML-RSS/distinfo | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/textproc/p5-XML-RSS/Makefile b/textproc/p5-XML-RSS/Makefile index ed680337517..d6c13de7578 100644 --- a/textproc/p5-XML-RSS/Makefile +++ b/textproc/p5-XML-RSS/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2008/11/22 00:49:34 he Exp $ +# $NetBSD: Makefile,v 1.24 2009/01/11 16:48:22 he Exp $ -DISTNAME= XML-RSS-1.37 +DISTNAME= XML-RSS-1.42 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5xrs CATEGORIES= textproc perl5 @@ -12,7 +12,7 @@ COMMENT= XML-RSS helps to create and update RSS files PKG_DESTDIR_SUPPORT= user-destdir -DEPENDS+= p5-XML-Parser>=2.29:../../textproc/p5-XML-Parser +DEPENDS+= p5-XML-Parser>=2.23:../../textproc/p5-XML-Parser DEPENDS+= p5-Test-Manifest>=0.9:../../devel/p5-Test-Manifest DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime DEPENDS+= p5-DateTime-Format-Mail-[0-9]*:../../time/p5-DateTime-Format-Mail @@ -20,6 +20,7 @@ DEPENDS+= p5-DateTime-Format-W3CDTF-[0-9]*:../../time/p5-DateTime-Format-W3CDTF DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser PERL5_PACKLIST= auto/XML/RSS/.packlist +PERL5_MODULE_TYPE= Module::Build .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-XML-RSS/distinfo b/textproc/p5-XML-RSS/distinfo index c1e53992328..0425fc8100c 100644 --- a/textproc/p5-XML-RSS/distinfo +++ b/textproc/p5-XML-RSS/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2008/11/22 00:49:34 he Exp $ +$NetBSD: distinfo,v 1.11 2009/01/11 16:48:22 he Exp $ -SHA1 (XML-RSS-1.37.tar.gz) = d4ee44e213842b6e616cb30b7ae98a36fd5e7a37 -RMD160 (XML-RSS-1.37.tar.gz) = 18f4fd1dfebee659f576a8315e1809ef195227fd -Size (XML-RSS-1.37.tar.gz) = 93347 bytes +SHA1 (XML-RSS-1.42.tar.gz) = ba8978b49cfc7251f6b50bac002c8aa00aceda39 +RMD160 (XML-RSS-1.42.tar.gz) = d98524d19d4906d3df5ca0451176c1b7680fd56e +Size (XML-RSS-1.42.tar.gz) = 101174 bytes |