Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Mar 2012 21:32:02 +0600 (BDT)
From:      Muhammad Moinur Rahman <5u623l20@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/166298: [PATCH] net/pear-SOAP: update to 0.13.0, take maintainership
Message-ID:  <201203211532.q2LFW2vj023044@bofh.telnet.net.bd>
Resent-Message-ID: <201203211600.q2LG0VMB053646@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         166298
>Category:       ports
>Synopsis:       [PATCH] net/pear-SOAP: update to 0.13.0, take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 21 16:00:31 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Muhammad Moinur Rahman
>Release:        FreeBSD 9.0-STABLE amd64
>Organization:
>Environment:
System: FreeBSD bofh.telnet.net.bd 9.0-STABLE FreeBSD 9.0-STABLE #0: Fri Mar  2 02:21:51 BDT
>Description:
- Update to 0.13.0
- Take maintainership

Generated with FreeBSD Port Tools 0.99_4 (mode: update, diff: ports)
>How-To-Repeat:
>Fix:

--- pear-SOAP-0.13.0.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net/pear-SOAP/Makefile ./Makefile
--- /usr/ports/net/pear-SOAP/Makefile	2012-01-21 23:39:56.000000000 +0600
+++ ./Makefile	2012-03-21 21:21:47.957243377 +0600
@@ -6,11 +6,10 @@
 #
 
 PORTNAME=	SOAP
-PORTVERSION=	0.12.0
-PORTREVISION=	1
+PORTVERSION=	0.13.0
 CATEGORIES=	net www pear
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	5u623l20@gmail.com
 COMMENT=	PEAR SOAP Client/Server for PHP
 
 BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
@@ -22,14 +21,14 @@
 		PEAR_MAIL_MIME "PEAR::Mail::Mime support" off \
 		PEAR_NET_DIME "PEAR::Net::DIME support" off
 
-CATEGORY=	SOAP
-FILES=		Base.php Client.php Disco.php Fault.php Parser.php \
-		Server.php Transport.php Value.php WSDL.php \
-		tools/genproxy.php Transport/HTTP.php \
-		Transport/SMTP.php Transport/TCP.php \
-		Server/Email.php Server/Email_Gateway.php \
-		Server/TCP.php Type/dateTime.php Type/duration.php \
-		Type/hexBinary.php
+CATEGORY=	${PORTNAME}
+FILES=		${PORTNAME}/Base.php ${PORTNAME}/Client.php ${PORTNAME}/Disco.php ${PORTNAME}/Fault.php ${PORTNAME}/Parser.php \
+		${PORTNAME}/Server.php ${PORTNAME}/Transport.php ${PORTNAME}/Value.php ${PORTNAME}/WSDL.php \
+		tools/genproxy.php ${PORTNAME}/Transport/HTTP.php \
+		${PORTNAME}/Transport/SMTP.php ${PORTNAME}/Transport/TCP.php ${PORTNAME}/Transport/TEST.php \
+		${PORTNAME}/Server/Email.php ${PORTNAME}/Server/Email_Gateway.php \
+		${PORTNAME}/Server/TCP.php ${PORTNAME}/Type/dateTime.php ${PORTNAME}/Type/duration.php \
+		${PORTNAME}/Type/hexBinary.php ${PORTNAME}/Server/TCP/Handler.php
 EXAMPLES=	attachment.php client.php com_client.php \
 		disco_server.php email_client.php email_gateway.php \
 		email_pop_gateway.php email_pop_server.php \
@@ -38,6 +37,18 @@
 		stockquote.php tcp_client.php tcp_daemon.pl \
 		tcp_server.php wsdl_client.php
 _EXAMPLESDIR=	example
+TESTS=		xmethods.php deserialize/multiref_3.phpt deserialize/struct_2.phpt \
+		deserialize/struct_3.phpt deserialize/multiref_2.phpt deserialize/array.phpt \
+		deserialize/struct_1.phpt deserialize/string.phpt deserialize/multiref_4.phpt \
+		deserialize/null.phpt deserialize/multiref_1.phpt deserialize/struct_4.phpt \
+		example.wsdl test.utility.php AllTests.php SOAP_BugsTest.php qnames_1.phpt \
+		bug4523.phpt bug16968.phpt example_server_php5.phpt dateTime.phpt \
+		example_server.phpt bug16968.wsdl parser.phpt bug14756.phpt bug12880.phpt \
+		serialize/struct_1.phpt serialize/struct_literal_1.phpt serialize/string_2.phpt \
+		serialize/struct_3.phpt serialize/string_doc.phpt serialize/string_literal_1.phpt \
+		serialize/string_1.phpt serialize/struct_2.phpt serialize/struct_doc_literal_1.phpt \
+		serialize/string_doc_literal_1.phpt smtp.php qnames_2.phpt bug11013.phpt wsdl.phpt \
+		bug1927.phpt bug12615.phpt
 
 .include <bsd.port.pre.mk>
 
diff -ruN --exclude=CVS /usr/ports/net/pear-SOAP/distinfo ./distinfo
--- /usr/ports/net/pear-SOAP/distinfo	2011-03-20 18:52:34.000000000 +0600
+++ ./distinfo	2012-03-21 20:36:57.350234944 +0600
@@ -1,2 +1,2 @@
-SHA256 (PEAR/SOAP-0.12.0.tgz) = 0b5dd21e6f95befd00d00ed0200020168d3dd138b789aaf480207ffe95363baa
-SIZE (PEAR/SOAP-0.12.0.tgz) = 71233
+SHA256 (PEAR/SOAP-0.13.0.tgz) = 2ceda8d83dab8e9b8a23f6df443a2e33947d2b4bb0998bd47208771880c6e9fc
+SIZE (PEAR/SOAP-0.13.0.tgz) = 85945
--- pear-SOAP-0.13.0.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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