From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 16 12:50:24 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 242FA16A484 for ; Fri, 16 Jun 2006 12:50:24 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF25A43D48 for ; Fri, 16 Jun 2006 12:50:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5GCoNV2097467 for ; Fri, 16 Jun 2006 12:50:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5GCoNvl097466; Fri, 16 Jun 2006 12:50:23 GMT (envelope-from gnats) Date: Fri, 16 Jun 2006 12:50:23 GMT Message-Id: <200606161250.k5GCoNvl097466@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Antonio Carlos Venancio Junior Cc: Subject: Re: ports/98992: Update Port devel/pear-Config to 1.10.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Antonio Carlos Venancio Junior List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jun 2006 12:50:24 -0000 The following reply was made to PR ports/98992; it has been noted by GNATS. From: Antonio Carlos Venancio Junior To: Edwin Groothuis Cc: question+fbsdports@closedsrc.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/98992: Update Port devel/pear-Config to 1.10.6 Date: Fri, 16 Jun 2006 09:36:52 -0300 This is a multi-part message in MIME format. --------------040007090400080300020405 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Edwin, Here is the full diff. Edwin Groothuis wrote: > Synopsis: Update Port devel/pear-Config to 1.10.6 > > State-Changed-From-To: open->feedback > State-Changed-By: edwin > State-Changed-When: Thu Jun 15 21:32:14 UTC 2006 > State-Changed-Why: > Awaiting maintainers feedback > > http://www.freebsd.org/cgi/query-pr.cgi?pr=98992 > _______________________________________________ > freebsd-ports-bugs@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs > To unsubscribe, send any mail to "freebsd-ports-bugs-unsubscribe@freebsd.org" > -- Cya Antonio echo antonio php net | sed 's/ /@/;s/ /./g' FreeBSD/OpenBSD | PHP/MySQL | PGP Key ID 0x5BBEB073 "Can't buy what I want because its FREE!" - Pearl Jam --------------040007090400080300020405 Content-Type: text/plain; name="devel.pear-Config-2006.02.21.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="devel.pear-Config-2006.02.21.diff" diff -ruN pear-Config.orig/Makefile pear-Config/Makefile --- pear-Config.orig/Makefile Fri Dec 9 17:24:27 2005 +++ pear-Config/Makefile Tue Feb 21 13:54:05 2006 @@ -6,7 +6,7 @@ # PORTNAME= Config -PORTVERSION= 1.10.4 +PORTVERSION= 1.10.6 CATEGORIES= devel www pear MAINTAINER= antonio@php.net @@ -17,10 +17,17 @@ ${PEARDIR}/XML/Util.php:${PORTSDIR}/devel/pear-XML_Util FILES= Config.php Config/Container.php Config/Container/Apache.php \ - Config/Container/GenericConf.php Config/Container/IniCommented.php \ - Config/Container/IniFile.php Config/Container/PHPArray.php \ + Config/Container/GenericConf.php \ + Config/Container/IniCommented.php Config/Container/IniFile.php \ + Config/Container/PHPArray.php Config/Container/PHPConstants.php \ Config/Container/XML.php DOCS= Apache.php IniCommented.php IniFromScratch.php +TESTS= phpt_test.php.inc setup.php.inc bug2742.phpt bug2742.ini \ + bug2780.phpt bug3051.phpt bug3051.xml bug3137.phpt bug3298.phpt \ + bug3298.xml bug3398.phpt bug3398.ini bug3590.phpt \ + bug3590-input.php bug4623.phpt bug4623.conf bug6441.phpt \ + bug6441.ini +_TESTSDIR= test .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" diff -ruN pear-Config.orig/distinfo pear-Config/distinfo --- pear-Config.orig/distinfo Mon Jan 23 14:20:12 2006 +++ pear-Config/distinfo Tue Feb 21 13:49:38 2006 @@ -1,3 +1,3 @@ -MD5 (PEAR/Config-1.10.4.tgz) = 2e5214f70bafbf3d124e33ec6b04d2ca -SHA256 (PEAR/Config-1.10.4.tgz) = fe0c420d0de934732c574572f85031c761fb5775edcb1fffd7159f7d19b23616 -SIZE (PEAR/Config-1.10.4.tgz) = 23059 +MD5 (PEAR/Config-1.10.6.tgz) = 7b7f88c6dc1271e43ebfee7d0b5dc127 +SHA256 (PEAR/Config-1.10.6.tgz) = db380909b5ad822f7ab7148c6af6da3f6356b3f73e45809d930a1fa8cc1c94ab +SIZE (PEAR/Config-1.10.6.tgz) = 24931 --------------040007090400080300020405--