Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Sep 2019 04:17:30 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r513289 - head/net/p5-XML-Compile-SOAP
Message-ID:  <201909300417.x8U4HUEY092360@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Sep 30 04:17:30 2019
New Revision: 513289
URL: https://svnweb.freebsd.org/changeset/ports/513289

Log:
  Update to 3.25
  
  - Update pkg-descr
  - Take maintainership
  
  Changes:	https://metacpan.org/changes/distribution/XML-Compile-SOAP

Modified:
  head/net/p5-XML-Compile-SOAP/Makefile
  head/net/p5-XML-Compile-SOAP/distinfo
  head/net/p5-XML-Compile-SOAP/pkg-descr

Modified: head/net/p5-XML-Compile-SOAP/Makefile
==============================================================================
--- head/net/p5-XML-Compile-SOAP/Makefile	Mon Sep 30 04:17:24 2019	(r513288)
+++ head/net/p5-XML-Compile-SOAP/Makefile	Mon Sep 30 04:17:30 2019	(r513289)
@@ -2,19 +2,19 @@
 # $FreeBSD$
 
 PORTNAME=	XML-Compile-SOAP
-PORTVERSION=	3.24
+PORTVERSION=	3.25
 CATEGORIES=	net perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	perl@FreeBSD.org
+MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Base-class for SOAP implementations
 
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
 BUILD_DEPENDS=	${RUN_DEPENDS}
-RUN_DEPENDS=	p5-File-Slurp-Tiny>=0:devel/p5-File-Slurp-Tiny \
+RUN_DEPENDS=	p5-File-Slurper>=0:devel/p5-File-Slurper \
 		p5-Log-Report>=1.05:devel/p5-Log-Report \
 		p5-Net-HTTP>=6.16:net/p5-Net-HTTP \
 		p5-XML-Compile>=1.58:textproc/p5-XML-Compile \
@@ -22,8 +22,9 @@ RUN_DEPENDS=	p5-File-Slurp-Tiny>=0:devel/p5-File-Slurp
 		p5-libwww>=6.08:www/p5-libwww
 TEST_DEPENDS=	p5-XML-Compile-Tester>=0.90:devel/p5-XML-Compile-Tester
 
-NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/net/p5-XML-Compile-SOAP/distinfo
==============================================================================
--- head/net/p5-XML-Compile-SOAP/distinfo	Mon Sep 30 04:17:24 2019	(r513288)
+++ head/net/p5-XML-Compile-SOAP/distinfo	Mon Sep 30 04:17:30 2019	(r513289)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1520432880
-SHA256 (XML-Compile-SOAP-3.24.tar.gz) = a1b90e3cee51c06bb1f8eabae697c6c2006f362a75534ef3915150610abc6c5e
-SIZE (XML-Compile-SOAP-3.24.tar.gz) = 103114
+TIMESTAMP = 1569809139
+SHA256 (XML-Compile-SOAP-3.25.tar.gz) = 9a9c58d2d4f82650602e9d8f56a6bc90fc3afc42324bed4774080023e8305ed4
+SIZE (XML-Compile-SOAP-3.25.tar.gz) = 103206

Modified: head/net/p5-XML-Compile-SOAP/pkg-descr
==============================================================================
--- head/net/p5-XML-Compile-SOAP/pkg-descr	Mon Sep 30 04:17:24 2019	(r513288)
+++ head/net/p5-XML-Compile-SOAP/pkg-descr	Mon Sep 30 04:17:30 2019	(r513289)
@@ -1,16 +1,14 @@
-This module handles the SOAP protocol. The first implementation is SOAP1.1
-(http://www.w3.org/TR/2000/NOTE-SOAP-20000508/), which is still most often
-used. The SOAP1.2 definition (http://www.w3.org/TR/soap12/) is quite
-different; this module tries to define a sufficiently abstract interface to
-hide the protocol differences.
+XML::Compile::SOAP handles the SOAP protocol. The first implementation is
+SOAP1.1 (http://www.w3.org/TR/2000/NOTE-SOAP-20000508/), which is still most
+often used. The SOAP1.2 definition (http://www.w3.org/TR/soap12/) is provided
+via the separate distribution XML::Compile::SOAP12.
 
 Be aware that there are three kinds of SOAP:
-
 1. Document style (literal) SOAP, where there is a WSDL file which explicitly
-types all out-going and incoming messages. Very easy to use.
-2. RPC style SOAP literal. The WSDL file is not explicit about the content of
-the messages, but all messages must be schema defined types.
+   types all out-going and incoming messages. Very easy to use.
+2. RPC style SOAP literal. The body of the message has an extra element wrapper,
+   but the content is also well defined.
 3. RPC style SOAP encoded. The sent data is nowhere described formally. The data
-is transported in some ad-hoc way.
+   is constructed in some ad-hoc way.
 
 WWW: https://metacpan.org/release/XML-Compile-SOAP



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909300417.x8U4HUEY092360>