pkgsrc/net/pear-SOAP/Makefile
taca 594cd16d88 Update pear-SOAP package to 0.13.0. Fix PR pkg/46520.
Changelog:

* Rename QName::ns property to QName::prefix.
* Fix parsing multipart/related responses (Bugs #14756, #14854).
* Fix parsing certain WSDLs with attachments (Bill Blough, Bug #16968).
* Use PCRE instead of ereg_* functions (Olle Jonsson, Bug #17726).]
QA release
Bug #11729 WSDL Local File loading
Bug #14344 Use Net_Server in SOAP_Server_TCP
Bug #14756 multipart/related response is not parsed
Bug #14782 logic problem in SOAP_Base bulids multidimensional arrays instead of flat
Bug #14854 multipart/related responses no longer handled correctly
Bug #16968 Bad array assignment when using WSDL client
Bug #17659 Assigning the return value of new by reference is deprecated
Bug #17726 Patch: Using PCRE functions to avoid deprecated functions
Bug #18458 Returning SOAP_Attachment in MIME
Bug #18492 Wrong response when returning multiple results
2012-06-02 16:16:58 +00:00

21 lines
624 B
Makefile

# $NetBSD: Makefile,v 1.13 2012/06/02 16:16:58 taca Exp $
DISTNAME= SOAP-0.13.0
CATEGORIES+= net
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= SOAP Client/Server for PHP
PKG_DESTDIR_SUPPORT= user-destdir
CONFLICTS= php-pear-SOAP-[0-9]*
DEPENDS+= ${PHP_PKG_PREFIX}-pear-Mail_Mime>=1.2:../../mail/pear-Mail_Mime
DEPENDS+= ${PHP_PKG_PREFIX}-pear-HTTP_Request>=1.2:../../www/pear-HTTP_Request
DEPENDS+= ${PHP_PKG_PREFIX}-pear-Net_URL>=1.0:../../net/pear-Net_URL
DEPENDS+= ${PHP_PKG_PREFIX}-pear-Net_DIME>=0.3:../../net/pear-Net_DIME
PEAR_DIRRM_BASEDIR= yes
.include "../../lang/php/pear.mk"
.include "../../mk/bsd.pkg.mk"