Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Nov 2017 14:04:49 +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: r455201 - head/sysutils/ansible
Message-ID:  <201711301404.vAUE4nHW029081@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lifanov
Date: Thu Nov 30 14:04:49 2017
New Revision: 455201
URL: https://svnweb.freebsd.org/changeset/ports/455201

Log:
  update sysutils/ansible to 2.4.2.0
  
  This is a bugfix release.
  
  Changes: https://github.com/ansible/ansible/blob/v2.4.2.0-1/CHANGELOG.md

Modified:
  head/sysutils/ansible/Makefile
  head/sysutils/ansible/distinfo

Modified: head/sysutils/ansible/Makefile
==============================================================================
--- head/sysutils/ansible/Makefile	Thu Nov 30 13:49:00 2017	(r455200)
+++ head/sysutils/ansible/Makefile	Thu Nov 30 14:04:49 2017	(r455201)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	ansible
-PORTVERSION?=	2.4.1.0
+PORTVERSION?=	2.4.2.0
 PORTREVISION?=	0
 CATEGORIES=	sysutils python
 MASTER_SITES=	http://releases.ansible.com/ansible/
@@ -45,7 +45,7 @@ PORTEXAMPLES=	ansible.cfg hosts
 OPTIONS_DEFINE=	DOCS EXAMPLES
 
 post-patch:
-	${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} \
+	${FIND} ${WRKSRC} -type f -print0 | ${XARGS} -0 ${REINPLACE_CMD} \
 		-e 's|/etc/ansible|${ETCDIR}|g' \
 		-e 's|/usr/share/ansible|${DATADIR}|g'
 

Modified: head/sysutils/ansible/distinfo
==============================================================================
--- head/sysutils/ansible/distinfo	Thu Nov 30 13:49:00 2017	(r455200)
+++ head/sysutils/ansible/distinfo	Thu Nov 30 14:04:49 2017	(r455201)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1509024964
-SHA256 (ansible-2.4.1.0.tar.gz) = da61afb29cc5bd6bc4737a2da06e673fb6fccc3ae2685130d19ab3a8e404fb6a
-SIZE (ansible-2.4.1.0.tar.gz) = 6675552
+TIMESTAMP = 1512049992
+SHA256 (ansible-2.4.2.0.tar.gz) = 315f1580b20bbc2c2f1104f8b5e548c6b4cac943b88711639c5e0d4dfc4d7658
+SIZE (ansible-2.4.2.0.tar.gz) = 6503595



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