From owner-svn-ports-head@freebsd.org Thu May 26 19:48:08 2016 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 AF7E3B4B42F; Thu, 26 May 2016 19:48:08 +0000 (UTC) (envelope-from matthew@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 694FC1C55; Thu, 26 May 2016 19:48:08 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4QJm71d091566; Thu, 26 May 2016 19:48:07 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4QJm7Ha091564; Thu, 26 May 2016 19:48:07 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201605261948.u4QJm7Ha091564@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Thu, 26 May 2016 19:48:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415910 - 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-head@freebsd.org X-Mailman-Version: 2.1.22 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, 26 May 2016 19:48:08 -0000 Author: matthew Date: Thu May 26 19:48:07 2016 New Revision: 415910 URL: https://svnweb.freebsd.org/changeset/ports/415910 Log: Update to 2.1.0.0 Press release: https://www.redhat.com/en/about/press-releases/red-hat-debuts-ansible-21-network-automation-containers-microsoft-windows-and-azure ChangeLog: https://raw.githubusercontent.com/ansible/ansible/v2.1.0.0-1/CHANGELOG.md PR: 209769 Submitted by: lifanov@mail.lifanov.com (maintainer) Deleted: head/sysutils/ansible/files/extra-patch-8aac5ae Modified: head/sysutils/ansible/Makefile head/sysutils/ansible/distinfo Modified: head/sysutils/ansible/Makefile ============================================================================== --- head/sysutils/ansible/Makefile Thu May 26 19:32:15 2016 (r415909) +++ head/sysutils/ansible/Makefile Thu May 26 19:48:07 2016 (r415910) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ansible -PORTVERSION?= 2.0.2.0 -PORTREVISION?= 1 +PORTVERSION?= 2.1.0.0 CATEGORIES= sysutils python MASTER_SITES= http://releases.ansible.com/ansible/ @@ -18,8 +17,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml ${PYTHON_PKGNAMEPREFIX}paramiko>0:security/py-paramiko \ ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2 -EXTRA_PATCHES?= ${FILESDIR}/extra-patch-8aac5ae - NO_ARCH= yes USES= cpe python:2 shebangfix USE_PYTHON= autoplist distutils Modified: head/sysutils/ansible/distinfo ============================================================================== --- head/sysutils/ansible/distinfo Thu May 26 19:32:15 2016 (r415909) +++ head/sysutils/ansible/distinfo Thu May 26 19:48:07 2016 (r415910) @@ -1,2 +1,3 @@ -SHA256 (ansible-2.0.2.0.tar.gz) = 373a2e50319d90da50948e3faf1c033464b7302200e0199da8981d24646d4387 -SIZE (ansible-2.0.2.0.tar.gz) = 1516681 +TIMESTAMP = 1464277776 +SHA256 (ansible-2.1.0.0.tar.gz) = 403443b55f6522cf86f9b41544a9b6b81f7d27f088446e85334d5d7a6317ccad +SIZE (ansible-2.1.0.0.tar.gz) = 1877209