From owner-svn-ports-head@freebsd.org Fri Oct 28 17:14:11 2016 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 F1152C25736; Fri, 28 Oct 2016 17:14:11 +0000 (UTC) (envelope-from jbeich@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 BD8BC181D; Fri, 28 Oct 2016 17:14:11 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9SHEAjL040628; Fri, 28 Oct 2016 17:14:10 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9SHEAhk040626; Fri, 28 Oct 2016 17:14:10 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201610281714.u9SHEAhk040626@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 28 Oct 2016 17:14:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424869 - in head: devel/py-cuisine sysutils/py-ploy_fabric X-SVN-Group: ports-head 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: Fri, 28 Oct 2016 17:14:12 -0000 Author: jbeich Date: Fri Oct 28 17:14:10 2016 New Revision: 424869 URL: https://svnweb.freebsd.org/changeset/ports/424869 Log: devel/py-fabric: track PORTEPOCH in consumers Modified: head/devel/py-cuisine/Makefile (contents, props changed) head/sysutils/py-ploy_fabric/Makefile (contents, props changed) Modified: head/devel/py-cuisine/Makefile ============================================================================== --- head/devel/py-cuisine/Makefile Fri Oct 28 17:13:57 2016 (r424868) +++ head/devel/py-cuisine/Makefile Fri Oct 28 17:14:10 2016 (r424869) @@ -12,7 +12,7 @@ COMMENT= Chef-like functionality for Fab LICENSE= BSD3CLAUSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fabric>=1.7:devel/py-fabric +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fabric>=1.7,1:devel/py-fabric USES= python:2.7 USE_PYTHON= distutils autoplist Modified: head/sysutils/py-ploy_fabric/Makefile ============================================================================== --- head/sysutils/py-ploy_fabric/Makefile Fri Oct 28 17:13:57 2016 (r424868) +++ head/sysutils/py-ploy_fabric/Makefile Fri Oct 28 17:14:10 2016 (r424869) @@ -14,7 +14,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ploy>=1.0.0:sysutils/py-ploy \ - ${PYTHON_PKGNAMEPREFIX}fabric>=1.4.0:devel/py-fabric + ${PYTHON_PKGNAMEPREFIX}fabric>=1.4.0,1:devel/py-fabric USES= python:-2.7 zip USE_PYTHON= autoplist distutils