svn commit: r313538 - head/sysutils/py-salt-cloud

Ruslan Mahmatkhanov rm at FreeBSD.org
Wed Mar 6 19:49:54 UTC 2013


Author: rm
Date: Wed Mar  6 19:49:07 2013
New Revision: 313538
URL: http://svnweb.freebsd.org/changeset/ports/313538

Log:
  - correct dependency on py-salt the same way as in r313502
  
  Approved by:	maintainer (implicit)

Modified:
  head/sysutils/py-salt-cloud/Makefile

Modified: head/sysutils/py-salt-cloud/Makefile
==============================================================================
--- head/sysutils/py-salt-cloud/Makefile	Wed Mar  6 18:57:05 2013	(r313537)
+++ head/sysutils/py-salt-cloud/Makefile	Wed Mar  6 19:49:07 2013	(r313538)
@@ -21,7 +21,7 @@ SUB_LIST+=	PYTHON_CMD=${PYTHON_CMD}
 MAN1=		salt-cloud.1
 MAN7=		salt-cloud.7
 
-BUILD_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}salt:${PORTSDIR}/sysutils/py-salt \
+BUILD_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}salt>0:${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 \


More information about the svn-ports-all mailing list