ports/75752: Update port: devel/pear-XML_RPC to 1.2.0

Antonio Carlos Venancio Junior antonio at php.net
Mon Jan 3 17:40:26 UTC 2005


>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 03 17:40:25 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Antônio Carlos Venâncio Júnior
>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 at 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 at FreeBSD.org
+MAINTAINER=	antonio at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list