ports/61101: sysutils/pear-Log: upgrading to 1.8.3.

Thierry Thomas thierry at pompo.net
Thu Jan 8 23:41:39 UTC 2004


>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 08 15:40:22 PST 2004
>Closed-Date:
>Last-Modified:
>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 at 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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list