From owner-svn-ports-head@freebsd.org Fri Jan 22 11:34:35 2016 Return-Path: Delivered-To: svn-ports-head@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 9B3C1A8CD4E; Fri, 22 Jan 2016 11:34:35 +0000 (UTC) (envelope-from sunpoet@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 52A2E1E51; Fri, 22 Jan 2016 11:34:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0MBYYbf040814; Fri, 22 Jan 2016 11:34:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0MBYYJZ040812; Fri, 22 Jan 2016 11:34:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601221134.u0MBYYJZ040812@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 22 Jan 2016 11:34:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406913 - head/devel/p5-Log-Any-App 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.20 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: Fri, 22 Jan 2016 11:34:35 -0000 Author: sunpoet Date: Fri Jan 22 11:34:34 2016 New Revision: 406913 URL: https://svnweb.freebsd.org/changeset/ports/406913 Log: - Update to 0.52 - Add LICENSE_FILE Changes: http://search.cpan.org/dist/Log-Any-App/Changes Modified: head/devel/p5-Log-Any-App/Makefile head/devel/p5-Log-Any-App/distinfo Modified: head/devel/p5-Log-Any-App/Makefile ============================================================================== --- head/devel/p5-Log-Any-App/Makefile Fri Jan 22 11:34:28 2016 (r406912) +++ head/devel/p5-Log-Any-App/Makefile Fri Jan 22 11:34:34 2016 (r406913) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Log-Any-App -PORTVERSION= 0.51 +PORTVERSION= 0.52 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,17 +12,18 @@ COMMENT= Easy way to use Log::Any in app LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-File-HomeDir>=0:${PORTSDIR}/devel/p5-File-HomeDir \ - p5-File-Write-Rotate>=0.10:${PORTSDIR}/devel/p5-File-Write-Rotate \ + p5-File-Write-Rotate>=0.29:${PORTSDIR}/devel/p5-File-Write-Rotate \ p5-IO-Socket-UNIX-Util>=0:${PORTSDIR}/net/p5-IO-Socket-UNIX-Util \ p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \ p5-Log-Any-Adapter-Log4perl>=0:${PORTSDIR}/devel/p5-Log-Any-Adapter-Log4perl \ - p5-Log-Any-IfLOG>=0:${PORTSDIR}/devel/p5-Log-Any-IfLOG \ + p5-Log-Any-IfLOG>=0.07:${PORTSDIR}/devel/p5-Log-Any-IfLOG \ p5-Log-Dispatch>=0:${PORTSDIR}/devel/p5-Log-Dispatch \ p5-Log-Dispatch-ArrayWithLimits>=0:${PORTSDIR}/devel/p5-Log-Dispatch-ArrayWithLimits \ p5-Log-Dispatch-Dir>=0.08:${PORTSDIR}/devel/p5-Log-Dispatch-Dir \ - p5-Log-Dispatch-FileWriteRotate>=0.01:${PORTSDIR}/devel/p5-Log-Dispatch-FileWriteRotate + p5-Log-Dispatch-FileWriteRotate>=0.04:${PORTSDIR}/devel/p5-Log-Dispatch-FileWriteRotate RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-File-Slurp-Tiny>=0:${PORTSDIR}/devel/p5-File-Slurp-Tiny Modified: head/devel/p5-Log-Any-App/distinfo ============================================================================== --- head/devel/p5-Log-Any-App/distinfo Fri Jan 22 11:34:28 2016 (r406912) +++ head/devel/p5-Log-Any-App/distinfo Fri Jan 22 11:34:34 2016 (r406913) @@ -1,2 +1,2 @@ -SHA256 (Log-Any-App-0.51.tar.gz) = 983f9cb791a0f22c7a6ae9520b780933d529c22f3ec9b71d624ddfbe514169f7 -SIZE (Log-Any-App-0.51.tar.gz) = 50677 +SHA256 (Log-Any-App-0.52.tar.gz) = c8e21eb408b11da984d132d01b906bee4a61e27538182f91c880aeabed550eee +SIZE (Log-Any-App-0.52.tar.gz) = 51091