From owner-svn-ports-all@FreeBSD.ORG Fri Jan 2 03:30:43 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1BAA9BC3; Fri, 2 Jan 2015 03:30:43 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 07F9915B2; Fri, 2 Jan 2015 03:30:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t023UgaC037498; Fri, 2 Jan 2015 03:30:42 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t023UgMo037497; Fri, 2 Jan 2015 03:30:42 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201501020330.t023UgMo037497@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Fri, 2 Jan 2015 03:30:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376039 - head/sysutils/py-salt 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.18-1 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: Fri, 02 Jan 2015 03:30:43 -0000 Author: koobs Date: Fri Jan 2 03:30:42 2015 New Revision: 376039 URL: https://svnweb.freebsd.org/changeset/ports/376039 QAT: https://qat.redports.org/buildarchive/r376039/ Log: sysutils/py-salt: Requires lsof as a dependency - Add lsof as a dependency (temporarily) [1][2] [1] https://github.com/saltstack/salt/issues/18584 [2] https://github.com/saltstack/salt/pull/18894 PR: 195235 Submitted by: Christer Edwards (maintainer) Modified: head/sysutils/py-salt/Makefile Modified: head/sysutils/py-salt/Makefile ============================================================================== --- head/sysutils/py-salt/Makefile Fri Jan 2 02:18:37 2015 (r376038) +++ head/sysutils/py-salt/Makefile Fri Jan 2 03:30:42 2015 (r376039) @@ -3,6 +3,7 @@ PORTNAME= salt PORTVERSION= 2014.7.0 +PORTREVISION= 1 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -22,7 +23,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml ${PYTHON_PKGNAMEPREFIX}botocore>0:${PORTSDIR}/devel/py-botocore \ ${PYTHON_PKGNAMEPREFIX}m2crypto>0:${PORTSDIR}/security/py-m2crypto \ ${PYTHON_PKGNAMEPREFIX}MarkupSafe>0:${PORTSDIR}/textproc/py-MarkupSafe \ - ${PYTHON_PKGNAMEPREFIX}requests>1:${PORTSDIR}/www/py-requests + ${PYTHON_PKGNAMEPREFIX}requests>1:${PORTSDIR}/www/py-requests \ + lsof>0:${PORTSDIR}/sysutils/lsof USES= python:2 USE_PYTHON= distutils