svn commit: r312421 - head/devel/p5-Log-Contextual
Jun Kuriyama
kuriyama at FreeBSD.org
Sun Feb 17 16:13:49 UTC 2013
Author: kuriyama
Date: Sun Feb 17 16:13:48 2013
New Revision: 312421
URL: http://svnweb.freebsd.org/changeset/ports/312421
Log:
- Upgrade to 0.005002.
Modified:
head/devel/p5-Log-Contextual/Makefile
head/devel/p5-Log-Contextual/distinfo
head/devel/p5-Log-Contextual/pkg-plist
Modified: head/devel/p5-Log-Contextual/Makefile
==============================================================================
--- head/devel/p5-Log-Contextual/Makefile Sun Feb 17 16:10:25 2013 (r312420)
+++ head/devel/p5-Log-Contextual/Makefile Sun Feb 17 16:13:48 2013 (r312421)
@@ -1,12 +1,7 @@
-# New ports collection makefile for: Log::Contextual
-# Date created: 10 Dec 2011
-# Whom: Jun Kuriyama <kuriyama at 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 loggi
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
Modified: head/devel/p5-Log-Contextual/distinfo
==============================================================================
--- head/devel/p5-Log-Contextual/distinfo Sun Feb 17 16:10:25 2013 (r312420)
+++ head/devel/p5-Log-Contextual/distinfo Sun Feb 17 16:13:48 2013 (r312421)
@@ -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
Modified: head/devel/p5-Log-Contextual/pkg-plist
==============================================================================
--- head/devel/p5-Log-Contextual/pkg-plist Sun Feb 17 16:10:25 2013 (r312420)
+++ head/devel/p5-Log-Contextual/pkg-plist Sun Feb 17 16:13:48 2013 (r312421)
@@ -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
+ at dirrm %%SITE_PERL%%/Log/Contextual/Role/Router
+ at dirrm %%SITE_PERL%%/Log/Contextual/Role
@dirrm %%SITE_PERL%%/Log/Contextual
@dirrmtry %%SITE_PERL%%/Log
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Contextual
More information about the svn-ports-head
mailing list