summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2013-02-17 16:13:48 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2013-02-17 16:13:48 +0000
commitc9b4928e75d7c06bbb7143c1cfe265170c2032c4 (patch)
tree4e91f55eba5a6fc113c2c87409b8c98b9701bf83
parentCopy java/springframework to java/springframework31. (diff)
- Upgrade to 0.005002.
-rw-r--r--devel/p5-Log-Contextual/Makefile11
-rw-r--r--devel/p5-Log-Contextual/distinfo4
-rw-r--r--devel/p5-Log-Contextual/pkg-plist6
3 files changed, 12 insertions, 9 deletions
diff --git a/devel/p5-Log-Contextual/Makefile b/devel/p5-Log-Contextual/Makefile
index 793fdb5e32da..5edcf391db22 100644
--- a/devel/p5-Log-Contextual/Makefile
+++ b/devel/p5-Log-Contextual/Makefile
@@ -1,12 +1,7 @@
-# New ports collection makefile for: Log::Contextual
-# Date created: 10 Dec 2011
-# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
-#
# $FreeBSD$
-#
PORTNAME= Log-Contextual
-PORTVERSION= 0.004300
+PORTVERSION= 0.005002
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -16,13 +11,15 @@ COMMENT= Perl extension for simple logging interface with a contextual log
RUN_DEPENDS= \
p5-Data-Dumper-Concise>0:${PORTSDIR}/devel/p5-Data-Dumper-Concise \
- p5-Exporter-Declare>=0.105:${PORTSDIR}/devel/p5-Exporter-Declare
+ p5-Exporter-Declare>=0.106:${PORTSDIR}/devel/p5-Exporter-Declare \
+ p5-Moo>0:${PORTSDIR}/devel/p5-Moo
BUILD_DEPENDS:= ${RUN_DEPENDS}
TEST_DEPENDS= p5-Log-Log4perl>0:${PORTSDIR}/devel/p5-Log-Log4perl
PERL_CONFIGURE= yes
MAN3= Log::Contextual.3 \
+ Log::Contextual::Role::Router.3 \
Log::Contextual::SimpleLogger.3 \
Log::Contextual::TeeLogger.3 \
Log::Contextual::WarnLogger.3
diff --git a/devel/p5-Log-Contextual/distinfo b/devel/p5-Log-Contextual/distinfo
index 781c0e342a20..afdbb22ee5bf 100644
--- a/devel/p5-Log-Contextual/distinfo
+++ b/devel/p5-Log-Contextual/distinfo
@@ -1,2 +1,2 @@
-SHA256 (Log-Contextual-0.004300.tar.gz) = 68f62f269ffbbb430daa1c78f1459ad733cacda9fed63b0d048c4b5ae2c00cdc
-SIZE (Log-Contextual-0.004300.tar.gz) = 31235
+SHA256 (Log-Contextual-0.005002.tar.gz) = bd2b1768862d41eb61cd9afb8db5964ac704119ceee4844b9b9aa5567489a942
+SIZE (Log-Contextual-0.005002.tar.gz) = 35534
diff --git a/devel/p5-Log-Contextual/pkg-plist b/devel/p5-Log-Contextual/pkg-plist
index c9ff0b81ad99..02eff923b6e2 100644
--- a/devel/p5-Log-Contextual/pkg-plist
+++ b/devel/p5-Log-Contextual/pkg-plist
@@ -1,8 +1,14 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Contextual/.packlist
%%SITE_PERL%%/Log/Contextual.pm
+%%SITE_PERL%%/Log/Contextual/Role/Router.pm
+%%SITE_PERL%%/Log/Contextual/Role/Router/SetLogger.pm
+%%SITE_PERL%%/Log/Contextual/Role/Router/WithLogger.pm
+%%SITE_PERL%%/Log/Contextual/Router.pm
%%SITE_PERL%%/Log/Contextual/SimpleLogger.pm
%%SITE_PERL%%/Log/Contextual/TeeLogger.pm
%%SITE_PERL%%/Log/Contextual/WarnLogger.pm
+@dirrm %%SITE_PERL%%/Log/Contextual/Role/Router
+@dirrm %%SITE_PERL%%/Log/Contextual/Role
@dirrm %%SITE_PERL%%/Log/Contextual
@dirrmtry %%SITE_PERL%%/Log
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Contextual