diff options
author | miwi <miwi@FreeBSD.org> | 2011-07-02 19:46:45 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-07-02 19:46:45 +0800 |
commit | 25ca7c5b4ff2dce2b692b2610ca7fb3d13e8f212 (patch) | |
tree | 6b50eb6a7d777c4fc5dc881a1e92dd1569d59765 /net/pear-XML_RPC2 | |
parent | 0a9de9d8d4229b205e2bcb87d640a6551a6f35b3 (diff) | |
download | freebsd-ports-gnome-25ca7c5b4ff2dce2b692b2610ca7fb3d13e8f212.tar.gz freebsd-ports-gnome-25ca7c5b4ff2dce2b692b2610ca7fb3d13e8f212.tar.zst freebsd-ports-gnome-25ca7c5b4ff2dce2b692b2610ca7fb3d13e8f212.zip |
- Update to 1.1.1
Diffstat (limited to 'net/pear-XML_RPC2')
-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 |