Date: Thu, 26 May 2016 19:48:07 +0000 (UTC) From: Matthew Seaman <matthew@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415910 - in head/sysutils/ansible: . files Message-ID: <201605261948.u4QJm7Ha091564@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605261948.u4QJm7Ha091564>