diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-05-31 12:39:47 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-05-31 12:39:47 +0000 |
commit | 9fe89a01857a266f84445c27a915c98a0aa5c6d2 (patch) | |
tree | a173ab893adaaf2b5baa3d4a5096ca78fa0cd5a7 /net/pear-SOAP | |
parent | - Update to 1.3.0. (diff) |
- Update to 0.9.0.
- Fix COMMENT.
- Pass maintainership to submitter.
PR: ports/81712
Submitted by: Antonio Carlos Venancio Junior <antonio@php.net>
Notes
Notes:
svn path=/head/; revision=136517
Diffstat (limited to 'net/pear-SOAP')
-rw-r--r-- | net/pear-SOAP/Makefile | 28 | ||||
-rw-r--r-- | net/pear-SOAP/distinfo | 4 |
2 files changed, 15 insertions, 17 deletions
diff --git a/net/pear-SOAP/Makefile b/net/pear-SOAP/Makefile index f527f9f18df2..f6144e01c923 100644 --- a/net/pear-SOAP/Makefile +++ b/net/pear-SOAP/Makefile @@ -6,28 +6,26 @@ # PORTNAME= SOAP -PORTVERSION= 0.8.1 +PORTVERSION= 0.9.0 CATEGORIES= net www pear -MAINTAINER= ports@FreeBSD.org -COMMENT= SOAP Client/Server for PHP +MAINTAINER= antonio@php.net +COMMENT= PEAR SOAP Client/Server for PHP -BUILD_DEPENDS= ${PEARDIR}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime \ - ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request \ - ${PEARDIR}/Net/DIME.php:${PORTSDIR}/net/pear-Net_DIME +BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR RUN_DEPENDS= ${BUILD_DEPENDS} 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 \ +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 -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 email_server.php example_server.php \ - example_types.php server.php server2.php smtp.php \ - stockquote.php tcp_client.php tcp_daemon.pl tcp_server.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 email_server.php example_server.php \ + example_types.php server.php server2.php smtp.php \ + stockquote.php tcp_client.php tcp_daemon.pl tcp_server.php \ wsdl_client.php _EXAMPLESDIR= example diff --git a/net/pear-SOAP/distinfo b/net/pear-SOAP/distinfo index a274c96ae524..fda10474d754 100644 --- a/net/pear-SOAP/distinfo +++ b/net/pear-SOAP/distinfo @@ -1,2 +1,2 @@ -MD5 (PEAR/SOAP-0.8.1.tgz) = 86260a6deb9ab09443563c931784f550 -SIZE (PEAR/SOAP-0.8.1.tgz) = 69177 +MD5 (PEAR/SOAP-0.9.0.tgz) = e2436367c0fa2061053c4308e6e2348d +SIZE (PEAR/SOAP-0.9.0.tgz) = 70131 |