pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/p5-XML-RPC
Module Name: pkgsrc
Committed By: wen
Date: Wed Jan 8 07:10:04 UTC 2025
Modified Files:
pkgsrc/net/p5-XML-RPC: Makefile distinfo
Log Message:
Update to 2.1
Upstream changes:
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
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/net/p5-XML-RPC/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/p5-XML-RPC/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/p5-XML-RPC/Makefile
diff -u pkgsrc/net/p5-XML-RPC/Makefile:1.13 pkgsrc/net/p5-XML-RPC/Makefile:1.14
--- pkgsrc/net/p5-XML-RPC/Makefile:1.13 Sat Nov 16 12:06:21 2024
+++ pkgsrc/net/p5-XML-RPC/Makefile Wed Jan 8 07:10:04 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2024/11/16 12:06:21 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2025/01/08 07:10:04 wen Exp $
-DISTNAME= XML-RPC-1.1
+DISTNAME= XML-RPC-2.1
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 7
CATEGORIES= perl5 net
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/C/CA/CAVAC/}
Index: pkgsrc/net/p5-XML-RPC/distinfo
diff -u pkgsrc/net/p5-XML-RPC/distinfo:1.4 pkgsrc/net/p5-XML-RPC/distinfo:1.5
--- pkgsrc/net/p5-XML-RPC/distinfo:1.4 Tue Oct 26 11:06:27 2021
+++ pkgsrc/net/p5-XML-RPC/distinfo Wed Jan 8 07:10:04 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 11:06:27 nia Exp $
+$NetBSD: distinfo,v 1.5 2025/01/08 07:10:04 wen Exp $
-BLAKE2s (XML-RPC-1.1.tar.gz) = 0b92e6c21dd52496b9d4a7739d801fdc82b8840647a27154e930a9f85f95cdc9
-SHA512 (XML-RPC-1.1.tar.gz) = 163ec99c6c7dd75db5389320d6aeace56ba9313870f6c5c9633669f413ac2f0feace9c472ac35d51cef092d36e7a2ac306d19478b8257233ad5a6ddb5401c00e
-Size (XML-RPC-1.1.tar.gz) = 5847 bytes
+BLAKE2s (XML-RPC-2.1.tar.gz) = ac6593e0d586fbc1024fe44ad0ff0b5c537d9f70e90ba16875595487c1c48eee
+SHA512 (XML-RPC-2.1.tar.gz) = 9aefdc1b816165224c91b3018bbb7a275b3c3c9151c4804cf6ccf55e90d20d0bf763341e8704f0e0ea2ad9716c757177628539c4af126894f0175457976091e5
+Size (XML-RPC-2.1.tar.gz) = 6969 bytes
Home |
Main Index |
Thread Index |
Old Index