diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2014-08-15 21:24:35 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2014-08-15 21:24:35 +0000 |
commit | 73729f0b2003125b9b2a327ca075e0f0123ac11c (patch) | |
tree | 373c26943280af5bce8b1180887788306979549a | |
parent | 990a202b67c18f426e862219a6176de11914a5c0 (diff) | |
download | ports-73729f0b2003125b9b2a327ca075e0f0123ac11c.tar.gz ports-73729f0b2003125b9b2a327ca075e0f0123ac11c.zip |
Notes
-rw-r--r-- | devel/p5-Log-Dispatch/Makefile | 7 | ||||
-rw-r--r-- | devel/p5-Log-Dispatch/distinfo | 4 |
2 files changed, 5 insertions, 6 deletions
diff --git a/devel/p5-Log-Dispatch/Makefile b/devel/p5-Log-Dispatch/Makefile index 1f33b7ec7598..c1f7bbde7d64 100644 --- a/devel/p5-Log-Dispatch/Makefile +++ b/devel/p5-Log-Dispatch/Makefile @@ -1,8 +1,7 @@ -# Created by: Anton Berezin <tobez@tobez.org> # $FreeBSD$ PORTNAME= Log-Dispatch -PORTVERSION= 2.41 +PORTVERSION= 2.42 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,7 +11,7 @@ COMMENT= Suite of OO modules for logging messages to multiple outputs LICENSE= ART20 -BUILD_DEPENDS= p5-Class-Load>=0:${PORTSDIR}/devel/p5-Class-Load \ +BUILD_DEPENDS= p5-Module-Runtime>=0:${PORTSDIR}/devel/p5-Module-Runtime \ p5-Dist-CheckConflicts>=0.02:${PORTSDIR}/devel/p5-Dist-CheckConflicts \ p5-Params-Validate>=0.15:${PORTSDIR}/devel/p5-Params-Validate RUN_DEPENDS:= ${BUILD_DEPENDS} @@ -28,7 +27,7 @@ MAILSENDMAIL_DESC= Mail::Sendmail support USES= perl5 USE_PERL5= configure -PORTDOCS= Changes README +PORTDOCS= Changes README.md .include <bsd.port.options.mk> diff --git a/devel/p5-Log-Dispatch/distinfo b/devel/p5-Log-Dispatch/distinfo index 96b90a109260..91d221888000 100644 --- a/devel/p5-Log-Dispatch/distinfo +++ b/devel/p5-Log-Dispatch/distinfo @@ -1,2 +1,2 @@ -SHA256 (Log-Dispatch-2.41.tar.gz) = 3f81fa068a2d68b0d13243a874da765ffb728a9d26ed44ef088ca627faa4556f -SIZE (Log-Dispatch-2.41.tar.gz) = 35285 +SHA256 (Log-Dispatch-2.42.tar.gz) = 6f5a377efee3af5fef9060de6ff7c490a37414f42eb9611e4eaff9ec89441eef +SIZE (Log-Dispatch-2.42.tar.gz) = 48798 |