From james@axl.seasidesoftware.co.za  Wed Oct 15 07:28:32 2003
Return-Path: <james@axl.seasidesoftware.co.za>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 97C9916A4B3
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 15 Oct 2003 07:28:32 -0700 (PDT)
Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201])
	by mx1.FreeBSD.org (Postfix) with ESMTP id ED65143FB1
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 15 Oct 2003 07:28:30 -0700 (PDT)
	(envelope-from james@axl.seasidesoftware.co.za)
Received: from james by axl.seasidesoftware.co.za with local (Exim 4.24; FreeBSD 5.1)
	id 1A9mdY-000LP1-3P
	for FreeBSD-gnats-submit@freebsd.org; Wed, 15 Oct 2003 16:28:28 +0200
Message-Id: <E1A9mdY-000LP1-3P@axl.seasidesoftware.co.za>
Date: Wed, 15 Oct 2003 16:28:28 +0200
From: James Ainslie <james@starjuice.net>
Sender: James Ainslie <james@axl.seasidesoftware.co.za>
Reply-To: James Ainslie <james@starjuice.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: p5-Log-Dispatch portversion upgrade patch
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         58071
>Category:       ports
>Synopsis:       p5-Log-Dispatch portversion upgrade patch
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    tobez
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 15 07:30:11 PDT 2003
>Closed-Date:    Thu Mar 04 04:39:58 PST 2004
>Last-Modified:  Thu Mar 04 04:39:58 PST 2004
>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@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:
Responsible-Changed-From-To: freebsd-ports-bugs->tobez@FreeBSD.org 
Responsible-Changed-By: sheldonh 
Responsible-Changed-When: Wed Oct 15 07:32:09 PDT 2003 
Responsible-Changed-Why:  
Over to maintainer. 

Anton, if you don't have time, but approve, let me know and I'll commit. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=58071 
Responsible-Changed-From-To: tobez@FreeBSD.org->tobez 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Wed Oct 15 14:40:43 PDT 2003 
Responsible-Changed-Why:  
Fix responsible. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=58071 
State-Changed-From-To: open->closed 
State-Changed-By: linimon 
State-Changed-When: Thu Mar 4 04:39:40 PST 2004 
State-Changed-Why:  
Committed, thanks (maintainer timeout: 4 months). 

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