svn commit: r450639 - head/sysutils/ansible

Nikolai Lifanov lifanov at FreeBSD.org
Mon Sep 25 22:49:42 UTC 2017


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 at antiope.com
  Reported by:	gwright at 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'
 


More information about the svn-ports-all mailing list