From neuhauser@chello.cz  Sun Feb 13 18:19:44 2005
Return-Path: <neuhauser@chello.cz>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A4D1416A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 13 Feb 2005 18:19:44 +0000 (GMT)
Received: from smradoch.ath.cx (r2g224.chello.upc.cz [62.245.70.224])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9188D43D31
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 13 Feb 2005 18:19:43 +0000 (GMT)
	(envelope-from neuhauser@chello.cz)
Received: by smradoch.ath.cx (Postfix, from userid 1001)
	id 7BC741F87BEE; Sun, 13 Feb 2005 19:19:41 +0100 (CET)
Message-Id: <20050213181941.7BC741F87BEE@smradoch.ath.cx>
Date: Sun, 13 Feb 2005 19:19:41 +0100 (CET)
From: Roman Neuhauser <neuhauser@chello.cz>
Reply-To: Roman Neuhauser <neuhauser@chello.cz>
To: FreeBSD-gnats-submit@freebsd.org
Cc: antonio@php.net
Subject: [PATCH] update devel/pear-Config to 1.104
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         77460
>Category:       ports
>Synopsis:       [PATCH] update devel/pear-Config to 1.104
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    thierry
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 13 18:20:25 GMT 2005
>Closed-Date:    Mon Feb 14 18:33:23 GMT 2005
>Last-Modified:  Mon Feb 14 18:33:23 GMT 2005
>Originator:     Roman Neuhauser
>Release:        FreeBSD 4.10-STABLE i386
>Organization:
>Environment:
System: FreeBSD isis.wad.cz 4.10-STABLE FreeBSD 4.10-STABLE #3: Sat Aug 7 16:06:48 CEST 2004 roman@isis.wad.cz:/usr/obj/usr/src/sys/FREEPUPPY2_6 i386


	
>Description:
1.10.4 is mainly a bugfix release. changelog:

 * Fixed bug #3298 which wouldn't parse arrays with numerical indexes
   correctly.
 * Fixed bug #2742 which didn't trim variable names in Inicommented file
 * changed XML_Parser and XML_Util dependencies to optional, since
   they're only needed when parsing XML files (bug #2738)
 * added a new container for editing files of php constants, courtesy of
   philip ortel [me@phillipoertel.com] (devel)

I'm not affected by #3298, but #2742 completely broke my applications.
Curiously, I don't see the "new container" anywhere, but that's not
a problem. :)
>How-To-Repeat:
	
>Fix:

	

--- devel::pear-Config-1.10.4.patch begins here ---
Index: devel/pear-Config/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/pear-Config/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- devel/pear-Config/Makefile	26 Oct 2004 22:26:34 -0000	1.6
+++ devel/pear-Config/Makefile	13 Feb 2005 18:01:31 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Config
-PORTVERSION=	1.10.3
+PORTVERSION=	1.10.4
 CATEGORIES=	devel www pear
 
 MAINTAINER=	antonio@php.net
Index: devel/pear-Config/distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/pear-Config/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- devel/pear-Config/distinfo	26 Oct 2004 22:26:34 -0000	1.4
+++ devel/pear-Config/distinfo	13 Feb 2005 18:02:18 -0000
@@ -1,2 +1,2 @@
-MD5 (PEAR/Config-1.10.3.tgz) = f0b786b35a68e1b011ca6a92b569932f
-SIZE (PEAR/Config-1.10.3.tgz) = 18349
+MD5 (PEAR/Config-1.10.4.tgz) = 2e5214f70bafbf3d124e33ec6b04d2ca
+SIZE (PEAR/Config-1.10.4.tgz) = 23059
--- devel::pear-Config-1.10.4.patch ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: thierry 
State-Changed-When: Sun Feb 13 21:35:01 GMT 2005 
State-Changed-Why:  

Waiting for maintainer's approval. 



Responsible-Changed-From-To: freebsd-ports-bugs->thierry 
Responsible-Changed-By: thierry 
Responsible-Changed-When: Sun Feb 13 21:35:01 GMT 2005 
Responsible-Changed-Why:  

Take it. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=77460 
State-Changed-From-To: feedback->closed 
State-Changed-By: thierry 
State-Changed-When: Mon Feb 14 18:32:24 GMT 2005 
State-Changed-Why:  

Committed, thanks! 

P.S.: what about installing tests files? 


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