From owner-svn-ports-all@freebsd.org Sun Apr 8 18:29:40 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E5D9AF97A84; Sun, 8 Apr 2018 18:29:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C106E6E93F; Sun, 8 Apr 2018 18:29:38 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 738F9138F5; Sun, 8 Apr 2018 18:29:37 +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 w38ITbX6059560; Sun, 8 Apr 2018 18:29:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w38ITbah059558; Sun, 8 Apr 2018 18:29:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201804081829.w38ITbah059558@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 8 Apr 2018 18:29:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r466818 - head/devel/p5-Clone-Choose X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Clone-Choose X-SVN-Commit-Revision: 466818 X-SVN-Commit-Repository: ports 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.25 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: Sun, 08 Apr 2018 18:29:40 -0000 Author: sunpoet Date: Sun Apr 8 18:29:36 2018 New Revision: 466818 URL: https://svnweb.freebsd.org/changeset/ports/466818 Log: Update to 0.009 - Add TEST_DEPENDS - Fix space/tab Changes: http://search.cpan.org/dist/Clone-Choose/Changes Modified: head/devel/p5-Clone-Choose/Makefile head/devel/p5-Clone-Choose/distinfo Modified: head/devel/p5-Clone-Choose/Makefile ============================================================================== --- head/devel/p5-Clone-Choose/Makefile Sun Apr 8 18:29:31 2018 (r466817) +++ head/devel/p5-Clone-Choose/Makefile Sun Apr 8 18:29:36 2018 (r466818) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Clone-Choose -PORTVERSION= 0.008 +PORTVERSION= 0.009 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,6 +13,8 @@ COMMENT= Choose appropriate clone utility LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +TEST_DEPENDS= p5-Test-Without-Module>=0:devel/p5-Test-Without-Module + OPTIONS_DEFINE= CLONE CLONE_PP STORABLE OPTIONS_DEFAULT=CLONE CLONE_DESC= Use Clone @@ -25,7 +27,7 @@ USES= perl5 CLONE_BUILD_DEPENDS= p5-Clone>=0.10:devel/p5-Clone CLONE_RUN_DEPENDS= p5-Clone>=0.10:devel/p5-Clone -CLONE_PP_BUILD_DEPENDS= p5-Clone-PP>=0:devel/p5-Clone-PP -CLONE_PP_RUN_DEPENDS= p5-Clone-PP>=0:devel/p5-Clone-PP +CLONE_PP_BUILD_DEPENDS= p5-Clone-PP>=0:devel/p5-Clone-PP +CLONE_PP_RUN_DEPENDS= p5-Clone-PP>=0:devel/p5-Clone-PP .include Modified: head/devel/p5-Clone-Choose/distinfo ============================================================================== --- head/devel/p5-Clone-Choose/distinfo Sun Apr 8 18:29:31 2018 (r466817) +++ head/devel/p5-Clone-Choose/distinfo Sun Apr 8 18:29:36 2018 (r466818) @@ -1,3 +1,3 @@ -TIMESTAMP = 1510956125 -SHA256 (Clone-Choose-0.008.tar.gz) = d32ac724c006250c966592579a97ff0734feac7c51a983d554f8371ade022e3f -SIZE (Clone-Choose-0.008.tar.gz) = 9148 +TIMESTAMP = 1523186894 +SHA256 (Clone-Choose-0.009.tar.gz) = 00862a316a3f0701ce7c7150598510b51237dd71063c9a00dca39fabaac66186 +SIZE (Clone-Choose-0.009.tar.gz) = 10780