pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/p5-XML-Atom-SimpleFeed Update p5-XML-Atom-Sim...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/567200c9c21a
branches:  trunk
changeset: 545720:567200c9c21a
user:      kleink <kleink%pkgsrc.org@localhost>
date:      Mon Aug 11 12:36:46 2008 +0000

description:
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:

 textproc/p5-XML-Atom-SimpleFeed/Makefile |  9 ++-------
 textproc/p5-XML-Atom-SimpleFeed/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 11 deletions(-)

diffs (38 lines):

diff -r 0dd577bb080e -r 567200c9c21a textproc/p5-XML-Atom-SimpleFeed/Makefile
--- a/textproc/p5-XML-Atom-SimpleFeed/Makefile  Mon Aug 11 12:33:37 2008 +0000
+++ b/textproc/p5-XML-Atom-SimpleFeed/Makefile  Mon Aug 11 12:36:46 2008 +0000
@@ -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 @@
 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 -r 0dd577bb080e -r 567200c9c21a textproc/p5-XML-Atom-SimpleFeed/distinfo
--- a/textproc/p5-XML-Atom-SimpleFeed/distinfo  Mon Aug 11 12:33:37 2008 +0000
+++ b/textproc/p5-XML-Atom-SimpleFeed/distinfo  Mon Aug 11 12:36:46 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index