Date: Tue, 31 Jul 2007 00:43:59 +0800 (CST) From: chinsan <chinsan@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: bg1tpt@gmail.com Subject: ports/115050: [PATCH] net/pear-SOAP: update to 0.11.0 Message-ID: <20070730164359.873B511463@chinsan.twbbs.org> Resent-Message-ID: <200707301650.l6UGo2o2067937@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 115050 >Category: ports >Synopsis: [PATCH] net/pear-SOAP: update to 0.11.0 >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: Mon Jul 30 16:50:01 GMT 2007 >Closed-Date: >Last-Modified: >Originator: chinsan >Release: FreeBSD 6.2-STABLE i386 >Organization: Taiwan >Environment: System: FreeBSD chinsan.twbbs.org 6.2-STABLE FreeBSD 6.2-STABLE #1: Fri May 25 08:15:42 CST 2007 >Description: - Update to 0.11.0 - Add three knob. Port maintainer (bg1tpt@gmail.com) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- pear-SOAP-0.11.0.patch begins here --- diff -ruN --exclude=CVS /usr/ports/net/pear-SOAP/Makefile /usr/home/chinsan/project/pear-SOAP/Makefile --- /usr/ports/net/pear-SOAP/Makefile Fri Feb 9 21:36:29 2007 +++ /usr/home/chinsan/project/pear-SOAP/Makefile Tue Jul 31 00:43:01 2007 @@ -6,15 +6,21 @@ # PORTNAME= SOAP -PORTVERSION= 0.10.1 +PORTVERSION= 0.11.0 CATEGORIES= net www pear MAINTAINER= bg1tpt@gmail.com COMMENT= PEAR SOAP Client/Server for PHP -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear +BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ + ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request RUN_DEPENDS= ${BUILD_DEPENDS} +LATEST_LINK= pear-SOAP +OPTIONS= PEAR_MAIL "PEAR::Mail support" off \ + 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 \ @@ -33,5 +39,18 @@ _EXAMPLESDIR= example .include <bsd.port.pre.mk> + +.if defined(WITH_PEAR_MAIL) +BUILD_DEPENDS+= ${PEARDIR}/Mail.php:${PORTSDIR}/mail/pear-Mail +.endif + +.if defined(WITH_PEAR_MAIL_MIME) +BUILD_DEPENDS+= ${PEARDIR}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime +.endif + +.if defined(WITH_PEAR_NET_DIME) +BUILD_DEPENDS+= ${PEARDIR}/DIME.php:${PORTSDIR}/net/pear-Net_DIME +.endif + .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include <bsd.port.post.mk> diff -ruN --exclude=CVS /usr/ports/net/pear-SOAP/distinfo /usr/home/chinsan/project/pear-SOAP/distinfo --- /usr/ports/net/pear-SOAP/distinfo Fri Feb 9 21:36:29 2007 +++ /usr/home/chinsan/project/pear-SOAP/distinfo Tue Jul 31 00:27:45 2007 @@ -1,3 +1,3 @@ -MD5 (PEAR/SOAP-0.10.1.tgz) = a6326d910a4193d41b76904503b2f0c6 -SHA256 (PEAR/SOAP-0.10.1.tgz) = 0a4ba23c6d3e0505506ed6dc8ca7f32a3dabcccdb97c796cc95b187a560f8442 -SIZE (PEAR/SOAP-0.10.1.tgz) = 70965 +MD5 (PEAR/SOAP-0.11.0.tgz) = 0e846e2279d8c49bf37e7e01fb71a115 +SHA256 (PEAR/SOAP-0.11.0.tgz) = 2a7505522e49a423689bd57747ade9df29cefb97c5da2ec8fdd906d853c37679 +SIZE (PEAR/SOAP-0.11.0.tgz) = 69948 --- pear-SOAP-0.11.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?20070730164359.873B511463>