Download raw body.
Patch: net/p5-XML-RPC update
Hi.
I cannot find online repository which seems up to date, however the
Changes file from:
https://metacpan.org/release/CAVAC/XML-RPC-2.1/source/Changes
says:
2024/05/21 (2.1)
* Implement errstr() that returns the HTTP status code of the last call
* Make error handling slightly more robust in certain cases
2022/03/09 (2.0)
* Implement typecasting
* Add suggestion that people use Randy Ray's RPC::XML instead for new projects
No failed tests with `make test` but there is no a lot of tests anyway
in this project.
Index: Makefile
===================================================================
RCS file: /cvs/ports/net/p5-XML-RPC/Makefile,v
diff -u -p -u -r1.8 Makefile
--- Makefile 11 Mar 2022 19:46:53 -0000 1.8
+++ Makefile 23 Mar 2025 19:57:59 -0000
@@ -2,9 +2,8 @@ COMMENT = pure Perl implementation for a
MODULES = cpan
PKG_ARCH = *
-DISTNAME = XML-RPC-1.1
+DISTNAME = XML-RPC-2.1
CATEGORIES = net devel
-REVISION = 0
MAINTAINER = Mikolaj Kucharski <mikolaj@kucharski.name>
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/p5-XML-RPC/distinfo,v
diff -u -p -u -r1.3 distinfo
--- distinfo 11 Dec 2017 13:00:36 -0000 1.3
+++ distinfo 23 Mar 2025 19:57:59 -0000
@@ -1,2 +1,2 @@
-SHA256 (XML-RPC-1.1.tar.gz) = phuq18NICg/v9dgeDm9LrDgE+4d2R1gHfbXSvSDt9M4=
-SIZE (XML-RPC-1.1.tar.gz) = 5847
+SHA256 (XML-RPC-2.1.tar.gz) = T1W9L1b1mWjTd4XQ6XlvwdinSwne24hTqNZIf3Qxk+w=
+SIZE (XML-RPC-2.1.tar.gz) = 6969
--
Regards,
Mikolaj
Patch: net/p5-XML-RPC update