Date: Tue, 20 Dec 2016 18:35:58 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> 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 Message-ID: <201612201835.uBKIZwPg005685@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612201835.uBKIZwPg005685>