svn commit: r379205 - head/sysutils/bsdploy
Kubilay Kocak
koobs at FreeBSD.org
Wed Feb 18 11:32:24 UTC 2015
Author: koobs
Date: Wed Feb 18 11:32:22 2015
New Revision: 379205
URL: https://svnweb.freebsd.org/changeset/ports/379205
QAT: https://qat.redports.org/buildarchive/r379205/
Log:
sysutils/bsdploy: Mark BROKEN
Mark BROKEN temporarily since ploy_ansible doesnt play nice with
Ansible >= 1.8 [1] and our sysutils/ansible port is at 1.8.3.
[1] https://github.com/ployground/bsdploy/issues/60
Reported by: dlangille
Modified:
head/sysutils/bsdploy/Makefile
Modified: head/sysutils/bsdploy/Makefile
==============================================================================
--- head/sysutils/bsdploy/Makefile Wed Feb 18 11:01:33 2015 (r379204)
+++ head/sysutils/bsdploy/Makefile Wed Feb 18 11:32:22 2015 (r379205)
@@ -17,6 +17,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml
${PYTHON_PKGNAMEPREFIX}ploy_ezjail>=1.0.0:${PORTSDIR}/sysutils/py-ploy_ezjail \
${PYTHON_PKGNAMEPREFIX}ploy_fabric>=1.1.0:${PORTSDIR}/sysutils/py-ploy_fabric
+# https://github.com/ployground/bsdploy/issues/60
+BROKEN= Doesn't run with Ansible >= 1.8
+
OPTIONS_DEFINE= EC2
OPTIONS_DEFAULT= EC2
EC2_DESC= Support Amazon Web Services EC2 hosts
More information about the svn-ports-all
mailing list