Date: Fri, 2 Jan 2015 03:30:42 +0000 (UTC) From: Kubilay Kocak <koobs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376039 - head/sysutils/py-salt Message-ID: <201501020330.t023UgMo037497@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <christer dot edwards gmail com> (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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501020330.t023UgMo037497>