From antonio@digitalsign.com  Mon Jan  3 17:31:12 2005
Return-Path: <antonio@digitalsign.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7FAB916A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  3 Jan 2005 17:31:12 +0000 (GMT)
Received: from digitalsign.com (cm-virtua-fln-C8B08F9E.brdterra.com.br [200.176.143.158])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4F9E343D31
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  3 Jan 2005 17:31:11 +0000 (GMT)
	(envelope-from antonio@digitalsign.com)
Received: from digitalsign.com (localhost [127.0.0.1])
	by digitalsign.com (8.12.6/8.12.6) with ESMTP id 204HdNZO078081
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 4 Jan 2022 15:39:23 -0200 (BRST)
	(envelope-from antonio@digitalsign.com)
Received: (from antonio@localhost)
	by digitalsign.com (8.12.6/8.12.6/Submit) id 204HdM7Y078080;
	Tue, 4 Jan 2022 15:39:22 -0200 (BRST)
Message-Id: <202201041739.204HdM7Y078080@digitalsign.com>
Date: Tue, 4 Jan 2022 15:39:22 -0200 (BRST)
From: Antonio Carlos Venancio Junior <antonio@php.net>
Reply-To: Antonio Carlos Venancio Junior <antonio@php.net>
To: FreeBSD-gnats-submit@freebsd.org
Subject: Update port: devel/pear-XML_RPC to 1.2.0
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         75752
>Category:       ports
>Synopsis:       Update port: devel/pear-XML_RPC to 1.2.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 03 17:40:25 GMT 2005
>Closed-Date:    Sat Jan 08 19:08:40 GMT 2005
>Last-Modified:  Sat Jan 08 19:08:40 GMT 2005
>Originator:     Antnio Carlos Venncio Jnior
>Release:        FreeBSD 4.11-STABLE i386
>Organization:
>Environment:
System: FreeBSD antonio.cb.sc.gov.br 4.11-STABLE FreeBSD 4.11-STABLE #3: Tue Dec 21 13:02:07 BRST 2004     root@antonio.cb.sc.gov.br:/usr/obj/usr/src/sys/ANTONIO  i386
>Description:
+ update port: devel/pear-XML_RPC to 1.2.0
  + changelog: http://pear.php.net/package/XML_RPC/download/1.2.0RC1
+ take maintainership
+ update pkg-descr
>How-To-Repeat:
>Fix:
diff -ruN pear-XML_RPC.orig/Makefile pear-XML_RPC/Makefile
--- pear-XML_RPC.orig/Makefile	Mon Jan  3 14:33:16 2005
+++ pear-XML_RPC/Makefile	Mon Jan  3 14:42:32 2005
@@ -6,21 +6,23 @@
 #
 
 PORTNAME=	XML_RPC
-PORTVERSION=	1.1.0
+PORTVERSION=	1.2.0
 CATEGORIES=	devel www pear
+DISTNAME=	${PORTNAME}-${PORTVERSION}RC1
 
-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}/Dump.php ${WRKSRC}/RPC
 
 .include <bsd.port.pre.mk>
 .include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
diff -ruN pear-XML_RPC.orig/distinfo pear-XML_RPC/distinfo
--- pear-XML_RPC.orig/distinfo	Mon Jan  3 14:33:16 2005
+++ pear-XML_RPC/distinfo	Mon Jan  3 14:36:54 2005
@@ -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 -ruN pear-XML_RPC.orig/pkg-descr pear-XML_RPC/pkg-descr
--- pear-XML_RPC.orig/pkg-descr	Mon Jan  3 14:33:16 2005
+++ pear-XML_RPC/pkg-descr	Mon Jan  3 15:22:16 2005
@@ -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/
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: thierry 
State-Changed-When: Sat Jan 8 19:08:02 GMT 2005 
State-Changed-Why:  

Committed, thanks! 

Note: PORTVERSION set to 1.2.0.r1. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=75752 
>Unformatted:
