From owner-svn-ports-all@freebsd.org Tue Nov 1 17:51:41 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 9EB8AC29EA8; Tue, 1 Nov 2016 17:51:41 +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 3FBB31DFF; Tue, 1 Nov 2016 17:51:41 +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 uA1Hpe7q058456; Tue, 1 Nov 2016 17:51:40 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA1HpelD058455; Tue, 1 Nov 2016 17:51:40 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201611011751.uA1HpelD058455@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Tue, 1 Nov 2016 17:51:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425063 - head/sysutils/ansible1 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.23 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: Tue, 01 Nov 2016 17:51:41 -0000 Author: matthew Date: Tue Nov 1 17:51:40 2016 New Revision: 425063 URL: https://svnweb.freebsd.org/changeset/ports/425063 Log: Declare this slave port only uses python:2 now that the master port can use python-3. No change to generated package, so no portrevision bump. Modified: head/sysutils/ansible1/Makefile Modified: head/sysutils/ansible1/Makefile ============================================================================== --- head/sysutils/ansible1/Makefile Tue Nov 1 17:46:52 2016 (r425062) +++ head/sysutils/ansible1/Makefile Tue Nov 1 17:51:40 2016 (r425063) @@ -10,6 +10,8 @@ CONFLICTS= ansible-* MASTERDIR= ${.CURDIR}/../ansible DISTINFO_FILE= ${.CURDIR}/distinfo +USES= cpe python:2 shebangfix + SHEBANG_FILES= lib/ansible/runner/action_plugins/synchronize.py EXTRA_PATCHES=