From owner-svn-ports-all@FreeBSD.ORG Wed Feb 18 11:32:24 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F08CB5AF; Wed, 18 Feb 2015 11:32:23 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DB312A14; Wed, 18 Feb 2015 11:32:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IBWNk8022882; Wed, 18 Feb 2015 11:32:23 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IBWN2V022881; Wed, 18 Feb 2015 11:32:23 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201502181132.t1IBWN2V022881@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Wed, 18 Feb 2015 11:32:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379205 - head/sysutils/bsdploy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 11:32:24 -0000 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