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. Fix: Please apply this patch.
Responsible Changed From-To: freebsd-ports-bugs->wg I'll take it.
State Changed From-To: open->closed Committed. Thanks!
Author: wg Date: Thu Sep 5 12:50:41 2013 New Revision: 326391 URL: http://svnweb.freebsd.org/changeset/ports/326391 Log: sysutils/ansible: add FIREBALL option - Add FIREBALL option for the to use "fireball" mode with ansible [1] - Add EXAMPLES to options PR: ports/181815 [1] Submitted by: Nikolai Lifanov <lifanov mail.lifanov.com> (maintainer) Modified: head/sysutils/ansible/Makefile Modified: head/sysutils/ansible/Makefile ============================================================================== --- head/sysutils/ansible/Makefile Thu Sep 5 12:28:02 2013 (r326390) +++ head/sysutils/ansible/Makefile Thu Sep 5 12:50:41 2013 (r326391) @@ -10,10 +10,17 @@ COMMENT= Simple ssh-based configuration LICENSE= GPLv3 +OPTIONS_DEFINE= EXAMPLES 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 - RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PYTHON= -2.7 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"