svn commit: r425063 - head/sysutils/ansible1

Matthew Seaman matthew at FreeBSD.org
Tue Nov 1 17:51:41 UTC 2016


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=


More information about the svn-ports-all mailing list