Date: Mon, 25 Sep 2017 22:49:41 +0000 (UTC) From: Nikolai Lifanov <lifanov@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450639 - head/sysutils/ansible Message-ID: <201709252249.v8PMnfhZ096820@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lifanov Date: Mon Sep 25 22:49:41 2017 New Revision: 450639 URL: https://svnweb.freebsd.org/changeset/ports/450639 Log: fix setting value for ansible_python_interpreter Thanks to mat for fixing qa.sh for this! PR: 222561 Submitted by: gwright@antiope.com Reported by: gwright@antiope.com, Alex Mur (private email) Modified: head/sysutils/ansible/Makefile Modified: head/sysutils/ansible/Makefile ============================================================================== --- head/sysutils/ansible/Makefile Mon Sep 25 22:45:08 2017 (r450638) +++ head/sysutils/ansible/Makefile Mon Sep 25 22:49:41 2017 (r450639) @@ -3,7 +3,7 @@ PORTNAME= ansible PORTVERSION?= 2.4.0.0 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= sysutils python MASTER_SITES= http://releases.ansible.com/ansible/ @@ -46,7 +46,6 @@ OPTIONS_DEFINE= DOCS EXAMPLES post-patch: ${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} \ - -e 's|/usr/bin/python|${PYTHON_CMD}|g' \ -e 's|/etc/ansible|${ETCDIR}|g' \ -e 's|/usr/share/ansible|${DATADIR}|g'
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709252249.v8PMnfhZ096820>