pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/p5-XML-RPC p5-XML-RPC: update to 1.1.
details: https://anonhg.NetBSD.org/pkgsrc/rev/1e0e7b5b41d5
branches: trunk
changeset: 371940:1e0e7b5b41d5
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Nov 24 14:35:08 2017 +0000
description:
p5-XML-RPC: update to 1.1.
2017/11/21 (1.1)
* Add facility to add HTTP *Basic* Auth
* Require LWP::Protocol::https to be installed
(hey, it's 2017, we can assume that https is available....)
This implicitly fixes bug 118475 "XML::RPC not reporting error if https connection requested but LWP::Protocol::https not installed"
* Implement recommended patch for #75078 "autodetection of XML datatyp <i4> for string of digits starting with 0"
2017/11/21 (1.0) Rene "cavac" Schickbauer
* First release by me for this module
* Integrate/Merge changes from XML::RPC::CustomUA
(and deprecate CustomUA module at the same time)
diffstat:
net/p5-XML-RPC/Makefile | 13 +++++++------
net/p5-XML-RPC/distinfo | 11 +++++------
net/p5-XML-RPC/patches/patch-make-dist.sh | 15 ---------------
3 files changed, 12 insertions(+), 27 deletions(-)
diffs (63 lines):
diff -r 8cff578cc145 -r 1e0e7b5b41d5 net/p5-XML-RPC/Makefile
--- a/net/p5-XML-RPC/Makefile Fri Nov 24 14:31:30 2017 +0000
+++ b/net/p5-XML-RPC/Makefile Fri Nov 24 14:35:08 2017 +0000
@@ -1,17 +1,18 @@
-# $NetBSD: Makefile,v 1.2 2017/06/05 14:24:25 ryoon Exp $
+# $NetBSD: Makefile,v 1.3 2017/11/24 14:35:08 wiz Exp $
-DISTNAME= XML-RPC-0.9
+DISTNAME= XML-RPC-1.1
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= perl5 net
-MASTER_SITES= http://search.cpan.org/CPAN/authors/id/D/DA/DAAN/
+MASTER_SITES= http://search.cpan.org/CPAN/authors/id/C/CA/CAVAC/
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://search.cpan.org/CPAN/authors/id/D/DA/DAAN/
+HOMEPAGE= http://search.cpan.org/~cavac/XML-RPC/
COMMENT= Pure Perl implementation for an XML-RPC client and server
LICENSE= ${PERL5_LICENSE}
-PERL5_PACKLIST= auto/XML-RPC/.packlist
+DEPENDS+= p5-XML-TreePP-[0-9]*:../../textproc/p5-XML-TreePP
+
+PERL5_PACKLIST= auto/XML/RPC/.packlist
USE_LANGUAGES= # none
.include "../../lang/perl5/module.mk"
diff -r 8cff578cc145 -r 1e0e7b5b41d5 net/p5-XML-RPC/distinfo
--- a/net/p5-XML-RPC/distinfo Fri Nov 24 14:31:30 2017 +0000
+++ b/net/p5-XML-RPC/distinfo Fri Nov 24 14:35:08 2017 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/01/24 13:39:42 mef Exp $
+$NetBSD: distinfo,v 1.2 2017/11/24 14:35:08 wiz Exp $
-SHA1 (XML-RPC-0.9.tar.gz) = 0d70904c825e8cde1509b2985322feddf2cd2fd0
-RMD160 (XML-RPC-0.9.tar.gz) = 1d00728c9b9a72a5cf8eaeb5360494539026517f
-SHA512 (XML-RPC-0.9.tar.gz) = e02be983e2a691563d5b77d6018bbcc41271aeb702e24f8d6f81286e7fc339c44494e1efd47bcc283ee586da1508d1954a9ff1e67d91bf9151b0ab4e393268fc
-Size (XML-RPC-0.9.tar.gz) = 4745 bytes
-SHA1 (patch-make-dist.sh) = 02c28cbb2bb5d433115c8b71e30ddb0f4cf79c1a
+SHA1 (XML-RPC-1.1.tar.gz) = 7fbe1f2f74cd4efe4ac5fd12ceffea8108ed03e7
+RMD160 (XML-RPC-1.1.tar.gz) = 6ca825674d5d5f66afe50192237f5a18c67185af
+SHA512 (XML-RPC-1.1.tar.gz) = 163ec99c6c7dd75db5389320d6aeace56ba9313870f6c5c9633669f413ac2f0feace9c472ac35d51cef092d36e7a2ac306d19478b8257233ad5a6ddb5401c00e
+Size (XML-RPC-1.1.tar.gz) = 5847 bytes
diff -r 8cff578cc145 -r 1e0e7b5b41d5 net/p5-XML-RPC/patches/patch-make-dist.sh
--- a/net/p5-XML-RPC/patches/patch-make-dist.sh Fri Nov 24 14:31:30 2017 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-make-dist.sh,v 1.1 2017/01/24 13:39:42 mef Exp $
-
-ERROR: [check-portability.awk] => Found test ... == ...:
-
---- make-dist.sh.orig 2009-01-02 05:42:33.000000000 +0900
-+++ make-dist.sh 2017-01-21 21:49:15.000000000 +0900
-@@ -20,7 +20,7 @@ doit make
- doit make disttest
-
- main=`grep version_from META.yml | cut -f 2 -d :`
--[ "$main" == "" ] && die "version_from is not found in META.yml"
-+[ "$main" = "" ] && die "version_from is not found in META.yml"
- doit pod2text $main > README
-
- doit make dist
Home |
Main Index |
Thread Index |
Old Index