From owner-svn-ports-all@FreeBSD.ORG Fri Feb 14 09:59:04 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 91169FE; Fri, 14 Feb 2014 09:59:04 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 629131518; Fri, 14 Feb 2014 09:59:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1E9x4IK062652; Fri, 14 Feb 2014 09:59:04 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1E9x3l0062648; Fri, 14 Feb 2014 09:59:03 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201402140959.s1E9x3l0062648@svn.freebsd.org> From: Ruslan Makhmatkhanov Date: Fri, 14 Feb 2014 09:59:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344176 - in head/sysutils/ansible: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Feb 2014 09:59:04 -0000 Author: rm Date: Fri Feb 14 09:59:03 2014 New Revision: 344176 URL: http://svnweb.freebsd.org/changeset/ports/344176 QAT: https://qat.redports.org/buildarchive/r344176/ Log: - update to 1.4.5 - kill trailing newline in pkg-descr Changelog: https://raw.github.com/ansible/ansible/v1.4.5/CHANGELOG.md PR: 186724 Submitted by: Nikolai Lifanov (maintainer) Modified: head/sysutils/ansible/Makefile head/sysutils/ansible/distinfo head/sysutils/ansible/files/pkg-message.in head/sysutils/ansible/pkg-descr Modified: head/sysutils/ansible/Makefile ============================================================================== --- head/sysutils/ansible/Makefile Fri Feb 14 09:56:24 2014 (r344175) +++ head/sysutils/ansible/Makefile Fri Feb 14 09:59:03 2014 (r344176) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ansible -PORTVERSION= 1.4.4 +PORTVERSION= 1.4.5 CATEGORIES= sysutils python MASTER_SITES= http://releases.ansible.com/ansible/ Modified: head/sysutils/ansible/distinfo ============================================================================== --- head/sysutils/ansible/distinfo Fri Feb 14 09:56:24 2014 (r344175) +++ head/sysutils/ansible/distinfo Fri Feb 14 09:59:03 2014 (r344176) @@ -1,2 +1,2 @@ -SHA256 (ansible-1.4.4.tar.gz) = 1b62fd1c4b26c0c7b7215b11308c5b981e7af0e3d78119680d9248f5c229180b -SIZE (ansible-1.4.4.tar.gz) = 578707 +SHA256 (ansible-1.4.5.tar.gz) = faa6c1f1b801de3639c8375a4f5ab36c75d8cdb5c69bde2a21532430d6c8b4a9 +SIZE (ansible-1.4.5.tar.gz) = 579173 Modified: head/sysutils/ansible/files/pkg-message.in ============================================================================== --- head/sysutils/ansible/files/pkg-message.in Fri Feb 14 09:56:24 2014 (r344175) +++ head/sysutils/ansible/files/pkg-message.in Fri Feb 14 09:59:03 2014 (r344176) @@ -1,7 +1,7 @@ To use Ansible, you need at least a host database. If you installed examples, you will have a sample -host database and a sample configuration file: +host database and a sample configuration file: %%EXAMPLESDIR%%/hosts %%EXAMPLESDIR%%/ansible.cfg Modified: head/sysutils/ansible/pkg-descr ============================================================================== --- head/sysutils/ansible/pkg-descr Fri Feb 14 09:56:24 2014 (r344175) +++ head/sysutils/ansible/pkg-descr Fri Feb 14 09:59:03 2014 (r344176) @@ -2,4 +2,3 @@ Ansible is a radically simple configurat task-execution, and multinode orchestration framework. WWW: http://www.ansible.com/ -