Sat Nov 22 00:49:34 2008 UTC ()
Update from version 1.33nb1 to 1.37.

Upstream changes:

1.37 - November 18, 2008
    - Extracted the common parts of parse() and parsefile() into one
    method (Refactoring - Shlomi Fish)
    - Incorporated a modified version of a patch from Simon Wistow to
    add support for the "xml:base" attribute.
    - Renamed t/items-are-0.t into the more descriptive
    t/test-generated-items.t , to highlight its significance and make
    it easier to notice.
    - Enabled backwards-compatibility mode for the "description" item
    to not become a hash-ref by default if xml:base is specified.

1.36 - October 7, 2008
    - ->parse() now explicitly returns $self.
        - http://rt.cpan.org/Public/Bug/Display.html?id=34914
    - ->parsefile() now explicitly returns $self.
        - http://rt.cpan.org/Public/Bug/Display.html?id=34914
    - Applied a patch to change the RSS-0.91 DTD URL from my.netscape.com
    to rssboard.org:
        - http://rt.cpan.org/Ticket/Display.html?id=39780
    - Reformatted the Changes file to standardize on 4-space-indents.
    - Small documentation patch: (add_item with dc:date)
        - http://rt.cpan.org/Ticket/Display.html?id=39780

1.35 - September 13, 2008
    - Added a Module::Build-based Build.PL so we'll have an easier time
    with the META.yml and the Kwalitee.
    - Kwalitee - added "use warnings" to all Perl files.
        - now depending on at least perl-5.6.0.
    - Kwalitee - fixed the "use" statement of
    "Test::Run::CmdLine::Iface" to a runtime require.

1.34 - September 12, 2008
    - fixed a typo in the documentation of lib/XML/RSS.pm -
    "regardless" instead of "regarless".
        - http://rt.cpan.org/Public/Bug/Display.html?id=37916
        - (Reported by Reuben Thomas, Fixed by Shlomif).
    - fixed a code fragment - pop() instead of shift() for older
    items, and while() instead of if():
        - http://rt.cpan.org/Public/Bug/Display.html?id=39231
        - (Reported by Dave, Fixed by Shlomif).


(he)
diff -r1.22 -r1.23 pkgsrc/textproc/p5-XML-RSS/Makefile
diff -r1.9 -r1.10 pkgsrc/textproc/p5-XML-RSS/distinfo

cvs diff -r1.22 -r1.23 pkgsrc/textproc/p5-XML-RSS/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/p5-XML-RSS/Makefile 2008/10/19 19:18:59 1.22
+++ pkgsrc/textproc/p5-XML-RSS/Makefile 2008/11/22 00:49:34 1.23
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.22 2008/10/19 19:18:59 he Exp $ 1# $NetBSD: Makefile,v 1.23 2008/11/22 00:49:34 he Exp $
2 2
3DISTNAME= XML-RSS-1.33 3DISTNAME= XML-RSS-1.37
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 
6SVR4_PKGNAME= p5xrs 5SVR4_PKGNAME= p5xrs
7CATEGORIES= textproc perl5 6CATEGORIES= textproc perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://search.cpan.org/dist/XML-RSS/ 10HOMEPAGE= http://search.cpan.org/dist/XML-RSS/
12COMMENT= XML-RSS helps to create and update RSS files 11COMMENT= XML-RSS helps to create and update RSS files
13 12
14PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
15 14
16DEPENDS+= p5-XML-Parser>=2.29:../../textproc/p5-XML-Parser 15DEPENDS+= p5-XML-Parser>=2.29:../../textproc/p5-XML-Parser
17DEPENDS+= p5-Test-Manifest>=0.9:../../devel/p5-Test-Manifest 16DEPENDS+= p5-Test-Manifest>=0.9:../../devel/p5-Test-Manifest
18DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime 17DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime

cvs diff -r1.9 -r1.10 pkgsrc/textproc/p5-XML-RSS/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/p5-XML-RSS/distinfo 2008/06/22 17:27:44 1.9
+++ pkgsrc/textproc/p5-XML-RSS/distinfo 2008/11/22 00:49:34 1.10
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.9 2008/06/22 17:27:44 he Exp $ 1$NetBSD: distinfo,v 1.10 2008/11/22 00:49:34 he Exp $
2 2
3SHA1 (XML-RSS-1.33.tar.gz) = a2edc7bc8002354b84fa6e3449bea8d63cfd4840 3SHA1 (XML-RSS-1.37.tar.gz) = d4ee44e213842b6e616cb30b7ae98a36fd5e7a37
4RMD160 (XML-RSS-1.33.tar.gz) = 2de095c126f0538672eee72a84820a55350356db 4RMD160 (XML-RSS-1.37.tar.gz) = 18f4fd1dfebee659f576a8315e1809ef195227fd
5Size (XML-RSS-1.33.tar.gz) = 88513 bytes 5Size (XML-RSS-1.37.tar.gz) = 93347 bytes