From owner-svn-ports-all@FreeBSD.ORG Mon Nov 4 02:19:38 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 601DD2E5; Mon, 4 Nov 2013 02:19:38 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3DE9120BE; Mon, 4 Nov 2013 02:19:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rA42JcOa050828; Mon, 4 Nov 2013 02:19:38 GMT (envelope-from kuriyama@svn.freebsd.org) Received: (from kuriyama@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rA42JbRo050825; Mon, 4 Nov 2013 02:19:37 GMT (envelope-from kuriyama@svn.freebsd.org) Message-Id: <201311040219.rA42JbRo050825@svn.freebsd.org> From: Jun Kuriyama Date: Mon, 4 Nov 2013 02:19:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332662 - head/devel/p5-Log-Contextual X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Nov 2013 02:19:38 -0000 Author: kuriyama Date: Mon Nov 4 02:19:37 2013 New Revision: 332662 URL: http://svnweb.freebsd.org/changeset/ports/332662 Log: - Upgrade to 0.006000. 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 Mon Nov 4 02:09:01 2013 (r332661) +++ head/devel/p5-Log-Contextual/Makefile Mon Nov 4 02:19:37 2013 (r332662) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Log-Contextual -PORTVERSION= 0.005005 +PORTVERSION= 0.006000 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -19,11 +19,4 @@ TEST_DEPENDS= p5-Log-Log4perl>0:${PORTSD USES= perl5 USE_PERL5= configure -MAN3= Log::Contextual.3 \ - Log::Contextual::Role::Router.3 \ - Log::Contextual::SimpleLogger.3 \ - Log::Contextual::TeeLogger.3 \ - Log::Contextual::WarnLogger.3 - -NO_STAGE= yes .include Modified: head/devel/p5-Log-Contextual/distinfo ============================================================================== --- head/devel/p5-Log-Contextual/distinfo Mon Nov 4 02:09:01 2013 (r332661) +++ head/devel/p5-Log-Contextual/distinfo Mon Nov 4 02:19:37 2013 (r332662) @@ -1,2 +1,2 @@ -SHA256 (Log-Contextual-0.005005.tar.gz) = 0fa7dde69be88dd0566590503933c2a12cd87b2f60cabeaabc0316519ac72245 -SIZE (Log-Contextual-0.005005.tar.gz) = 35492 +SHA256 (Log-Contextual-0.006000.tar.gz) = 6713692b59abda4efdde151396be794e294990bd1839f856396069cf3b718579 +SIZE (Log-Contextual-0.006000.tar.gz) = 37137 Modified: head/devel/p5-Log-Contextual/pkg-plist ============================================================================== --- head/devel/p5-Log-Contextual/pkg-plist Mon Nov 4 02:09:01 2013 (r332661) +++ head/devel/p5-Log-Contextual/pkg-plist Mon Nov 4 02:19:37 2013 (r332662) @@ -1,5 +1,14 @@ +%%PERL5_MAN3%%/Log::Contextual.3.gz +%%PERL5_MAN3%%/Log::Contextual::Easy::Default.3.gz +%%PERL5_MAN3%%/Log::Contextual::Easy::Package.3.gz +%%PERL5_MAN3%%/Log::Contextual::Role::Router.3.gz +%%PERL5_MAN3%%/Log::Contextual::SimpleLogger.3.gz +%%PERL5_MAN3%%/Log::Contextual::TeeLogger.3.gz +%%PERL5_MAN3%%/Log::Contextual::WarnLogger.3.gz %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Contextual/.packlist %%SITE_PERL%%/Log/Contextual.pm +%%SITE_PERL%%/Log/Contextual/Easy/Default.pm +%%SITE_PERL%%/Log/Contextual/Easy/Package.pm %%SITE_PERL%%/Log/Contextual/Role/Router.pm %%SITE_PERL%%/Log/Contextual/Role/Router/SetLogger.pm %%SITE_PERL%%/Log/Contextual/Role/Router/WithLogger.pm @@ -9,6 +18,7 @@ %%SITE_PERL%%/Log/Contextual/WarnLogger.pm @dirrm %%SITE_PERL%%/Log/Contextual/Role/Router @dirrm %%SITE_PERL%%/Log/Contextual/Role +@dirrm %%SITE_PERL%%/Log/Contextual/Easy @dirrm %%SITE_PERL%%/Log/Contextual @dirrmtry %%SITE_PERL%%/Log @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Contextual