Date: Wed, 18 Feb 2015 11:32:23 +0000 (UTC) From: Kubilay Kocak <koobs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379205 - head/sysutils/bsdploy Message-ID: <201502181132.t1IBWN2V022881@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502181132.t1IBWN2V022881>