View | Details | Raw Unified | Return to bug 81712
Collapse All | Expand All

(-)pear-SOAP/Makefile (-15 / +13 lines)
Lines 6-33 Link Here
6
#
6
#
7
7
8
PORTNAME=	SOAP
8
PORTNAME=	SOAP
9
PORTVERSION=	0.8.1
9
PORTVERSION=	0.9.0
10
CATEGORIES=	net www pear
10
CATEGORIES=	net www pear
11
11
12
MAINTAINER=	ports@FreeBSD.org
12
MAINTAINER=	antonio@php.net
13
COMMENT=	SOAP Client/Server for PHP
13
COMMENT=	PEAR SOAP Client/Server for PHP
14
14
15
BUILD_DEPENDS=	${PEARDIR}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime	\
15
BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
16
		${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request	\
17
		${PEARDIR}/Net/DIME.php:${PORTSDIR}/net/pear-Net_DIME
18
RUN_DEPENDS=	${BUILD_DEPENDS}
16
RUN_DEPENDS=	${BUILD_DEPENDS}
19
17
20
CATEGORY=	SOAP
18
CATEGORY=	SOAP
21
FILES=		Base.php Client.php Disco.php Fault.php Parser.php Server.php	\
19
FILES=		Base.php Client.php Disco.php Fault.php Parser.php Server.php \
22
		Transport.php Value.php WSDL.php tools/genproxy.php		\
20
		Transport.php Value.php WSDL.php tools/genproxy.php \
23
		Transport/HTTP.php Transport/SMTP.php Transport/TCP.php		\
21
		Transport/HTTP.php Transport/SMTP.php Transport/TCP.php \
24
		Server/Email.php Server/Email_Gateway.php Server/TCP.php	\
22
		Server/Email.php Server/Email_Gateway.php Server/TCP.php \
25
		Type/dateTime.php Type/duration.php Type/hexBinary.php
23
		Type/dateTime.php Type/duration.php Type/hexBinary.php
26
EXAMPLES=	attachment.php client.php com_client.php disco_server.php	\
24
EXAMPLES=	attachment.php client.php com_client.php disco_server.php \
27
		email_client.php email_gateway.php email_pop_gateway.php	\
25
		email_client.php email_gateway.php email_pop_gateway.php \
28
		email_pop_server.php email_server.php example_server.php	\
26
		email_pop_server.php email_server.php example_server.php \
29
		example_types.php server.php server2.php smtp.php		\
27
		example_types.php server.php server2.php smtp.php \
30
		stockquote.php tcp_client.php tcp_daemon.pl tcp_server.php	\
28
		stockquote.php tcp_client.php tcp_daemon.pl tcp_server.php \
31
		wsdl_client.php
29
		wsdl_client.php
32
_EXAMPLESDIR=	example
30
_EXAMPLESDIR=	example
33
31
(-)pear-SOAP/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (PEAR/SOAP-0.8.1.tgz) = 86260a6deb9ab09443563c931784f550
1
MD5 (PEAR/SOAP-0.9.0.tgz) = e2436367c0fa2061053c4308e6e2348d
2
SIZE (PEAR/SOAP-0.8.1.tgz) = 69177
2
SIZE (PEAR/SOAP-0.9.0.tgz) = 70131

Return to bug 81712