From gslin@netnews.NCTU.edu.tw  Tue Sep 26 01:34:15 2006
Return-Path: <gslin@netnews.NCTU.edu.tw>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7CBCA16A403;
	Tue, 26 Sep 2006 01:34:15 +0000 (UTC)
	(envelope-from gslin@netnews.NCTU.edu.tw)
Received: from netnews.NCTU.edu.tw (ccreader.nctu.edu.tw [140.113.54.119])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 310A743D6A;
	Tue, 26 Sep 2006 01:34:15 +0000 (GMT)
	(envelope-from gslin@netnews.NCTU.edu.tw)
Received: by netnews.NCTU.edu.tw (Postfix, from userid 1000)
	id 95F3F32C; Tue, 26 Sep 2006 09:34:12 +0800 (CST)
Message-Id: <20060926013412.95F3F32C@netnews.NCTU.edu.tw>
Date: Tue, 26 Sep 2006 09:34:12 +0800 (CST)
From: Gea-Suan Lin <gslin@gslin.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: mat@FreeBSD.org, gslin@gslin.org
Subject: [PATCH] devel/p5-Log-Dispatch: update to 2.13
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         103657
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Log-Dispatch: update to 2.13
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    mat
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 26 01:40:20 GMT 2006
>Closed-Date:    Tue Sep 26 12:33:38 GMT 2006
>Last-Modified:  Tue Sep 26 12:40:21 GMT 2006
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006
>Description:
- Update to 2.13
- Original method did not avoid Module-Build in RUN_DEPENDS:
  make run-depends-list

Port maintainer (mat@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-Log-Dispatch-2.13.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/p5-Log-Dispatch/Makefile /home/staff/gslin/work/ports/p5-Log-Dispatch/Makefile
--- /usr/ports/devel/p5-Log-Dispatch/Makefile	Tue Aug 15 03:13:45 2006
+++ /home/staff/gslin/work/ports/p5-Log-Dispatch/Makefile	Tue Sep 26 09:33:13 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Log-Dispatch
-PORTVERSION=	2.12
+PORTVERSION=	2.13
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Log
@@ -15,8 +15,8 @@
 MAINTAINER=	mat@FreeBSD.org
 COMMENT=	A suite of OO modules for logging messages to multiple outputs
 
-BUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate
-RUN_DEPENDS=	${BUILD_DEPENDS}
+RUN_DEPENDS=	p5-Params-Validate>=0.15:${PORTSDIR}/devel/p5-Params-Validate
+BUILD_DEPENDS=	${RUN_DEPENDS}
 
 PERL_MODBUILD=	yes
 
@@ -55,26 +55,26 @@
 .if defined(WITH_APACHELOG)
 .if defined(WITH_APACHE2)
 BROKEN=		Broken due the new mod_perl2 API
-BUILD_DEPENDS+=	${LOCALBASE}/libexec/apache2/mod_perl.so:${PORTSDIR}/www/mod_perl2
+RUN_DEPENDS+=	${LOCALBASE}/libexec/apache2/mod_perl.so:${PORTSDIR}/www/mod_perl2
 .else
-BUILD_DEPENDS+=	${LOCALBASE}/libexec/apache/libperl.so:${PORTSDIR}/www/mod_perl
+RUN_DEPENDS+=	${LOCALBASE}/libexec/apache/libperl.so:${PORTSDIR}/www/mod_perl
 .endif
 .endif
 
 .if defined(WITH_EMAIL_MIMELITE)
-BUILD_DEPENDS+=	${SITE_PERL}/MIME/Lite.pm:${PORTSDIR}/mail/p5-MIME-Lite
+RUN_DEPENDS+=	${SITE_PERL}/MIME/Lite.pm:${PORTSDIR}/mail/p5-MIME-Lite
 .endif
 
 .if defined(WITH_EMAIL_MAILSEND)
-BUILD_DEPENDS+=	${SITE_PERL}/Mail/Send.pm:${PORTSDIR}/mail/p5-Mail-Tools
+RUN_DEPENDS+=	${SITE_PERL}/Mail/Send.pm:${PORTSDIR}/mail/p5-Mail-Tools
 .endif
 
 .if !defined(WITHOUT_EMAIL_MAILSENDMAIL)
-BUILD_DEPENDS+=	${SITE_PERL}/Mail/Sendmail.pm:${PORTSDIR}/mail/p5-Mail-Sendmail
+RUN_DEPENDS+=	${SITE_PERL}/Mail/Sendmail.pm:${PORTSDIR}/mail/p5-Mail-Sendmail
 .endif
 
 .if defined(WITH_MAIL_SENDER)
-BUILD_DEPENDS+=	${SITE_PERL}/Mail/Sender.pm:${PORTSDIR}/mail/p5-Mail-Sender
+RUN_DEPENDS+=	${SITE_PERL}/Mail/Sender.pm:${PORTSDIR}/mail/p5-Mail-Sender
 .endif
 
 .include <bsd.port.post.mk>
diff -ruN --exclude=CVS /usr/ports/devel/p5-Log-Dispatch/distinfo /home/staff/gslin/work/ports/p5-Log-Dispatch/distinfo
--- /usr/ports/devel/p5-Log-Dispatch/distinfo	Tue Aug 15 03:13:45 2006
+++ /home/staff/gslin/work/ports/p5-Log-Dispatch/distinfo	Tue Sep 26 09:29:39 2006
@@ -1,3 +1,3 @@
-MD5 (Log-Dispatch-2.12.tar.gz) = f521f87c504663ff916e60985a0e12be
-SHA256 (Log-Dispatch-2.12.tar.gz) = e374f6c91b0011f64c3efaa7bc23bb6951fcb7c70016950f6e231a29423456b7
-SIZE (Log-Dispatch-2.12.tar.gz) = 29280
+MD5 (Log-Dispatch-2.13.tar.gz) = 88349394af92f521e1ccc845d64fb9f2
+SHA256 (Log-Dispatch-2.13.tar.gz) = ab8fdcfdbb6c74ecef4cfaf9e83f955aa422e43f8cd8683c1f2648c70070b88c
+SIZE (Log-Dispatch-2.13.tar.gz) = 29548
--- p5-Log-Dispatch-2.13.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->mat 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Sep 26 01:40:30 UTC 2006 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=103657 
State-Changed-From-To: open->closed 
State-Changed-By: mat 
State-Changed-When: Tue Sep 26 12:33:37 UTC 2006 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=103657 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/103657: commit references a PR
Date: Tue, 26 Sep 2006 12:33:51 +0000 (UTC)

 mat         2006-09-26 12:32:56 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/p5-Log-Dispatch Makefile distinfo 
   Log:
   Update to 1.13
   Avoid RUN_DEPENDS on Module-Build.
   
   PR:             103657
   Submitted by:   Gea-Suan Lin <gslin@gslin.org>
   
   Revision  Changes    Path
   1.20      +9 -9      ports/devel/p5-Log-Dispatch/Makefile
   1.11      +3 -3      ports/devel/p5-Log-Dispatch/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
