Bug 181815 - [patch] [maintainer] sysutils/ansible
Summary: [patch] [maintainer] sysutils/ansible
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-04 16:40 UTC by Nikolai Lifanov
Modified: 2013-09-05 14:00 UTC (History)
0 users

See Also:


Attachments
patch.txt (796 bytes, text/plain)
2013-09-04 16:40 UTC, Nikolai Lifanov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nikolai Lifanov 2013-09-04 16:40:01 UTC
	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.
Comment 1 William Grzybowski freebsd_committer freebsd_triage 2013-09-04 21:47:03 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wg

I'll take it.
Comment 2 William Grzybowski freebsd_committer freebsd_triage 2013-09-05 13:50:50 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-09-05 13:50:50 UTC
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"