Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Feb 2005 19:19:41 +0100 (CET)
From:      Roman Neuhauser <neuhauser@chello.cz>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        antonio@php.net
Subject:   ports/77460: [PATCH] update devel/pear-Config to 1.104
Message-ID:  <20050213181941.7BC741F87BEE@smradoch.ath.cx>
Resent-Message-ID: <200502131820.j1DIKPFA038203@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         77460
>Category:       ports
>Synopsis:       [PATCH] update devel/pear-Config to 1.104
>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:   Sun Feb 13 18:20:25 GMT 2005
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050213181941.7BC741F87BEE>