pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/p5-XML-RSS Update from version 1.37 to 1.42.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/61391712aa7e
branches:  trunk
changeset: 552901:61391712aa7e
user:      he <he%pkgsrc.org@localhost>
date:      Sun Jan 11 16:48:22 2009 +0000

description:
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:

 textproc/p5-XML-RSS/Makefile |  7 ++++---
 textproc/p5-XML-RSS/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 7 deletions(-)

diffs (42 lines):

diff -r c89c58e5a9ae -r 61391712aa7e textproc/p5-XML-RSS/Makefile
--- a/textproc/p5-XML-RSS/Makefile      Sun Jan 11 16:42:01 2009 +0000
+++ b/textproc/p5-XML-RSS/Makefile      Sun Jan 11 16:48:22 2009 +0000
@@ -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 @@
 
 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-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 -r c89c58e5a9ae -r 61391712aa7e textproc/p5-XML-RSS/distinfo
--- a/textproc/p5-XML-RSS/distinfo      Sun Jan 11 16:42:01 2009 +0000
+++ b/textproc/p5-XML-RSS/distinfo      Sun Jan 11 16:48:22 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index