Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Nov 2016 17:51:40 +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: r425063 - head/sysutils/ansible1
Message-ID:  <201611011751.uA1HpelD058455@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611011751.uA1HpelD058455>