ports/58071: p5-Log-Dispatch portversion upgrade patch

James Ainslie james at starjuice.net
Wed Oct 15 14:30:14 UTC 2003


>Number:         58071
>Category:       ports
>Synopsis:       p5-Log-Dispatch portversion upgrade patch
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 15 07:30:11 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     James Ainslie
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
>Environment:
System: FreeBSD axl 5.1-CURRENT FreeBSD 5.1-CURRENT #20: Wed Oct 8 11:22:23 SAST 2003 toor at axl:/usr/obj/usr/src/sys/AXL i386

>Description:

	New version of this port fixes a number of significant bugs
	and adds important functionality. Significant extracts from
	the changes file follows:

	- Check all system call return values.

	- Fix warning from Log::Dispatch::File if it was loaded after
	Attribute::Handlers.  Reported by Mike Schilli.

	- Switched to Module::Build and removed interactive portion of
	installation process.

	- Log::Dispatch::Email::MailSender was causing Mail::Sender to send
	debug output to STDERR if warning were on.  Now it's not.

	- The close_after_write option didn't actually do anything.  Fixed by
	JAA Klunder.


>How-To-Repeat:
	
>Fix:

	Herewith the patch to the port. Note that the patch file;
	files/patch-simpler-Makefile.PL is no longer required
	and can safely be deleted.

--- p5-Log-Dispatch.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Log-Dispatch/Makefile,v
retrieving revision 1.9
diff -u -d -r1.9 Makefile
--- Makefile	5 Mar 2003 20:13:05 -0000	1.9
+++ Makefile	15 Oct 2003 13:15:06 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Log-Dispatch
-PORTVERSION=	2.03
+PORTVERSION=	2.07
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Log
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Log-Dispatch/distinfo,v
retrieving revision 1.5
diff -u -d -r1.5 distinfo
--- distinfo	5 Mar 2003 20:13:05 -0000	1.5
+++ distinfo	15 Oct 2003 13:15:06 -0000
@@ -1 +1 @@
-MD5 (Log-Dispatch-2.03.tar.gz) = 1b47948321099e81168c370c28e62236
+MD5 (Log-Dispatch-2.07.tar.gz) = d4c33ca2f36b5ec34e671d65aa0366d3
Index: files/patch-broken-perl-syslog
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Log-Dispatch/files/patch-broken-perl-syslog,v
retrieving revision 1.2
diff -u -d -r1.2 patch-broken-perl-syslog
--- files/patch-broken-perl-syslog	1 Jul 2002 04:51:06 -0000	1.2
+++ files/patch-broken-perl-syslog	15 Oct 2003 13:15:06 -0000
@@ -1,7 +1,7 @@
 $FreeBSD: ports/devel/p5-Log-Dispatch/files/patch-broken-perl-syslog,v 1.2 2002/07/01 04:51:06 tobez Exp $
 
---- Dispatch/Syslog.pm.orig	Sat Jun 22 01:10:31 2002
-+++ Dispatch/Syslog.pm	Mon Jul  1 06:23:54 2002
+--- lib/Log/Dispatch/Syslog.pm.orig	Sat Jun 22 01:10:31 2002
++++ lib/Log/Dispatch/Syslog.pm	Mon Jul  1 06:23:54 2002
 @@ -46,7 +46,7 @@
  			    facility => { type => SCALAR,
  					  default => 'user' },
--- p5-Log-Dispatch.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list