From owner-svn-ports-head@freebsd.org Tue Sep 19 20:52:16 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 2F7F9E041C5; Tue, 19 Sep 2017 20:52:16 +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 EFED66C774; Tue, 19 Sep 2017 20:52:15 +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 v8JKqFIf044838; Tue, 19 Sep 2017 20:52:15 GMT (envelope-from lifanov@FreeBSD.org) Received: (from lifanov@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8JKqFKW044836; Tue, 19 Sep 2017 20:52:15 GMT (envelope-from lifanov@FreeBSD.org) Message-Id: <201709192052.v8JKqFKW044836@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lifanov set sender to lifanov@FreeBSD.org using -f From: Nikolai Lifanov Date: Tue, 19 Sep 2017 20:52:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450168 - head/sysutils/ansible X-SVN-Group: ports-head X-SVN-Commit-Author: lifanov X-SVN-Commit-Paths: head/sysutils/ansible X-SVN-Commit-Revision: 450168 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.23 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: Tue, 19 Sep 2017 20:52:16 -0000 Author: lifanov Date: Tue Sep 19 20:52:14 2017 New Revision: 450168 URL: https://svnweb.freebsd.org/changeset/ports/450168 Log: update sysutils/ansible to 2.4.0.0 This is a major feature release. Changes: https://github.com/ansible/ansible/blob/v2.4.0.0-1/CHANGELOG.md Modified: head/sysutils/ansible/Makefile head/sysutils/ansible/distinfo Modified: head/sysutils/ansible/Makefile ============================================================================== --- head/sysutils/ansible/Makefile Tue Sep 19 20:50:30 2017 (r450167) +++ head/sysutils/ansible/Makefile Tue Sep 19 20:52:14 2017 (r450168) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ansible -PORTVERSION?= 2.3.2.0 +PORTVERSION?= 2.4.0.0 PORTREVISION?= 0 CATEGORIES= sysutils python MASTER_SITES= http://releases.ansible.com/ansible/ @@ -30,9 +30,11 @@ CPE_VENDOR= ansibleworks SUB_FILES= pkg-message SUB_LIST+= PYTHON_CMD=${PYTHON_CMD} -PLIST_FILES?= man/man1/ansible-console.1.gz \ +PLIST_FILES?= man/man1/ansible-config.1.gz \ + man/man1/ansible-console.1.gz \ man/man1/ansible-doc.1.gz \ man/man1/ansible-galaxy.1.gz \ + man/man1/ansible-inventory.1.gz \ man/man1/ansible-playbook.1.gz \ man/man1/ansible-pull.1.gz \ man/man1/ansible-vault.1.gz \ @@ -43,14 +45,10 @@ PORTEXAMPLES= ansible.cfg hosts OPTIONS_DEFINE= DOCS EXAMPLES post-patch: -.for f in bin/ansible docs/man/man1/* examples/* lib/ansible/*.py \ - lib/ansible/*/*.py lib/ansible/*/*/*.py lib/ansible/*/*/*/*.py - @${REINPLACE_CMD} -e 's|/etc/ansible|${ETCDIR}|' ${WRKSRC}/${f} -.endfor - -.for f in docs/man/man1/* examples/* lib/ansible/*.py lib/ansible/*/*.py - @${REINPLACE_CMD} -e 's|/usr/share/ansible|${DATADIR}|' ${WRKSRC}/${f} -.endfor + ${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} \ + -e 's|/usr/bin/python|${PYTHON_CMD}|' + -e 's|/etc/ansible|${ETCDIR}|' \ + -e 's|/usr/share/ansible|${DATADIR}|' post-install: @${MKDIR} ${STAGEDIR}${MAN1PREFIX}/man/man1 Modified: head/sysutils/ansible/distinfo ============================================================================== --- head/sysutils/ansible/distinfo Tue Sep 19 20:50:30 2017 (r450167) +++ head/sysutils/ansible/distinfo Tue Sep 19 20:52:14 2017 (r450168) @@ -1,3 +1,3 @@ -TIMESTAMP = 1502726252 -SHA256 (ansible-2.3.2.0.tar.gz) = 0563b425279422487f12616ef719f6e558373b258dcf47e548d119be8d3168eb -SIZE (ansible-2.3.2.0.tar.gz) = 4319664 +TIMESTAMP = 1505849561 +SHA256 (ansible-2.4.0.0.tar.gz) = 1a276fee7f72d4e6601a7994879e8467edb763dacc3e215258cfe71350b77c76 +SIZE (ansible-2.4.0.0.tar.gz) = 6623856