From 9d2547eb4061c4043afd75bdbbd9594e560cbb74 Mon Sep 17 00:00:00 2001 From: Thierry Thomas Date: Sat, 8 Jan 2005 19:07:38 +0000 Subject: - Upgrade to 1.2.0 RC1; - take maintainership. PR: 75752 Submitted by: Antonio Carlos Venancio Junior --- devel/pear-XML_RPC/Makefile | 8 ++++---- devel/pear-XML_RPC/distinfo | 4 ++-- devel/pear-XML_RPC/pkg-descr | 8 ++------ 3 files changed, 8 insertions(+), 12 deletions(-) (limited to 'devel') 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 .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/ -- cgit v1.2.3