diff options
author | he <he@pkgsrc.org> | 2008-11-22 00:49:34 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2008-11-22 00:49:34 +0000 |
commit | e1c88b17bd7eaadb97953b38a60fdea9c4ba4577 (patch) | |
tree | fa76dbdb006d87fea3f62e74dabb6ec6adcc86d7 /textproc | |
parent | 1a4badf181017b83240c75726af5fcc24254aa3c (diff) | |
download | pkgsrc-e1c88b17bd7eaadb97953b38a60fdea9c4ba4577.tar.gz |
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).
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-RSS/Makefile | 5 | ||||
-rw-r--r-- | textproc/p5-XML-RSS/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/textproc/p5-XML-RSS/Makefile b/textproc/p5-XML-RSS/Makefile index 1f891531321..ed680337517 100644 --- a/textproc/p5-XML-RSS/Makefile +++ b/textproc/p5-XML-RSS/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2008/10/19 19:18:59 he Exp $ +# $NetBSD: Makefile,v 1.23 2008/11/22 00:49:34 he Exp $ -DISTNAME= XML-RSS-1.33 +DISTNAME= XML-RSS-1.37 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 SVR4_PKGNAME= p5xrs CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} diff --git a/textproc/p5-XML-RSS/distinfo b/textproc/p5-XML-RSS/distinfo index 13cc3d90211..c1e53992328 100644 --- a/textproc/p5-XML-RSS/distinfo +++ b/textproc/p5-XML-RSS/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2008/06/22 17:27:44 he Exp $ +$NetBSD: distinfo,v 1.10 2008/11/22 00:49:34 he Exp $ -SHA1 (XML-RSS-1.33.tar.gz) = a2edc7bc8002354b84fa6e3449bea8d63cfd4840 -RMD160 (XML-RSS-1.33.tar.gz) = 2de095c126f0538672eee72a84820a55350356db -Size (XML-RSS-1.33.tar.gz) = 88513 bytes +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 |