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:   wiz
Date:           Fri Nov 24 14:35:08 UTC 2017

Modified Files:
        pkgsrc/net/p5-XML-RPC: Makefile distinfo
Removed Files:
        pkgsrc/net/p5-XML-RPC/patches: patch-make-dist.sh

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/p5-XML-RPC/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/p5-XML-RPC/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/net/p5-XML-RPC/patches/patch-make-dist.sh

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.2 pkgsrc/net/p5-XML-RPC/Makefile:1.3
--- pkgsrc/net/p5-XML-RPC/Makefile:1.2  Mon Jun  5 14:24:25 2017
+++ pkgsrc/net/p5-XML-RPC/Makefile      Fri Nov 24 14:35:08 2017
@@ -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"

Index: pkgsrc/net/p5-XML-RPC/distinfo
diff -u pkgsrc/net/p5-XML-RPC/distinfo:1.1 pkgsrc/net/p5-XML-RPC/distinfo:1.2
--- pkgsrc/net/p5-XML-RPC/distinfo:1.1  Tue Jan 24 13:39:42 2017
+++ pkgsrc/net/p5-XML-RPC/distinfo      Fri Nov 24 14:35:08 2017
@@ -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



Home | Main Index | Thread Index | Old Index