Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jan 2017 00:17:40 +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: r431611 - in head/sysutils/ansible: . files
Message-ID:  <201701160017.v0G0Hecn038294@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lifanov
Date: Mon Jan 16 00:17:40 2017
New Revision: 431611
URL: https://svnweb.freebsd.org/changeset/ports/431611

Log:
  fix patch for ec84ff6
  
  PR:		216103
  Submitted by:	freebsd@sh0shin.org
  Reviewed by:	matthew
  Approved by:	matthew (mentor)
  MFH:		2017Q1
  Differential Revision:	https://reviews.freebsd.org/D9189

Modified:
  head/sysutils/ansible/Makefile
  head/sysutils/ansible/files/extra-patch-ec84ff6

Modified: head/sysutils/ansible/Makefile
==============================================================================
--- head/sysutils/ansible/Makefile	Mon Jan 16 00:16:00 2017	(r431610)
+++ head/sysutils/ansible/Makefile	Mon Jan 16 00:17:40 2017	(r431611)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ansible
 PORTVERSION?=	2.2.0.0
-PORTREVISION?=	2
+PORTREVISION?=	3
 CATEGORIES=	sysutils python
 MASTER_SITES=	http://releases.ansible.com/ansible/
 

Modified: head/sysutils/ansible/files/extra-patch-ec84ff6
==============================================================================
--- head/sysutils/ansible/files/extra-patch-ec84ff6	Mon Jan 16 00:16:00 2017	(r431610)
+++ head/sysutils/ansible/files/extra-patch-ec84ff6	Mon Jan 16 00:17:40 2017	(r431611)
@@ -281,7 +281,7 @@
                          result = self._cached_result[sha1_hash]
                      else:
 -                        result = self._do_template(variable, preserve_trailing_newlines=preserve_trailing_newlines, escape_backslashes=escape_backslashes, fail_on_undefined=fail_on_undefined, overrides=overrides)
-+                        result = self.do_template(
++                        result = self._do_template(
 +                            variable,
 +                            preserve_trailing_newlines=preserve_trailing_newlines,
 +                            escape_backslashes=escape_backslashes,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701160017.v0G0Hecn038294>