Date: Wed, 4 Sep 2013 15:35:13 +0000 (UTC) From: Nikolai Lifanov <lifanov@mail.lifanov.com> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/181815: [patch] [maintainer] sysutils/ansible Message-ID: <20130904153513.A23991A3B16@mail.lifanov.com> Resent-Message-ID: <201309041540.r84Fe20r097260@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 181815 >Category: ports >Synopsis: [patch] [maintainer] sysutils/ansible >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Sep 04 15:40:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Nikolai Lifanov >Release: FreeBSD 9.1-RELEASE-p5 amd64 >Organization: >Environment: System: FreeBSD mail.lifanov.com 9.1-RELEASE-p5 FreeBSD 9.1-RELEASE-p5 #0: Sat Jul 27 01:14:23 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Add OPTION: FIREBALL This run-depends on packages that are needed to use "fireball" mode with ansible. People that deploy ansible automatically might find it useful if it's in the dependencies. >How-To-Repeat: >Fix: Please apply this patch. --- patch.txt begins here --- Index: sysutils/ansible/Makefile =================================================================== --- sysutils/ansible/Makefile (revision 326279) +++ sysutils/ansible/Makefile (working copy) @@ -10,6 +10,13 @@ LICENSE= GPLv3 +OPTIONS_DEFINE= FIREBALL +FIREBALL_DESC= Enable fireball mode +FIREBALL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1>=0:${PORTSDIR}/devel/py-asn1 \ + ${PYTHON_PKGNAMEPREFIX}pyzmq>=0:${PORTSDIR}/devel/py-pyzmq \ + ${PYTHON_PKGNAMEPREFIX}pypycrypto>=0:${PORTSDIR}/security/py-pycrypto \ + ${PYTHON_PKGNAMEPREFIX}keyczar>=0:${PORTSDIR}/security/py-keyczar + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=0:${PORTSDIR}/devel/py-yaml \ ${PYTHON_PKGNAMEPREFIX}paramiko>=0:${PORTSDIR}/security/py-paramiko \ ${PYTHON_PKGNAMEPREFIX}Jinja2>=0:${PORTSDIR}/devel/py-Jinja2 --- patch.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130904153513.A23991A3B16>