Date: Thu, 26 Oct 2017 13:40:04 +0000 (UTC) From: Nikolai Lifanov <lifanov@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r452920 - head/sysutils/ansible Message-ID: <201710261340.v9QDe4Ew072109@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lifanov Date: Thu Oct 26 13:40:04 2017 New Revision: 452920 URL: https://svnweb.freebsd.org/changeset/ports/452920 Log: update sysutils/ansible to 2.4.1.0 Changes: https://github.com/ansible/ansible/blob/v2.4.1.0-1/CHANGELOG.md Modified: head/sysutils/ansible/Makefile head/sysutils/ansible/distinfo Modified: head/sysutils/ansible/Makefile ============================================================================== --- head/sysutils/ansible/Makefile Thu Oct 26 13:38:47 2017 (r452919) +++ head/sysutils/ansible/Makefile Thu Oct 26 13:40:04 2017 (r452920) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= ansible -PORTVERSION?= 2.4.0.0 -PORTREVISION?= 2 +PORTVERSION?= 2.4.1.0 +PORTREVISION?= 0 CATEGORIES= sysutils python MASTER_SITES= http://releases.ansible.com/ansible/ Modified: head/sysutils/ansible/distinfo ============================================================================== --- head/sysutils/ansible/distinfo Thu Oct 26 13:38:47 2017 (r452919) +++ head/sysutils/ansible/distinfo Thu Oct 26 13:40:04 2017 (r452920) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505849561 -SHA256 (ansible-2.4.0.0.tar.gz) = 1a276fee7f72d4e6601a7994879e8467edb763dacc3e215258cfe71350b77c76 -SIZE (ansible-2.4.0.0.tar.gz) = 6623856 +TIMESTAMP = 1509024964 +SHA256 (ansible-2.4.1.0.tar.gz) = da61afb29cc5bd6bc4737a2da06e673fb6fccc3ae2685130d19ab3a8e404fb6a +SIZE (ansible-2.4.1.0.tar.gz) = 6675552
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710261340.v9QDe4Ew072109>