Hi,
Regress tests pass. Upstream changes file say:
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)
New dependency added. Permissions within the archive are open now,
so drop FIX_EXTRACT_PERMISSIONS.
Index: Makefile
===================================================================
RCS file: /cvs/ports/net/p5-XML-RPC/Makefile,v
retrieving revision 1.4
diff -u -p -u -r1.4 Makefile
--- Makefile 8 Dec 2017 12:36:51 -0000 1.4
+++ Makefile 10 Dec 2017 14:38:08 -0000
@@ -4,18 +4,17 @@ COMMENT = pure Perl implementation for a
MODULES = cpan
PKG_ARCH = *
-DISTNAME = XML-RPC-0.9
+DISTNAME = XML-RPC-1.1
CATEGORIES = net devel
-FIX_EXTRACT_PERMISSIONS=Yes
MAINTAINER = Mikolaj Kucharski <[email protected]>
# Perl
PERMIT_PACKAGE_CDROM = Yes
-RUN_DEPENDS = textproc/p5-XML-TreePP
+RUN_DEPENDS = textproc/p5-XML-TreePP \
+ www/p5-LWP-Protocol-https
-CPAN_AUTHOR = DAAN
CONFIGURE_STYLE = perl
.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/p5-XML-RPC/distinfo,v
retrieving revision 1.2
diff -u -p -u -r1.2 distinfo
--- distinfo 18 Jan 2015 03:14:49 -0000 1.2
+++ distinfo 10 Dec 2017 14:38:08 -0000
@@ -1,2 +1,2 @@
-SHA256 (XML-RPC-0.9.tar.gz) = tStp59c8gKjXzyvETOWlDJ3YO75uiGLYmbjr6vWf808=
-SIZE (XML-RPC-0.9.tar.gz) = 4745
+SHA256 (XML-RPC-1.1.tar.gz) = phuq18NICg/v9dgeDm9LrDgE+4d2R1gHfbXSvSDt9M4=
+SIZE (XML-RPC-1.1.tar.gz) = 5847
--
best regards
q#