svn commit: r431611 - in head/sysutils/ansible: . files

Steve Wills swills at FreeBSD.org
Fri Jan 20 21:57:54 UTC 2017


Please MFH this, approved by me. Ansible doesn't work without it and bug
fixes are just as eligible for MFH as security fixes. (If you don't want
to do the work, please let me know and I'll do it, tho it's as easy of
"mfh 431611").

Thanks,
Steve

On 01/15/2017 19:17, Nikolai Lifanov wrote:
> 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 at 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,
> 

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 642 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20170120/7659c3d6/attachment.sig>


More information about the svn-ports-all mailing list