Index: head/sysutils/ansible/Makefile =================================================================== --- head/sysutils/ansible/Makefile (revision 415909) +++ head/sysutils/ansible/Makefile (revision 415910) @@ -1,70 +1,67 @@ # Created by: Nikolai Lifanov # $FreeBSD$ PORTNAME= ansible -PORTVERSION?= 2.0.2.0 -PORTREVISION?= 1 +PORTVERSION?= 2.1.0.0 CATEGORIES= sysutils python MASTER_SITES= http://releases.ansible.com/ansible/ MAINTAINER= lifanov@mail.lifanov.com COMMENT= Radically simple IT automation LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml \ ${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto \ ${PYTHON_PKGNAMEPREFIX}paramiko>0:security/py-paramiko \ ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2 - -EXTRA_PATCHES?= ${FILESDIR}/extra-patch-8aac5ae NO_ARCH= yes USES= cpe python:2 shebangfix USE_PYTHON= autoplist distutils python_CMD= ${LOCALBASE}/bin/python SHEBANG_FILES+= lib/ansible/modules/core/*/*.py \ lib/ansible/modules/core/*/*/*.py \ lib/ansible/modules/extras/*/*.py \ lib/ansible/modules/extras/*/*/*.py CPE_VENDOR= ansibleworks SUB_FILES= pkg-message PLIST_FILES+= man/man1/ansible-doc.1.gz \ man/man1/ansible-galaxy.1.gz \ man/man1/ansible-playbook.1.gz \ man/man1/ansible-pull.1.gz \ man/man1/ansible-vault.1.gz \ man/man1/ansible.1.gz PORTEXAMPLES= ansible.cfg hosts OPTIONS_DEFINE= DOCS EXAMPLES NETADDR OPTIONS_DEFAULT=NETADDR NETADDR_DESC= Dependency on py-netaddr for ipaddr() filter NETADDR_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}netaddr>0:net/py-netaddr post-patch: .for f in bin/* docs/man/man1/* examples/* lib/ansible/*.py \ lib/ansible/*/*.py lib/ansible/*/*/*.py lib/ansible/*/*/*/*.py @${REINPLACE_CMD} -e 's|/etc/ansible|${ETCDIR}|' ${WRKSRC}/${f} .endfor .for f in docs/man/man1/* examples/* lib/ansible/*.py lib/ansible/*/*.py @${REINPLACE_CMD} -e 's|/usr/share/ansible|${DATADIR}|' ${WRKSRC}/${f} .endfor post-install: @${MKDIR} ${STAGEDIR}${MAN1PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/docs/man/man1/*.1 \ ${STAGEDIR}${MAN1PREFIX}/man/man1 post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/ansible.cfg ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/hosts ${STAGEDIR}${EXAMPLESDIR} .include Index: head/sysutils/ansible/distinfo =================================================================== --- head/sysutils/ansible/distinfo (revision 415909) +++ head/sysutils/ansible/distinfo (revision 415910) @@ -1,2 +1,3 @@ -SHA256 (ansible-2.0.2.0.tar.gz) = 373a2e50319d90da50948e3faf1c033464b7302200e0199da8981d24646d4387 -SIZE (ansible-2.0.2.0.tar.gz) = 1516681 +TIMESTAMP = 1464277776 +SHA256 (ansible-2.1.0.0.tar.gz) = 403443b55f6522cf86f9b41544a9b6b81f7d27f088446e85334d5d7a6317ccad +SIZE (ansible-2.1.0.0.tar.gz) = 1877209 Index: head/sysutils/ansible/files/extra-patch-8aac5ae =================================================================== --- head/sysutils/ansible/files/extra-patch-8aac5ae (revision 415909) +++ head/sysutils/ansible/files/extra-patch-8aac5ae (nonexistent) @@ -1,16 +0,0 @@ ---- lib/ansible/modules/core/system/service.py.orig 2016-04-19 21:55:24 UTC -+++ lib/ansible/modules/core/system/service.py -@@ -1003,7 +1003,12 @@ class FreeBsdService(Service): - if self.action == "reload": - self.action = "onereload" - -- return self.execute_command("%s %s %s %s" % (self.svc_cmd, self.name, self.action, self.arguments)) -+ ret = self.execute_command("%s %s %s %s" % (self.svc_cmd, self.name, self.action, self.arguments)) -+ -+ if self.sleep: -+ time.sleep(self.sleep) -+ -+ return ret - - # =========================================== - # Subclass: OpenBSD Property changes on: head/sysutils/ansible/files/extra-patch-8aac5ae ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property