From owner-svn-ports-all@freebsd.org Tue Dec 20 18:35:59 2016 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 94909C87072; Tue, 20 Dec 2016 18:35:59 +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 59EB9912; Tue, 20 Dec 2016 18:35:59 +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 uBKIZwMv005686; Tue, 20 Dec 2016 18:35:58 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBKIZwPg005685; Tue, 20 Dec 2016 18:35:58 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201612201835.uBKIZwPg005685@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 20 Dec 2016 18:35:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429024 - head/devel/p5-DateTime-Format-Natural 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.23 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: Tue, 20 Dec 2016 18:35:59 -0000 Author: sunpoet Date: Tue Dec 20 18:35:58 2016 New Revision: 429024 URL: https://svnweb.freebsd.org/changeset/ports/429024 Log: - Fix *_DEPENDS: p5-Test-MockTime is a test-only dependency and is already in TEST_DEPENDS - Bump PORTREVISION for dependency change With hat: perl Modified: head/devel/p5-DateTime-Format-Natural/Makefile Modified: head/devel/p5-DateTime-Format-Natural/Makefile ============================================================================== --- head/devel/p5-DateTime-Format-Natural/Makefile Tue Dec 20 18:35:53 2016 (r429023) +++ head/devel/p5-DateTime-Format-Natural/Makefile Tue Dec 20 18:35:58 2016 (r429024) @@ -3,6 +3,7 @@ PORTNAME= DateTime-Format-Natural PORTVERSION= 1.04 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -19,8 +20,7 @@ BUILD_DEPENDS= p5-boolean>=0:devel/p5-bo p5-DateTime>=0:devel/p5-DateTime \ p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \ p5-Params-Validate>=0:devel/p5-Params-Validate \ - p5-Module-Util>=0:devel/p5-Module-Util \ - p5-Test-MockTime>=0:devel/p5-Test-MockTime + p5-Module-Util>=0:devel/p5-Module-Util RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-MockTime>=0:devel/p5-Test-MockTime