From owner-svn-ports-all@freebsd.org Mon Feb 1 19:49:42 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 DB88DA97D26; Mon, 1 Feb 2016 19:49:42 +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 AE540233; Mon, 1 Feb 2016 19:49:42 +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 u11JnfkL005501; Mon, 1 Feb 2016 19:49:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u11JnfPt005500; Mon, 1 Feb 2016 19:49:41 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201602011949.u11JnfPt005500@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 1 Feb 2016 19:49:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407767 - head/devel/p5-Package-Variant 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.20 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: Mon, 01 Feb 2016 19:49:43 -0000 Author: sunpoet Date: Mon Feb 1 19:49:41 2016 New Revision: 407767 URL: https://svnweb.freebsd.org/changeset/ports/407767 Log: - Fix *_DEPENDS: strictures is required for buildtime and runtime - Bump PORTREVISION for dependency change PR: 206687 Submitted by: matthew Modified: head/devel/p5-Package-Variant/Makefile Modified: head/devel/p5-Package-Variant/Makefile ============================================================================== --- head/devel/p5-Package-Variant/Makefile Mon Feb 1 19:49:36 2016 (r407766) +++ head/devel/p5-Package-Variant/Makefile Mon Feb 1 19:49:41 2016 (r407767) @@ -3,6 +3,7 @@ PORTNAME= Package-Variant PORTVERSION= 1.003002 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,11 +15,11 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-Import-Into>=1:${PORTSDIR}/devel/p5-Import-Into \ - p5-Module-Runtime>=0.013:${PORTSDIR}/devel/p5-Module-Runtime + p5-Module-Runtime>=0.013:${PORTSDIR}/devel/p5-Module-Runtime \ + p5-strictures>=2:${PORTSDIR}/devel/p5-strictures RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Moo>=0:${PORTSDIR}/devel/p5-Moo \ - p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \ - p5-strictures>=2:${PORTSDIR}/devel/p5-strictures + p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal NO_ARCH= yes USES= perl5