svn commit: r311079 - in head/sysutils: py-salt py-salt-cloud
Jason Helfman
jgh at FreeBSD.org
Sun Jan 27 21:04:36 UTC 2013
Author: jgh
Date: Sun Jan 27 21:04:35 2013
New Revision: 311079
URL: http://svnweb.freebsd.org/changeset/ports/311079
Log:
- chase 311078, adjust dependencies and set python_pkgnameprefix
Modified:
head/sysutils/py-salt-cloud/Makefile
head/sysutils/py-salt/Makefile
Modified: head/sysutils/py-salt-cloud/Makefile
==============================================================================
--- head/sysutils/py-salt-cloud/Makefile Sun Jan 27 21:02:19 2013 (r311078)
+++ head/sysutils/py-salt-cloud/Makefile Sun Jan 27 21:04:35 2013 (r311079)
@@ -5,6 +5,7 @@ PORTNAME= salt-cloud
PORTVERSION= 0.8.4
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= christer.edwards at 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 \
Modified: head/sysutils/py-salt/Makefile
==============================================================================
--- head/sysutils/py-salt/Makefile Sun Jan 27 21:02:19 2013 (r311078)
+++ head/sysutils/py-salt/Makefile Sun Jan 27 21:04:35 2013 (r311079)
@@ -5,6 +5,7 @@ PORTNAME= salt
PORTVERSION= 0.12.1
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= christer.edwards at gmail.com
COMMENT= Distributed remote execution and configuration management system
More information about the svn-ports-all
mailing list