ports/103657: [PATCH] devel/p5-Log-Dispatch: update to 2.13

Gea-Suan Lin gslin at gslin.org
Tue Sep 26 01:40:22 UTC 2006


>Number:         103657
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Log-Dispatch: update to 2.13
>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:   Tue Sep 26 01:40:20 GMT 2006
>Closed-Date:
>Last-Modified:
>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 at 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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list