From owner-svn-ports-head@freebsd.org Thu Sep 14 23:48:15 2017 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 A6920E14B99; Thu, 14 Sep 2017 23:48:15 +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 72EE16E610; Thu, 14 Sep 2017 23:48:15 +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 v8ENmEY8077247; Thu, 14 Sep 2017 23:48:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8ENmEQs077244; Thu, 14 Sep 2017 23:48:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709142348.v8ENmEQs077244@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 14 Sep 2017 23:48:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449861 - head/devel/p5-Log-Dispatch-FileRotate X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Log-Dispatch-FileRotate X-SVN-Commit-Revision: 449861 X-SVN-Commit-Repository: ports 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.23 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, 14 Sep 2017 23:48:15 -0000 Author: sunpoet Date: Thu Sep 14 23:48:14 2017 New Revision: 449861 URL: https://svnweb.freebsd.org/changeset/ports/449861 Log: Update to 1.34 Changes: http://search.cpan.org/dist/Log-Dispatch-FileRotate/Changes Modified: head/devel/p5-Log-Dispatch-FileRotate/Makefile head/devel/p5-Log-Dispatch-FileRotate/distinfo head/devel/p5-Log-Dispatch-FileRotate/pkg-plist Modified: head/devel/p5-Log-Dispatch-FileRotate/Makefile ============================================================================== --- head/devel/p5-Log-Dispatch-FileRotate/Makefile Thu Sep 14 23:48:08 2017 (r449860) +++ head/devel/p5-Log-Dispatch-FileRotate/Makefile Thu Sep 14 23:48:14 2017 (r449861) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Log-Dispatch-FileRotate -PORTVERSION= 1.30 +PORTVERSION= 1.34 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,8 +15,7 @@ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Date-Manip>=0:devel/p5-Date-Manip \ - p5-Log-Dispatch>=0:devel/p5-Log-Dispatch \ - p5-Params-Validate>=0:devel/p5-Params-Validate + p5-Log-Dispatch>=0:devel/p5-Log-Dispatch RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Path-Tiny>=0.018:devel/p5-Path-Tiny \ p5-Test-Warn>=0:devel/p5-Test-Warn Modified: head/devel/p5-Log-Dispatch-FileRotate/distinfo ============================================================================== --- head/devel/p5-Log-Dispatch-FileRotate/distinfo Thu Sep 14 23:48:08 2017 (r449860) +++ head/devel/p5-Log-Dispatch-FileRotate/distinfo Thu Sep 14 23:48:14 2017 (r449861) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501862741 -SHA256 (Log-Dispatch-FileRotate-1.30.tar.gz) = 4e04883b504c3dd9482bcdbdf63ad8d5a9c6989620514db474f2bd12afefe323 -SIZE (Log-Dispatch-FileRotate-1.30.tar.gz) = 25420 +TIMESTAMP = 1505424294 +SHA256 (Log-Dispatch-FileRotate-1.34.tar.gz) = 028a4c5293172b2f4ae7acbf0923f4467af1600c573fdc5067eea7707657095c +SIZE (Log-Dispatch-FileRotate-1.34.tar.gz) = 28202 Modified: head/devel/p5-Log-Dispatch-FileRotate/pkg-plist ============================================================================== --- head/devel/p5-Log-Dispatch-FileRotate/pkg-plist Thu Sep 14 23:48:08 2017 (r449860) +++ head/devel/p5-Log-Dispatch-FileRotate/pkg-plist Thu Sep 14 23:48:14 2017 (r449861) @@ -1,2 +1,6 @@ %%SITE_PERL%%/Log/Dispatch/FileRotate.pm +%%SITE_PERL%%/Log/Dispatch/FileRotate/Flock.pm +%%SITE_PERL%%/Log/Dispatch/FileRotate/Mutex.pm %%PERL5_MAN3%%/Log::Dispatch::FileRotate.3.gz +%%PERL5_MAN3%%/Log::Dispatch::FileRotate::Flock.3.gz +%%PERL5_MAN3%%/Log::Dispatch::FileRotate::Mutex.3.gz