From owner-svn-ports-head@freebsd.org Thu Nov 30 14:04:50 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DA49CE5740B; Thu, 30 Nov 2017 14:04:50 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A2010651CF; Thu, 30 Nov 2017 14:04:50 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vAUE4nSh029083; Thu, 30 Nov 2017 14:04:49 GMT (envelope-from lifanov@FreeBSD.org) Received: (from lifanov@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vAUE4nHW029081; Thu, 30 Nov 2017 14:04:49 GMT (envelope-from lifanov@FreeBSD.org) Message-Id: <201711301404.vAUE4nHW029081@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lifanov set sender to lifanov@FreeBSD.org using -f From: Nikolai Lifanov Date: Thu, 30 Nov 2017 14:04:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455201 - head/sysutils/ansible X-SVN-Group: ports-head X-SVN-Commit-Author: lifanov X-SVN-Commit-Paths: head/sysutils/ansible X-SVN-Commit-Revision: 455201 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Nov 2017 14:04:51 -0000 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