From owner-svn-ports-all@freebsd.org Thu Feb 25 23:06:00 2016 Return-Path: Delivered-To: svn-ports-all@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 E4965AB4207; Thu, 25 Feb 2016 23:06:00 +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 9DD6FB4; Thu, 25 Feb 2016 23:06:00 +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 u1PN5xs8021657; Thu, 25 Feb 2016 23:05:59 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1PN5x1J021655; Thu, 25 Feb 2016 23:05:59 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201602252305.u1PN5x1J021655@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Thu, 25 Feb 2016 23:05:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409568 - 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.20 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: Thu, 25 Feb 2016 23:06:01 -0000 Author: matthew Date: Thu Feb 25 23:05:59 2016 New Revision: 409568 URL: https://svnweb.freebsd.org/changeset/ports/409568 Log: Update to 2.0.1.0 This is primarily a bugfix release. This also includes a merge of the two local bugfix patches. ChangeLog: https://raw.githubusercontent.com/ansible/ansible/v2.0.1.0-1/CHANGELOG.md PR: 207490 Submitted by: lifanov@mail.lifanov.com (maintainer) Deleted: head/sysutils/ansible/files/extra-patch-6bf2f45 head/sysutils/ansible/files/extra-patch-8647fdc Modified: head/sysutils/ansible/Makefile head/sysutils/ansible/distinfo Modified: head/sysutils/ansible/Makefile ============================================================================== --- head/sysutils/ansible/Makefile Thu Feb 25 22:58:20 2016 (r409567) +++ head/sysutils/ansible/Makefile Thu Feb 25 23:05:59 2016 (r409568) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ansible -PORTVERSION?= 2.0.0.2 -PORTREVISION?= 3 +PORTVERSION?= 2.0.1.0 CATEGORIES= sysutils python MASTER_SITES= http://releases.ansible.com/ansible/ @@ -18,9 +17,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml ${PYTHON_PKGNAMEPREFIX}paramiko>0:${PORTSDIR}/security/py-paramiko \ ${PYTHON_PKGNAMEPREFIX}Jinja2>0:${PORTSDIR}/devel/py-Jinja2 -EXTRA_PATCHES?= ${FILESDIR}/extra-patch-8647fdc \ - ${FILESDIR}/extra-patch-6bf2f45 - NO_ARCH= yes USES= cpe python:2 shebangfix USE_PYTHON= autoplist distutils Modified: head/sysutils/ansible/distinfo ============================================================================== --- head/sysutils/ansible/distinfo Thu Feb 25 22:58:20 2016 (r409567) +++ head/sysutils/ansible/distinfo Thu Feb 25 23:05:59 2016 (r409568) @@ -1,2 +1,2 @@ -SHA256 (ansible-2.0.0.2.tar.gz) = 27db0b99113fab85b1430c361c7790a0aa7f5c614c9af13362e2adbba07e5828 -SIZE (ansible-2.0.0.2.tar.gz) = 1497944 +SHA256 (ansible-2.0.1.0.tar.gz) = cddc4fa6af4c1be6cd1d6634de1bd0397abad921c76b32cab6722c042744ee5d +SIZE (ansible-2.0.1.0.tar.gz) = 1510155