aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Log-Dispatch
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2006-09-26 12:32:56 +0000
committerMathieu Arnold <mat@FreeBSD.org>2006-09-26 12:32:56 +0000
commit4cc2e0c925efc24d0ebd400c0a46d3fda8fd1bca (patch)
tree123eadf63318e493a97f6071e6d1ce7e0ee99caa /devel/p5-Log-Dispatch
parente5e34c2df03aea5b03ed28be68087c83f6e671e4 (diff)
downloadports-4cc2e0c925efc24d0ebd400c0a46d3fda8fd1bca.tar.gz
ports-4cc2e0c925efc24d0ebd400c0a46d3fda8fd1bca.zip
Notes
Diffstat (limited to 'devel/p5-Log-Dispatch')
-rw-r--r--devel/p5-Log-Dispatch/Makefile18
-rw-r--r--devel/p5-Log-Dispatch/distinfo6
2 files changed, 12 insertions, 12 deletions
diff --git a/devel/p5-Log-Dispatch/Makefile b/devel/p5-Log-Dispatch/Makefile
index a33f92981cee..b79193103c68 100644
--- a/devel/p5-Log-Dispatch/Makefile
+++ b/devel/p5-Log-Dispatch/Makefile
@@ -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 @@ PKGNAMEPREFIX= p5-
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 @@ post-install:
.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 --git a/devel/p5-Log-Dispatch/distinfo b/devel/p5-Log-Dispatch/distinfo
index aa5744844966..fa5e420a7ced 100644
--- a/devel/p5-Log-Dispatch/distinfo
+++ b/devel/p5-Log-Dispatch/distinfo
@@ -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