svn commit: r376039 - head/sysutils/py-salt

Kubilay Kocak koobs at FreeBSD.org
Fri Jan 2 03:30:43 UTC 2015


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


More information about the svn-ports-all mailing list