Bug 45810 - sysutils/pear-Log: upgrade to 1.5.1.
Summary: sysutils/pear-Log: upgrade to 1.5.1.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-27 22:00 UTC by Thierry Thomas
Modified: 2003-01-30 10:14 UTC (History)
0 users

See Also:


Attachments
file.diff (665 bytes, patch)
2002-11-27 22:00 UTC, Thierry Thomas
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thierry Thomas 2002-11-27 22:00:01 UTC
	Upgrade to 1.5.1:
	- The mail handler now implements a destructor to ensure close() is called.
	- The syslog handler now requires $name to be a valid syslog facility.

Fix: Apply the following patch:

How-To-Repeat: 	N/A.
Comment 1 Thierry Thomas 2003-01-02 18:50:50 UTC
Le Mer 27 nov 02 à 22:54:46 +0100, Thierry Thomas <thierry@pompo.net> écrivait :
> 
> >Number:         45810
> >Category:       ports
> >Synopsis:       sysutils/pear-Log: upgrade to 1.5.1.

The following patch ugrades sysutils/pear-Log to 1.5.3:


diff -urN sysutils/pear-Log.orig/Makefile sysutils/pear-Log/Makefile
--- sysutils/pear-Log.orig/Makefile	Wed Nov 27 22:27:56 2002
+++ sysutils/pear-Log/Makefile	Thu Jan  2 16:15:36 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Log
-PORTVERSION=	1.5.1
+PORTVERSION=	1.5.3
 CATEGORIES=	sysutils www
 MASTER_SITES=	http://pear.php.net/get/
 PKGNAMEPREFIX=	pear-
diff -urN sysutils/pear-Log.orig/distinfo sysutils/pear-Log/distinfo
--- sysutils/pear-Log.orig/distinfo	Wed Nov 27 22:28:42 2002
+++ sysutils/pear-Log/distinfo	Thu Jan  2 16:35:11 2003
@@ -1 +1 @@
-MD5 (PEAR/Log-1.5.1.tgz) = e2b6ee035a01221e096930365b2e206c
+MD5 (PEAR/Log-1.5.3.tgz) = 60c6d26e9bbb79d2b28bd886d5ed66c0


Regards,
-- 
Th. Thomas.
Comment 2 dirk freebsd_committer freebsd_triage 2003-01-30 10:13:48 UTC
State Changed
From-To: open->closed

Committed. Thanks a lot, Thierry!