Wed Apr 16 13:34:03 2008 UTC ()
Update to 1.32:

1.32 - February 8, 2008
       - Fixed http://rt.cpan.org/Public/Bug/Display.html?id=25336 :
           - made sure the namespace specified elements can have a hash
           as a value in which case they'll be outputted as a standalone tag
           with attributes.
       - Fixed http://rt.cpan.org/Ticket/Display.html?id=25368 :
           - changed pop() to shift() to remove the oldest item in the
           example in lib/XML/RSS.pm, per the comments in the bug report.
       - Fixed http://rt.cpan.org/Ticket/Display.html?id=24329#txn-296761 :
           - updated the URLs for information about RSS mentioned under
           "=head1 DESCRIPTION", based on a Google search.
           - (Shlomi Fish)
       - Fixed http://rt.cpan.org/Ticket/Display.html?id=33001 :
           - made sure that isPermalink is true if and only if the isPermalink
           attribute is "true". Not if it is non-existent, etc.
           - this modified the behaviour of the module.


(wiz)
diff -r1.18 -r1.19 pkgsrc/textproc/p5-XML-RSS/Makefile
diff -r1.7 -r1.8 pkgsrc/textproc/p5-XML-RSS/distinfo

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

--- pkgsrc/textproc/p5-XML-RSS/Makefile 2007/10/27 12:34:41 1.18
+++ pkgsrc/textproc/p5-XML-RSS/Makefile 2008/04/16 13:34:03 1.19
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.18 2007/10/27 12:34:41 wiz Exp $ 1# $NetBSD: Makefile,v 1.19 2008/04/16 13:34:03 wiz Exp $
2 2
3DISTNAME= XML-RSS-1.31 3DISTNAME= XML-RSS-1.32
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5SVR4_PKGNAME= p5xrs 5SVR4_PKGNAME= p5xrs
6CATEGORIES= textproc perl5 6CATEGORIES= textproc perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/XML-RSS/ 10HOMEPAGE= http://search.cpan.org/dist/XML-RSS/
11COMMENT= XML-RSS helps to create and update RSS files 11COMMENT= XML-RSS helps to create and update RSS files
12 12
13DEPENDS+= p5-XML-Parser>=2.29:../../textproc/p5-XML-Parser 13DEPENDS+= p5-XML-Parser>=2.29:../../textproc/p5-XML-Parser
14DEPENDS+= p5-Test-Manifest>=0.9:../../devel/p5-Test-Manifest 14DEPENDS+= p5-Test-Manifest>=0.9:../../devel/p5-Test-Manifest
15DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime 15DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime
16DEPENDS+= p5-DateTime-Format-Mail-[0-9]*:../../time/p5-DateTime-Format-Mail 16DEPENDS+= p5-DateTime-Format-Mail-[0-9]*:../../time/p5-DateTime-Format-Mail

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

--- pkgsrc/textproc/p5-XML-RSS/distinfo 2007/10/27 12:34:41 1.7
+++ pkgsrc/textproc/p5-XML-RSS/distinfo 2008/04/16 13:34:03 1.8
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.7 2007/10/27 12:34:41 wiz Exp $ 1$NetBSD: distinfo,v 1.8 2008/04/16 13:34:03 wiz Exp $
2 2
3SHA1 (XML-RSS-1.31.tar.gz) = f7472e79605268fbe48b3209f5040b64834df8c6 3SHA1 (XML-RSS-1.32.tar.gz) = b184396e061f3c59d627ff4b0abb46651061a965
4RMD160 (XML-RSS-1.31.tar.gz) = b27f9f6064be51628af69cc11c56ad549ffd76b2 4RMD160 (XML-RSS-1.32.tar.gz) = 4c8c7900eea584b49694a3f10c1d5babb582a1ae
5Size (XML-RSS-1.31.tar.gz) = 86827 bytes 5Size (XML-RSS-1.32.tar.gz) = 87810 bytes