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.33nb1 to 1.37.
details: https://anonhg.NetBSD.org/pkgsrc/rev/8c6da5472436
branches: trunk
changeset: 550439:8c6da5472436
user: he <he%pkgsrc.org@localhost>
date: Sat Nov 22 00:49:34 2008 +0000
description:
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:
textproc/p5-XML-RSS/Makefile | 5 ++---
textproc/p5-XML-RSS/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 7 deletions(-)
diffs (27 lines):
diff -r ced82b2641a6 -r 8c6da5472436 textproc/p5-XML-RSS/Makefile
--- a/textproc/p5-XML-RSS/Makefile Sat Nov 22 00:41:19 2008 +0000
+++ b/textproc/p5-XML-RSS/Makefile Sat Nov 22 00:49:34 2008 +0000
@@ -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 -r ced82b2641a6 -r 8c6da5472436 textproc/p5-XML-RSS/distinfo
--- a/textproc/p5-XML-RSS/distinfo Sat Nov 22 00:41:19 2008 +0000
+++ b/textproc/p5-XML-RSS/distinfo Sat Nov 22 00:49:34 2008 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index