pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/p5-RPC-XML Updating net/p5-RPC-XML from 0.69 to 0.72
details: https://anonhg.NetBSD.org/pkgsrc/rev/328bead6c958
branches: trunk
changeset: 569512:328bead6c958
user: sno <sno%pkgsrc.org@localhost>
date: Sat Jan 16 15:32:58 2010 +0000
description:
Updating net/p5-RPC-XML from 0.69 to 0.72
pkgsrc changes:
- Adding dependency to p5-XML-LibXML>=1.70
Upstream changes:
0.72 Sunday December 13, 2009, 09:45:00 PM -0700
* Makefile.PL
* t/40_server_xmllibxml.t
RT #52662: Fix requirement specification for XML::LibXML.
* lib/RPC/XML.pm
Some more clean-up of the docs, removing a redundant section.
0.71 Monday December 7, 2009, 08:00:00 PM -0700
* MANIFEST
* t/01_pod.t (deleted)
* t/02_pod_coverage.t (deleted)
* t/03_meta.t (deleted)
* t/04_minimumversion.t (deleted)
* t/05_critic.t (deleted)
* xt/01_pod.t (added)
* xt/02_pod_coverage.t (added)
* xt/03_meta.t (added)
* xt/04_minimumversion.t (added)
* xt/05_critic.t (added)
Moved author-only tests to xt/, updated MANIFEST.
* MANIFEST
Add test suite 28_parser_bugs_50013.t, which was omitted from
last release.
* xt/01_pod.t
* xt/02_pod_coverage.t
* xt/03_meta.t
* xt/04_minimumversion.t
* xt/05_critic.t
Re-engineered the author-only/release tests, since they're no
longer in the t/ directory and thus should not interfere.
0.70 Sunday December 6, 2009, 10:00:00 PM -0700
* lib/RPC/XML.pm
* t/10_data.t
RT #49406: Make Base64 data-type allow zero-length data.
* lib/RPC/XML.pm
* t/10_data.t
Hand-applied a patch (most likely from Bill Moseley) to extend
the construction of dateTime.iso8601 data-types.
* t/40_server.t
Fixed another corner-case for the url() test.
* lib/RPC/XML.pm
Fixed a case from previous work that caused "undef" warnings.
* lib/RPC/XML.pm
* lib/RPC/XML/Parser.pm
* t/28_parser_bugs_50013.t
RT #50013: Restore backwards-compatibility for projects that
use RPC::XML::Parser directly.
* lib/RPC/XML/Procedure.pm
RT #50143: Incorrectly called server_fault() as if it were a
coderef.
* lib/Apache/RPC/Server.pm
Applied patch from Frank Wiegand to fix a POD problem.
* lib/RPC/XML.pm
Some additional regexp issues on dateTime.iso8601, to handle
backwards-compatibility.
* lib/RPC/XML/ParserFactory.pm
Fixed some minor doc errors.
* lib/RPC/XML/Parser/XMLParser.pm
Moved the 'require' of some libraries to the point where they
are first needed, to delay loading until/unless necessary.
* lib/RPC/XML/Parser/XMLLibXML.pm (added)
* t/21_xml_libxml.t (added)
* t/29_parserfactory.t
* t/40_server_xmllibxml.t (added)
Implement support for XML::LibXML in the parser-factory.
diffstat:
net/p5-RPC-XML/Makefile | 5 +++--
net/p5-RPC-XML/distinfo | 8 ++++----
2 files changed, 7 insertions(+), 6 deletions(-)
diffs (33 lines):
diff -r 15df4e0ead4a -r 328bead6c958 net/p5-RPC-XML/Makefile
--- a/net/p5-RPC-XML/Makefile Sat Jan 16 15:29:22 2010 +0000
+++ b/net/p5-RPC-XML/Makefile Sat Jan 16 15:32:58 2010 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2009/09/13 19:25:53 sno Exp $
+# $NetBSD: Makefile,v 1.8 2010/01/16 15:32:58 sno Exp $
-DISTNAME= RPC-XML-0.69
+DISTNAME= RPC-XML-0.72
PKGNAME= p5-${DISTNAME}
CATEGORIES= net www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=RPC/}
@@ -13,6 +13,7 @@
DEPENDS+= {perl>=5.10,p5-PathTools>=0.8}:../../devel/p5-PathTools
DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=1.2}:../../devel/p5-Scalar-List-Utils
+DEPENDS+= p5-XML-LibXML>=1.70:../../textproc/p5-XML-LibXML
DEPENDS+= p5-XML-Parser>=2.31:../../textproc/p5-XML-Parser
DEPENDS+= p5-libwww>=5.801:../../www/p5-libwww
diff -r 15df4e0ead4a -r 328bead6c958 net/p5-RPC-XML/distinfo
--- a/net/p5-RPC-XML/distinfo Sat Jan 16 15:29:22 2010 +0000
+++ b/net/p5-RPC-XML/distinfo Sat Jan 16 15:32:58 2010 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2009/09/13 19:25:53 sno Exp $
+$NetBSD: distinfo,v 1.7 2010/01/16 15:32:58 sno Exp $
-SHA1 (RPC-XML-0.69.tar.gz) = 839c44f1a00d4f3390e21c8b7d77863d8abbab56
-RMD160 (RPC-XML-0.69.tar.gz) = a04c8254ccd25503b7094912d2603af90180fd7b
-Size (RPC-XML-0.69.tar.gz) = 170607 bytes
+SHA1 (RPC-XML-0.72.tar.gz) = 5cdd3ad600696b80a72c70518c34d78af97cb734
+RMD160 (RPC-XML-0.72.tar.gz) = b20df1c38e297c48c4739a8320d890faa2a7c69d
+Size (RPC-XML-0.72.tar.gz) = 182943 bytes
Home |
Main Index |
Thread Index |
Old Index