diff options
author | kleink <kleink> | 2008-08-11 12:36:46 +0000 |
---|---|---|
committer | kleink <kleink> | 2008-08-11 12:36:46 +0000 |
commit | 222d6494ea70d28cbb0776a85e2a49fbfa2969a8 (patch) | |
tree | dfc937f10f1ae604802fb70ca7853a6c6cf7bc28 /textproc/p5-XML-Atom-SimpleFeed | |
parent | 5b0939d5c5a31c13ead88aef546ffff21e6c1c06 (diff) | |
download | pkgsrc-222d6494ea70d28cbb0776a85e2a49fbfa2969a8.tar.gz |
Update p5-XML-Atom-SimpleFeed to 0.82; changes since 0.8 include:
0.82 (2008-06-21)
* I can't believe no one noticed in such a long time that the XML
escaping function was broken. I need unit tests
* Also, the date in the changelog entry for 0.81 was wrong.
0.81 (2008-06-21)
* Put private functions in XML::Atom::SimpleFeed::YeWhoEnters and
placed methods in XML::Atom::SimpleFeed explicitly. This gets rid of
approximately 734 prefix underscores.
* It turns out Carp::Clan wasn't even necessary, Carp works
that way by default. *blush*
* More big POD cleanups (converted lots of list items to
subheadings so they're linkable and listed in the TOC).
* Throw out the pointless POD and POD coverage tests.
* Automatically escape the content of the icon, id, logo,
published, and updated elements. Oops. (CPAN RT #36961)
Diffstat (limited to 'textproc/p5-XML-Atom-SimpleFeed')
-rw-r--r-- | textproc/p5-XML-Atom-SimpleFeed/Makefile | 9 | ||||
-rw-r--r-- | textproc/p5-XML-Atom-SimpleFeed/distinfo | 8 |
2 files changed, 6 insertions, 11 deletions
diff --git a/textproc/p5-XML-Atom-SimpleFeed/Makefile b/textproc/p5-XML-Atom-SimpleFeed/Makefile index 1602a2818c3..0db4ccb4987 100644 --- a/textproc/p5-XML-Atom-SimpleFeed/Makefile +++ b/textproc/p5-XML-Atom-SimpleFeed/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2008/06/12 02:14:50 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2008/08/11 12:36:46 kleink Exp $ -DISTNAME= XML-Atom-SimpleFeed-0.8 +DISTNAME= XML-Atom-SimpleFeed-0.82 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 SVR4_PKGNAME= p5xas CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} @@ -14,10 +13,6 @@ COMMENT= Generate simple Atom syndication feeds PKG_DESTDIR_SUPPORT= user-destdir BUILD_DEPENDS+= p5-Test-Simple-[0-9]*:../../devel/p5-Test-Simple -BUILD_DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod -BUILD_DEPENDS+= p5-Test-Pod-Coverage-[0-9]*:../../devel/p5-Test-Pod-Coverage -DEPENDS+= p5-Carp-Clan-[0-9]*:../../devel/p5-Carp-Clan -DEPENDS+= p5-XML-Simple>=2.10:../../textproc/p5-XML-Simple PERL5_PACKLIST= auto/XML/Atom/SimpleFeed/.packlist diff --git a/textproc/p5-XML-Atom-SimpleFeed/distinfo b/textproc/p5-XML-Atom-SimpleFeed/distinfo index eb34271b2da..78508097081 100644 --- a/textproc/p5-XML-Atom-SimpleFeed/distinfo +++ b/textproc/p5-XML-Atom-SimpleFeed/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2006/09/03 14:30:08 kleink Exp $ +$NetBSD: distinfo,v 1.3 2008/08/11 12:36:46 kleink Exp $ -SHA1 (XML-Atom-SimpleFeed-0.8.tar.gz) = f37977eee2c25d52cb9be797cb5ca24518669945 -RMD160 (XML-Atom-SimpleFeed-0.8.tar.gz) = cdc86edbd80f4fe556be40f9648d91c35187249f -Size (XML-Atom-SimpleFeed-0.8.tar.gz) = 10885 bytes +SHA1 (XML-Atom-SimpleFeed-0.82.tar.gz) = dd7a8f743809bc850a077c3e46df571cfce51687 +RMD160 (XML-Atom-SimpleFeed-0.82.tar.gz) = 276ea86280d49a8f3abfb1450a8514c4c54e122b +Size (XML-Atom-SimpleFeed-0.82.tar.gz) = 11423 bytes |