diff options
author | miwi <miwi@FreeBSD.org> | 2011-10-27 22:10:21 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-10-27 22:10:21 +0800 |
commit | bbdaa4f4b81e6309b46a4e5ae24b2c70183b1571 (patch) | |
tree | 4b0d4225134a4ab8bd5da78776eb771614c485c9 | |
parent | 648164b84c3a21dbcfaa4272082bf9d3ff6ff8c6 (diff) | |
download | freebsd-ports-gnome-bbdaa4f4b81e6309b46a4e5ae24b2c70183b1571.tar.gz freebsd-ports-gnome-bbdaa4f4b81e6309b46a4e5ae24b2c70183b1571.tar.zst freebsd-ports-gnome-bbdaa4f4b81e6309b46a4e5ae24b2c70183b1571.zip |
- Update to 1.5.5
-rw-r--r-- | net/pear-XML_RPC/Makefile | 11 | ||||
-rw-r--r-- | net/pear-XML_RPC/distinfo | 4 |
2 files changed, 5 insertions, 10 deletions
diff --git a/net/pear-XML_RPC/Makefile b/net/pear-XML_RPC/Makefile index fd7b9f63f44e..e2fb0c78b133 100644 --- a/net/pear-XML_RPC/Makefile +++ b/net/pear-XML_RPC/Makefile @@ -6,22 +6,17 @@ # PORTNAME= XML_RPC -PORTVERSION= 1.5.4 +PORTVERSION= 1.5.5 CATEGORIES= net devel pear MAINTAINER= miwi@FreeBSD.org COMMENT= PHP implementation of the XML-RPC protocol BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear USE_PHP= xml - -PEAR_CATSRC= yes -CATEGORY= XML -FILES= RPC.php RPC/Server.php RPC/Dump.php -TESTS= allgot.inc empty-value-struct.php empty-value.php \ - extra-lines.php protoport.php test_Dump.php types.php +PEAR_AUTOINSTALL= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" diff --git a/net/pear-XML_RPC/distinfo b/net/pear-XML_RPC/distinfo index 2e7237049a24..aeeb1c8708d2 100644 --- a/net/pear-XML_RPC/distinfo +++ b/net/pear-XML_RPC/distinfo @@ -1,2 +1,2 @@ -SHA256 (PEAR/XML_RPC-1.5.4.tgz) = c76babd9c5c56098c8e2659f2cff470f42688675d2adb2bc9aa6810a75bff611 -SIZE (PEAR/XML_RPC-1.5.4.tgz) = 31671 +SHA256 (PEAR/XML_RPC-1.5.5.tgz) = 80e244582cd2d948f73142a0a43984a50fe916262825e70cb98ee95380026650 +SIZE (PEAR/XML_RPC-1.5.5.tgz) = 31862 |