From owner-svn-ports-head@freebsd.org Thu Nov 30 15:32:46 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 F3BC4E5E9AF; Thu, 30 Nov 2017 15:32:45 +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 BED21686CC; Thu, 30 Nov 2017 15:32:45 +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 vAUFWiMw066877; Thu, 30 Nov 2017 15:32:44 GMT (envelope-from lifanov@FreeBSD.org) Received: (from lifanov@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vAUFWih9066874; Thu, 30 Nov 2017 15:32:44 GMT (envelope-from lifanov@FreeBSD.org) Message-Id: <201711301532.vAUFWih9066874@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 15:32:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455204 - in head/sysutils: . ansible23 X-SVN-Group: ports-head X-SVN-Commit-Author: lifanov X-SVN-Commit-Paths: in head/sysutils: . ansible23 X-SVN-Commit-Revision: 455204 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 15:32:46 -0000 Author: lifanov Date: Thu Nov 30 15:32:44 2017 New Revision: 455204 URL: https://svnweb.freebsd.org/changeset/ports/455204 Log: add sysutils/ansible23 This is the latest version of Ansible from stable-2.3 branch, currently receiving bug and security fixes. Requested by: Rainer (private email) Added: head/sysutils/ansible23/ head/sysutils/ansible23/Makefile (contents, props changed) head/sysutils/ansible23/distinfo (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Thu Nov 30 14:56:20 2017 (r455203) +++ head/sysutils/Makefile Thu Nov 30 15:32:44 2017 (r455204) @@ -39,6 +39,7 @@ SUBDIR += android-file-transfer-qt5 SUBDIR += ansible SUBDIR += ansible1 + SUBDIR += ansible23 SUBDIR += anvil SUBDIR += apachetop SUBDIR += apcpwr Added: head/sysutils/ansible23/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/ansible23/Makefile Thu Nov 30 15:32:44 2017 (r455204) @@ -0,0 +1,22 @@ +# Created by: Nikolai Lifanov +# $FreeBSD$ + +PORTVERSION= 2.3.2.0 +PKGNAMESUFFIX= 23 + +CONFLICTS= ansible-* ansible1-* + +MASTERDIR= ${.CURDIR}/../ansible +DISTINFO_FILE= ${.CURDIR}/distinfo + +PLIST_FILES= man/man1/ansible-console.1.gz \ + man/man1/ansible-doc.1.gz \ + man/man1/ansible-galaxy.1.gz \ + man/man1/ansible-playbook.1.gz \ + man/man1/ansible-pull.1.gz \ + man/man1/ansible-vault.1.gz \ + man/man1/ansible.1.gz + +EXTRA_PATCHES= + +.include "${MASTERDIR}/Makefile" Added: head/sysutils/ansible23/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/ansible23/distinfo Thu Nov 30 15:32:44 2017 (r455204) @@ -0,0 +1,3 @@ +TIMESTAMP = 1512055164 +SHA256 (ansible-2.3.2.0.tar.gz) = 0563b425279422487f12616ef719f6e558373b258dcf47e548d119be8d3168eb +SIZE (ansible-2.3.2.0.tar.gz) = 4319664