diff options
author | thierry <thierry@FreeBSD.org> | 2005-01-09 03:07:38 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2005-01-09 03:07:38 +0800 |
commit | 0e899aa32945adffa432380f458f9b985c093ea7 (patch) | |
tree | bcfe04cf64810d7dca4c927f78cd9da52cc5947f /devel/pear-XML_RPC | |
parent | a375fcd47eec545b18438d1e2d2d2ece6e232b7d (diff) | |
download | freebsd-ports-gnome-0e899aa32945adffa432380f458f9b985c093ea7.tar.gz freebsd-ports-gnome-0e899aa32945adffa432380f458f9b985c093ea7.tar.zst freebsd-ports-gnome-0e899aa32945adffa432380f458f9b985c093ea7.zip |
- Upgrade to 1.2.0 RC1;
- take maintainership.
PR: 75752
Submitted by: Antonio Carlos Venancio Junior
Diffstat (limited to 'devel/pear-XML_RPC')
-rw-r--r-- | devel/pear-XML_RPC/Makefile | 8 | ||||
-rw-r--r-- | devel/pear-XML_RPC/distinfo | 4 | ||||
-rw-r--r-- | devel/pear-XML_RPC/pkg-descr | 8 |
3 files changed, 8 insertions, 12 deletions
diff --git a/devel/pear-XML_RPC/Makefile b/devel/pear-XML_RPC/Makefile index 904075de84ef..ab88ccae58c2 100644 --- a/devel/pear-XML_RPC/Makefile +++ b/devel/pear-XML_RPC/Makefile @@ -6,21 +6,21 @@ # PORTNAME= XML_RPC -PORTVERSION= 1.1.0 +DISTVERSION= 1.2.0RC1 CATEGORIES= devel www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= antonio@php.net COMMENT= PHP implementation of the XML-RPC protocol USE_PHP= yes WANT_PHP_PEAR= yes CATEGORY= XML -FILES= RPC.php RPC/Server.php +FILES= RPC.php RPC/Server.php RPC/Dump.php post-extract: @${MKDIR} ${WRKSRC}/RPC - @${MV} ${WRKSRC}/Server.php ${WRKSRC}/RPC + @${MV} ${WRKSRC}/Server.php ${WRKSRC}/Dump.php ${WRKSRC}/RPC .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" diff --git a/devel/pear-XML_RPC/distinfo b/devel/pear-XML_RPC/distinfo index 164cdc41970f..d3fa92bbf2cb 100644 --- a/devel/pear-XML_RPC/distinfo +++ b/devel/pear-XML_RPC/distinfo @@ -1,2 +1,2 @@ -MD5 (PEAR/XML_RPC-1.1.0.tgz) = b91aed4f660fa67b9f8de5d41177da31 -SIZE (PEAR/XML_RPC-1.1.0.tgz) = 12596 +MD5 (PEAR/XML_RPC-1.2.0RC1.tgz) = 82dc45d18297cd41d1b373c355fb17f0 +SIZE (PEAR/XML_RPC-1.2.0RC1.tgz) = 14926 diff --git a/devel/pear-XML_RPC/pkg-descr b/devel/pear-XML_RPC/pkg-descr index 1efaac2456a5..9fd124f30ba1 100644 --- a/devel/pear-XML_RPC/pkg-descr +++ b/devel/pear-XML_RPC/pkg-descr @@ -1,8 +1,4 @@ -XML-RPC is a spec and a set of implementations that allow software running -on disparate operating systems, running in different environments to make -procedure calls over the Internet. - -And this is a PEAR-ified version of useful inc's XML-RPC for PHP. +A PEAR-ified version of Useful Inc's XML-RPC for PHP. It has support for HTTP transport, proxies and authentication. -WWW: http://pear.php.net/package/XML_RPC +WWW: http://pear.php.net/package/XML_RPC/ |