diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-07-02 11:46:45 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-07-02 11:46:45 +0000 |
commit | 20cceceea4eb4eb106bcc428e01905cf739cce72 (patch) | |
tree | eb33d215a1bdb3287c6279b17b032f0c68c6bce9 /net | |
parent | ce512b4e402af95f3c1f11eaca43d5ffa405dd0b (diff) | |
download | ports-20cceceea4eb4eb106bcc428e01905cf739cce72.tar.gz ports-20cceceea4eb4eb106bcc428e01905cf739cce72.zip |
- Update to 1.1.1
Notes
Notes:
svn path=/head/; revision=276865
Diffstat (limited to 'net')
-rw-r--r-- | net/pear-XML_RPC2/Makefile | 37 | ||||
-rw-r--r-- | net/pear-XML_RPC2/distinfo | 4 |
2 files changed, 6 insertions, 35 deletions
diff --git a/net/pear-XML_RPC2/Makefile b/net/pear-XML_RPC2/Makefile index d6abc15c03de..4463892a5714 100644 --- a/net/pear-XML_RPC2/Makefile +++ b/net/pear-XML_RPC2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= XML_RPC2 -PORTVERSION= 1.0.8 +PORTVERSION= 1.1.1 CATEGORIES= net devel pear MAINTAINER= miwi@FreeBSD.org @@ -14,41 +14,12 @@ COMMENT= XML-RPC client/server library BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ ${PEARDIR}/Cache/Lite.php:${PORTSDIR}/sysutils/pear-Cache_Lite -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ + ${PEARDIR}/Cache/Lite.php:${PORTSDIR}/sysutils/pear-Cache_Lite -PEAR_CATSRC= yes +PEAR_AUTOINSTALL= yes USE_PHP= curl -FILES= XML/RPC2/Backend/Php/Value/Array.php \ - XML/RPC2/Backend/Php/Value/Base64.php \ - XML/RPC2/Backend/Php/Value/Boolean.php \ - XML/RPC2/Backend/Php/Value/Datetime.php \ - XML/RPC2/Backend/Php/Value/Double.php \ - XML/RPC2/Backend/Php/Value/Integer.php \ - XML/RPC2/Backend/Php/Value/Scalar.php \ - XML/RPC2/Backend/Php/Value/String.php \ - XML/RPC2/Backend/Php/Value/Struct.php \ - XML/RPC2/Backend/Php/Client.php \ - XML/RPC2/Backend/Php/Request.php \ - XML/RPC2/Backend/Php/Response.php \ - XML/RPC2/Backend/Php/Server.php \ - XML/RPC2/Backend/Php/Value.php \ - XML/RPC2/Backend/Xmlrpcext/Client.php \ - XML/RPC2/Backend/Xmlrpcext/Server.php \ - XML/RPC2/Backend/Xmlrpcext/Value.php \ - XML/RPC2/Server/CallHandler/Class.php \ - XML/RPC2/Server/CallHandler/Instance.php \ - XML/RPC2/Server/CallHandler.php \ - XML/RPC2/Server/Method.php \ - XML/RPC2/Util/HTTPRequest.php \ - XML/RPC2/Backend.php \ - XML/RPC2/CachedClient.php \ - XML/RPC2/CachedServer.php \ - XML/RPC2/Client.php \ - XML/RPC2/Exception.php \ - XML/RPC2/Server.php \ - XML/RPC2/Value.php - .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include <bsd.port.post.mk> diff --git a/net/pear-XML_RPC2/distinfo b/net/pear-XML_RPC2/distinfo index a4cc80be77bf..7a8ab2f06179 100644 --- a/net/pear-XML_RPC2/distinfo +++ b/net/pear-XML_RPC2/distinfo @@ -1,2 +1,2 @@ -SHA256 (PEAR/XML_RPC2-1.0.8.tgz) = ab90f719f8fdd925862e8e488b022278362d2dfc2d79d469017fdd0808159877 -SIZE (PEAR/XML_RPC2-1.0.8.tgz) = 67063 +SHA256 (PEAR/XML_RPC2-1.1.1.tgz) = 27a3f2c40ae0f11d51e91c130d1120c3e5f083c3deed2c9a3837e52e39b56bfb +SIZE (PEAR/XML_RPC2-1.1.1.tgz) = 68431 |