aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjgh <jgh@FreeBSD.org>2013-01-28 05:04:35 +0800
committerjgh <jgh@FreeBSD.org>2013-01-28 05:04:35 +0800
commit2535bf3cb74efd762b118ade121fc5ebfa297dcc (patch)
tree7f972d8e417c7156a48fa988b91739738c108ebb
parent880120ef06c804f2da05d3c70c96500c7ce4e5c5 (diff)
downloadfreebsd-ports-gnome-2535bf3cb74efd762b118ade121fc5ebfa297dcc.tar.gz
freebsd-ports-gnome-2535bf3cb74efd762b118ade121fc5ebfa297dcc.tar.zst
freebsd-ports-gnome-2535bf3cb74efd762b118ade121fc5ebfa297dcc.zip
- chase 311078, adjust dependencies and set python_pkgnameprefix
-rw-r--r--sysutils/py-salt-cloud/Makefile3
-rw-r--r--sysutils/py-salt/Makefile1
2 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/py-salt-cloud/Makefile b/sysutils/py-salt-cloud/Makefile
index 78f773ad284a..b2a20f1a0706 100644
--- a/sysutils/py-salt-cloud/Makefile
+++ b/sysutils/py-salt-cloud/Makefile
@@ -5,6 +5,7 @@ PORTNAME= salt-cloud
PORTVERSION= 0.8.4
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= christer.edwards@gmail.com
COMMENT= Provisioning salted minions to various cloud providers
@@ -20,7 +21,7 @@ SUB_LIST+= PYTHON_CMD=${PYTHON_CMD}
MAN1= salt-cloud.1
MAN7= salt-cloud.7
-BUILD_DEPENDS+= salt:${PORTSDIR}/sysutils/salt \
+BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}salt:${PORTSDIR}/sysutils/py-salt \
${PYTHON_PKGNAMEPREFIX}yaml>=0:${PORTSDIR}/devel/py-yaml \
${PYTHON_PKGNAMEPREFIX}libcloud>=0:${PORTSDIR}/net/py-libcloud \
${PYTHON_PKGNAMEPREFIX}paramiko>=0:${PORTSDIR}/security/py-paramiko \
diff --git a/sysutils/py-salt/Makefile b/sysutils/py-salt/Makefile
index f2c9d7565afe..86cd943b8d85 100644
--- a/sysutils/py-salt/Makefile
+++ b/sysutils/py-salt/Makefile
@@ -5,6 +5,7 @@ PORTNAME= salt
PORTVERSION= 0.12.1
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= christer.edwards@gmail.com
COMMENT= Distributed remote execution and configuration management system