From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 16 12:36:58 2006 Return-Path: X-Original-To: freebsd-ports-bugs@FreeBSD.org Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F7DF16A482 for ; Fri, 16 Jun 2006 12:36:58 +0000 (UTC) (envelope-from antonio@php.net) Received: from smtp01.centralserver.com.br (smtp01.centralserver.com.br [200.183.200.159]) by mx1.FreeBSD.org (Postfix) with SMTP id D616743D53 for ; Fri, 16 Jun 2006 12:36:56 +0000 (GMT) (envelope-from antonio@php.net) Received: (qmail 19189 invoked from network); 16 Jun 2006 09:36:54 -0300 Received: from unknown (HELO smtp01.centralserver.com.br) (127.0.0.1) by 0 with SMTP; 16 Jun 2006 09:36:54 -0300 Received: (qmail 19180 invoked from network); 16 Jun 2006 09:36:54 -0300 Received: by simscan 1.2.0 ppid: 19170, pid: 19176, t: 0.3707s scanners: regex: 1.2.0 attach: 1.2.0 clamav: 0.88.2/m:38/d:1499 Received: from unknown (HELO ?127.0.0.1?) (antonio@alphus.com.br@200.138.113.28) by 0 with SMTP; 16 Jun 2006 09:36:53 -0300 Message-ID: <4492A5E4.6030106@php.net> Date: Fri, 16 Jun 2006 09:36:52 -0300 From: Antonio Carlos Venancio Junior User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: Edwin Groothuis References: <200606152132.k5FLWEsM035031@freefall.freebsd.org> In-Reply-To: <200606152132.k5FLWEsM035031@freefall.freebsd.org> Content-Type: multipart/mixed; boundary="------------040007090400080300020405" X-Antivirus: avast! (VPS 0624-2, 15/06/2006), Outbound message X-Antivirus-Status: Clean Cc: freebsd-ports-bugs@FreeBSD.org, question+fbsdports@closedsrc.org 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@php.net List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jun 2006 12:36:58 -0000 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--