From owner-svn-ports-all@freebsd.org Mon Mar 18 00:29:00 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DC006154FF94; Mon, 18 Mar 2019 00:28:59 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7FA1797246; Mon, 18 Mar 2019 00:28:59 +0000 (UTC) (envelope-from lifanov@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3C9C519A0C; Mon, 18 Mar 2019 00:28:59 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x2I0SxEA022234; Mon, 18 Mar 2019 00:28:59 GMT (envelope-from lifanov@FreeBSD.org) Received: (from lifanov@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x2I0SwTJ022230; Mon, 18 Mar 2019 00:28:58 GMT (envelope-from lifanov@FreeBSD.org) Message-Id: <201903180028.x2I0SwTJ022230@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lifanov set sender to lifanov@FreeBSD.org using -f From: Nikolai Lifanov Date: Mon, 18 Mar 2019 00:28:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r496115 - in head/sysutils: ansible ansible25 ansible26 X-SVN-Group: ports-head X-SVN-Commit-Author: lifanov X-SVN-Commit-Paths: in head/sysutils: ansible ansible25 ansible26 X-SVN-Commit-Revision: 496115 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7FA1797246 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.95)[-0.950,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Mon, 18 Mar 2019 00:29:00 -0000 Author: lifanov Date: Mon Mar 18 00:28:57 2019 New Revision: 496115 URL: https://svnweb.freebsd.org/changeset/ports/496115 Log: update ansible ports ansible to 2.7.9 ansible26 to 2.6.15 Modified: head/sysutils/ansible/Makefile head/sysutils/ansible/distinfo head/sysutils/ansible25/Makefile head/sysutils/ansible26/Makefile head/sysutils/ansible26/distinfo Modified: head/sysutils/ansible/Makefile ============================================================================== --- head/sysutils/ansible/Makefile Mon Mar 18 00:23:40 2019 (r496114) +++ head/sysutils/ansible/Makefile Mon Mar 18 00:28:57 2019 (r496115) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= ansible -PORTVERSION?= 2.7.8 -PORTREVISION?= 1 +PORTVERSION?= 2.7.9 +PORTREVISION?= 0 CATEGORIES= sysutils python MASTER_SITES= http://releases.ansible.com/ansible/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/sysutils/ansible/distinfo ============================================================================== --- head/sysutils/ansible/distinfo Mon Mar 18 00:23:40 2019 (r496114) +++ head/sysutils/ansible/distinfo Mon Mar 18 00:28:57 2019 (r496115) @@ -1,3 +1,3 @@ -TIMESTAMP = 1551669171 -SHA256 (ansible-2.7.8.tar.gz) = 3d67db258b492f3c8828c68dcb92438e67cb5b20c12924089eafdc0ada3edd87 -SIZE (ansible-2.7.8.tar.gz) = 11812884 +TIMESTAMP = 1552868700 +SHA256 (ansible-2.7.9.tar.gz) = 6ee59d561c206f82e842f3aae4b56fc9a8b83ffecba4cab33bdb56f781717ea7 +SIZE (ansible-2.7.9.tar.gz) = 11830476 Modified: head/sysutils/ansible25/Makefile ============================================================================== --- head/sysutils/ansible25/Makefile Mon Mar 18 00:23:40 2019 (r496114) +++ head/sysutils/ansible25/Makefile Mon Mar 18 00:28:57 2019 (r496115) @@ -1,6 +1,7 @@ # $FreeBSD$ PORTVERSION= 2.5.15 +PORTREVISION= 1 PKGNAMESUFFIX= 25 CONFLICTS= ansible-* \ Modified: head/sysutils/ansible26/Makefile ============================================================================== --- head/sysutils/ansible26/Makefile Mon Mar 18 00:23:40 2019 (r496114) +++ head/sysutils/ansible26/Makefile Mon Mar 18 00:28:57 2019 (r496115) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTVERSION= 2.6.14 +PORTVERSION= 2.6.15 PKGNAMESUFFIX= 26 CONFLICTS= ansible-* \ Modified: head/sysutils/ansible26/distinfo ============================================================================== --- head/sysutils/ansible26/distinfo Mon Mar 18 00:23:40 2019 (r496114) +++ head/sysutils/ansible26/distinfo Mon Mar 18 00:28:57 2019 (r496115) @@ -1,3 +1,3 @@ -TIMESTAMP = 1551669193 -SHA256 (ansible-2.6.14.tar.gz) = 412f130f4c5d1953ccd95f01b5a4675cbff4ba225762bafb74a2f3bb6c807827 -SIZE (ansible-2.6.14.tar.gz) = 10732165 +TIMESTAMP = 1552868772 +SHA256 (ansible-2.6.15.tar.gz) = 0d7a6ef42d1f464daafcf8305352e4d7218c7f71cc78188aa1c03a9f758a92d0 +SIZE (ansible-2.6.15.tar.gz) = 10734433