From owner-svn-ports-all@freebsd.org Sat Oct 17 14:41:32 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6078BA1714A; Sat, 17 Oct 2015 14:41:32 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 1334BFEB; Sat, 17 Oct 2015 14:41:32 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9HEfVNa062804; Sat, 17 Oct 2015 14:41:31 GMT (envelope-from lth@FreeBSD.org) Received: (from lth@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9HEfUB7062799; Sat, 17 Oct 2015 14:41:30 GMT (envelope-from lth@FreeBSD.org) Message-Id: <201510171441.t9HEfUB7062799@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lth set sender to lth@FreeBSD.org using -f From: Lars Thegler Date: Sat, 17 Oct 2015 14:41:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399539 - head/devel/p5-Log-Report 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.20 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: Sat, 17 Oct 2015 14:41:32 -0000 Author: lth Date: Sat Oct 17 14:41:30 2015 New Revision: 399539 URL: https://svnweb.freebsd.org/changeset/ports/399539 Log: - Update to 1.08 Changes: https://metacpan.org/changes/distribution/Log-Report Modified: head/devel/p5-Log-Report/Makefile head/devel/p5-Log-Report/distinfo head/devel/p5-Log-Report/pkg-plist Modified: head/devel/p5-Log-Report/Makefile ============================================================================== --- head/devel/p5-Log-Report/Makefile Sat Oct 17 14:18:56 2015 (r399538) +++ head/devel/p5-Log-Report/Makefile Sat Oct 17 14:41:30 2015 (r399539) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Log-Report -PORTVERSION= 1.07 +PORTVERSION= 1.08 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MARKOV Modified: head/devel/p5-Log-Report/distinfo ============================================================================== --- head/devel/p5-Log-Report/distinfo Sat Oct 17 14:18:56 2015 (r399538) +++ head/devel/p5-Log-Report/distinfo Sat Oct 17 14:41:30 2015 (r399539) @@ -1,2 +1,2 @@ -SHA256 (Log-Report-1.07.tar.gz) = f4923a72daa7c1784be20f14823b86ca54d32c906e821113b783575a44e13f58 -SIZE (Log-Report-1.07.tar.gz) = 81223 +SHA256 (Log-Report-1.08.tar.gz) = 8b51b552c21215c27278455139cceca6c6efedf50f07c4b14807032961a04674 +SIZE (Log-Report-1.08.tar.gz) = 83369 Modified: head/devel/p5-Log-Report/pkg-plist ============================================================================== --- head/devel/p5-Log-Report/pkg-plist Sat Oct 17 14:18:56 2015 (r399538) +++ head/devel/p5-Log-Report/pkg-plist Sat Oct 17 14:41:30 2015 (r399539) @@ -4,6 +4,8 @@ %%SITE_PERL%%/Dancer2/Logger/LogReport.pod %%SITE_PERL%%/Dancer2/Plugin/LogReport.pm %%SITE_PERL%%/Dancer2/Plugin/LogReport.pod +%%SITE_PERL%%/Dancer2/Plugin/LogReport/Message.pm +%%SITE_PERL%%/Dancer2/Plugin/LogReport/Message.pod %%SITE_PERL%%/Log/Report.pm %%SITE_PERL%%/Log/Report.pod %%SITE_PERL%%/Log/Report/DBIC/Profiler.pm @@ -40,6 +42,7 @@ %%SITE_PERL%%/MojoX/Log/Report.pod %%PERL5_MAN3%%/Dancer2::Logger::LogReport.3.gz %%PERL5_MAN3%%/Dancer2::Plugin::LogReport.3.gz +%%PERL5_MAN3%%/Dancer2::Plugin::LogReport::Message.3.gz %%PERL5_MAN3%%/Dancer::Logger::LogReport.3.gz %%PERL5_MAN3%%/Log::Report.3.gz %%PERL5_MAN3%%/Log::Report::DBIC::Profiler.3.gz