aboutsummaryrefslogtreecommitdiff
path: root/sysutils/py-salt/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-11-17 17:45:39 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-11-17 17:45:39 +0000
commite4d33a33030c449d73814cd8b29768491f02c32f (patch)
tree889b1a777c6fb570c0accf0bf2ff2f4c1b50fa52 /sysutils/py-salt/Makefile
parent1a317fa04bbc7c188e5fbbf63d4b10029e02da30 (diff)
downloadports-e4d33a33030c449d73814cd8b29768491f02c32f.tar.gz
ports-e4d33a33030c449d73814cd8b29768491f02c32f.zip
Add missing RUN_DEPENDS
- Bump PORTREVISION for dependency change PR: 233275 Submitted by: Christer Edwards <christer.edwards@gmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=485178
Diffstat (limited to 'sysutils/py-salt/Makefile')
-rw-r--r--sysutils/py-salt/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/py-salt/Makefile b/sysutils/py-salt/Makefile
index 7ea4d5ed766b..51f8cb54503e 100644
--- a/sysutils/py-salt/Makefile
+++ b/sysutils/py-salt/Makefile
@@ -3,6 +3,7 @@
PORTNAME= salt
PORTVERSION= 2018.3.3
+PORTREVISION= 1
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -20,6 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}libcloud>=0.14.0:net/py-libcloud@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}msgpack>=0.3:devel/py-msgpack@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}progressbar>0:misc/py-progressbar@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}psutil>=0.3.0:sysutils/py-psutil@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=1.0.0:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}tornado4>=4.2.1:www/py-tornado4@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR}