From owner-svn-ports-head@FreeBSD.ORG Thu Nov 20 07:48:19 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 349674F7; Thu, 20 Nov 2014 07:48:19 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0733ED7B; Thu, 20 Nov 2014 07:48:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAK7mIqi021737; Thu, 20 Nov 2014 07:48:18 GMT (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAK7mIj1021732; Thu, 20 Nov 2014 07:48:18 GMT (envelope-from kuriyama@FreeBSD.org) Message-Id: <201411200748.sAK7mIj1021732@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kuriyama set sender to kuriyama@FreeBSD.org using -f From: Jun Kuriyama Date: Thu, 20 Nov 2014 07:48:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372864 - 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-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2014 07:48:19 -0000 Author: kuriyama Date: Thu Nov 20 07:48:17 2014 New Revision: 372864 URL: https://svnweb.freebsd.org/changeset/ports/372864 QAT: https://qat.redports.org/buildarchive/r372864/ Log: - Upgrade to 0.006004. 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 Thu Nov 20 07:44:43 2014 (r372863) +++ head/devel/p5-Log-Contextual/Makefile Thu Nov 20 07:48:17 2014 (r372864) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Log-Contextual -PORTVERSION= 0.006000 +PORTVERSION= 0.006004 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,5 +18,6 @@ TEST_DEPENDS= p5-Log-Log4perl>0:${PORTSD USES= perl5 USE_PERL5= configure +NO_ARCH= YES .include Modified: head/devel/p5-Log-Contextual/distinfo ============================================================================== --- head/devel/p5-Log-Contextual/distinfo Thu Nov 20 07:44:43 2014 (r372863) +++ head/devel/p5-Log-Contextual/distinfo Thu Nov 20 07:48:17 2014 (r372864) @@ -1,2 +1,2 @@ -SHA256 (Log-Contextual-0.006000.tar.gz) = 6713692b59abda4efdde151396be794e294990bd1839f856396069cf3b718579 -SIZE (Log-Contextual-0.006000.tar.gz) = 37137 +SHA256 (Log-Contextual-0.006004.tar.gz) = a1dbbbaecc94be97a3aa7ed90cd4c64c44d4d0de45071e65ef4d8112a00853d0 +SIZE (Log-Contextual-0.006004.tar.gz) = 34316 Modified: head/devel/p5-Log-Contextual/pkg-plist ============================================================================== --- head/devel/p5-Log-Contextual/pkg-plist Thu Nov 20 07:44:43 2014 (r372863) +++ head/devel/p5-Log-Contextual/pkg-plist Thu Nov 20 07:48:17 2014 (r372864) @@ -2,6 +2,9 @@ %%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::Role::Router::SetLogger.3.gz +%%PERL5_MAN3%%/Log::Contextual::Role::Router::WithLogger.3.gz +%%PERL5_MAN3%%/Log::Contextual::Router.3.gz %%PERL5_MAN3%%/Log::Contextual::SimpleLogger.3.gz %%PERL5_MAN3%%/Log::Contextual::TeeLogger.3.gz %%PERL5_MAN3%%/Log::Contextual::WarnLogger.3.gz