From thierry@pompo.net  Thu Jan  8 15:32:57 2004
Return-Path: <thierry@pompo.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 404A416A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  8 Jan 2004 15:32:57 -0800 (PST)
Received: from graf.pompo.net (graf.pompo.net [81.56.186.139])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 0DB6C43D1F
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  8 Jan 2004 15:32:55 -0800 (PST)
	(envelope-from thierry@pompo.net)
Received: by graf.pompo.net (Postfix, from userid 1001)
	id 989BC752D; Fri,  9 Jan 2004 00:31:36 +0100 (CET)
Message-Id: <20040108233136.989BC752D@graf.pompo.net>
Date: Fri,  9 Jan 2004 00:31:36 +0100 (CET)
From: Thierry Thomas <thierry@pompo.net>
Reply-To: Thierry Thomas <thierry@pompo.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: sysutils/pear-Log: upgrading to 1.8.3.
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         61101
>Category:       ports
>Synopsis:       sysutils/pear-Log: upgrading to 1.8.3.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 08 15:40:22 PST 2004
>Closed-Date:    Fri Jan 09 11:03:41 PST 2004
>Last-Modified:  Fri Jan 09 11:03:41 PST 2004
>Originator:     Thierry Thomas
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
Kabbale Eros
>Environment:
System: FreeBSD graf.pompo.net 4.9-STABLE FreeBSD 4.9-STABLE #0: Thu Nov 20 23:06:13 CET 2003 thierry@graf.pompo.net:/usr/obj/mntsrc/src/sys/GRAF020727 i386


	
>Description:
	Upgrade pear-Log to its latest release.

	Remark: changelog is here:
	<http://pear.php.net/package-changelog.php?package=Log&release=1.8.3>
	An optional dependency has been added for the PECL SQLite.
	The database SQLite is in the FreeBSD ports tree, but this extension
	is not (I don't use it), and the installation produces this warning:

	Optional dependencies:
	'sqlite' PHP extension is not installed is recommended to utilize some features.

	If somebody needs it, it can be fetched from
	<http://pecl.php.net/package/SQLite>.

>How-To-Repeat:
	N/A.

>Fix:
	Please apply the following patch:

--- pear-Log.diff begins here ---
diff -urN sysutils/pear-Log.orig/Makefile sysutils/pear-Log/Makefile
--- sysutils/pear-Log.orig/Makefile	Fri Jan  2 22:03:07 2004
+++ sysutils/pear-Log/Makefile	Thu Jan  8 22:24:58 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Log
-PORTVERSION=	1.8.2
+PORTVERSION=	1.8.3
 CATEGORIES=	sysutils www pear
 
 MAINTAINER=	ports@FreeBSD.org
@@ -17,14 +17,14 @@
 
 FILES=		Log.php Log/composite.php Log/console.php Log/display.php	\
 		Log/error_log.php Log/file.php Log/mail.php Log/mcal.php	\
-		Log/null.php Log/observer.php Log/sql.php Log/syslog.php	\
-		Log/win.php
+		Log/null.php Log/observer.php Log/sql.php Log/sqlite.php	\
+		Log/syslog.php Log/win.php
 DOCS=		guide.txt
 EXAMPLES=	composite.php console.php display.php error_log.php file.php	\
 		mail.php null.php observer_mail.php pear_error_handler.php	\
-		php_error_handler.php sql.php syslog.php win.php
+		php_error_handler.php sql.php sqlite.php syslog.php win.php
 TESTS=		composite.phpt console.phpt display.phpt error_log.phpt		\
-		factory.phpt null.phpt singleton.phpt
+		factory.phpt null.phpt singleton.phpt sqlite.phpt
 _EXAMPLESDIR=	docs/examples
 
 .include <bsd.port.pre.mk>
diff -urN sysutils/pear-Log.orig/distinfo sysutils/pear-Log/distinfo
--- sysutils/pear-Log.orig/distinfo	Fri Jan  2 12:20:31 2004
+++ sysutils/pear-Log/distinfo	Thu Jan  8 21:01:20 2004
@@ -1 +1 @@
-MD5 (PEAR/Log-1.8.2.tgz) = 1d45eb068f534af8d3b8315f962f576f
+MD5 (PEAR/Log-1.8.3.tgz) = a4ec8e47ec117009e3adf5b71775615e
--- pear-Log.diff ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Fri Jan 9 11:03:33 PST 2004 
State-Changed-Why:  
Committed, thanks! 

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