ports/181815: [patch] [maintainer] sysutils/ansible

Nikolai Lifanov lifanov at mail.lifanov.com
Wed Sep 4 15:40:02 UTC 2013


>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 at 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:


More information about the freebsd-ports-bugs mailing list