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 Update to 0.28:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/993ca3d48ebd
branches:  trunk
changeset: 535813:993ca3d48ebd
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Nov 29 15:03:21 2007 +0000

description:
Update to 0.28:

0.28  2007.11.06
    * Fixed Namespace handling in extensions so that both URL and NS object work
      (Thanks to Brian Cassidy)

0.27_01 2007.10.04
    * Removes most of hacks to deal with LibXML insane unicode stuff which are fixed with 1.64

0.27 2007.09.15
    * Fixed $feed->as_xml_utf8 to work with latest XML::LibXML

0.26 2007.09.15
    * This be 0.26

0.25_02  2007.06.20
    * Fixed tests that fail with newer libxml (Thanks to knagano)

0.25_01 2007.04.27

    * Fixed XML::Atom::Base element accessor to work with attributes
      (Patch from LTjake and Jshirley for OpenSearch extension)
    * Make XML::Atom::Link easily subclassable
      (Patch from Simon Wistow for Google Calendar support)

diffstat:

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

diffs (34 lines):

diff -r 9212cc284480 -r 993ca3d48ebd textproc/p5-XML-Atom/Makefile
--- a/textproc/p5-XML-Atom/Makefile     Thu Nov 29 14:29:25 2007 +0000
+++ b/textproc/p5-XML-Atom/Makefile     Thu Nov 29 15:03:21 2007 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2006/12/01 08:30:35 kleink Exp $
+# $NetBSD: Makefile,v 1.6 2007/11/29 15:03:21 wiz Exp $
 
-DISTNAME=      XML-Atom-0.25
+DISTNAME=      XML-Atom-0.28
 PKGNAME=       p5-${DISTNAME}
 SVR4_PKGNAME=  p5xat
 CATEGORIES=    textproc perl5
@@ -11,7 +11,7 @@
 COMMENT=       Atom feed and API implementation
 
 DEPENDS+=      p5-Class-Data-Inheritable-[0-9]*:../../devel/p5-Class-Data-Inheritable
-DEPENDS+=      p5-XML-LibXML>=1.54:../../textproc/p5-XML-LibXML
+DEPENDS+=      p5-XML-LibXML>=1.64:../../textproc/p5-XML-LibXML
 DEPENDS+=      p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64
 DEPENDS+=      p5-XML-XPath-[0-9]*:../../textproc/p5-XML-XPath
 
diff -r 9212cc284480 -r 993ca3d48ebd textproc/p5-XML-Atom/distinfo
--- a/textproc/p5-XML-Atom/distinfo     Thu Nov 29 14:29:25 2007 +0000
+++ b/textproc/p5-XML-Atom/distinfo     Thu Nov 29 15:03:21 2007 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2006/12/01 08:30:35 kleink Exp $
+$NetBSD: distinfo,v 1.5 2007/11/29 15:03:21 wiz Exp $
 
-SHA1 (XML-Atom-0.25.tar.gz) = 97edab9dea4e492a6f0d98df453f60b91a9c63f2
-RMD160 (XML-Atom-0.25.tar.gz) = 4e671283e9a9e673f7f5afaafea712b6314816ff
-Size (XML-Atom-0.25.tar.gz) = 68631 bytes
+SHA1 (XML-Atom-0.28.tar.gz) = 3ce5d6a917abcaaf1d063e53285e1b5373fc4659
+RMD160 (XML-Atom-0.28.tar.gz) = 31134e7f852f90ea24fe1001cbdbb68e4ebba53c
+Size (XML-Atom-0.28.tar.gz) = 69234 bytes



Home | Main Index | Thread Index | Old Index