Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jan 2018 12:33:28 +0000 (UTC)
From:      Ben Woods <woodsb02@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r457961 - branches/2018Q1/sysutils/py-distro
Message-ID:  <201801031233.w03CXSEa051789@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: woodsb02
Date: Wed Jan  3 12:33:28 2018
New Revision: 457961
URL: https://svnweb.freebsd.org/changeset/ports/457961

Log:
  MFH: r457960
  
  sysutils/py-distro: Replace USES=python:2.7+ with USES=python
  
  This aligns with the change made by antoine@ in r457499.
  
  Reported by:	jbeich
  
  Approved by:	ports-secteam (blanket)

Modified:
  branches/2018Q1/sysutils/py-distro/Makefile
Directory Properties:
  branches/2018Q1/   (props changed)

Modified: branches/2018Q1/sysutils/py-distro/Makefile
==============================================================================
--- branches/2018Q1/sysutils/py-distro/Makefile	Wed Jan  3 12:31:27 2018	(r457960)
+++ branches/2018Q1/sysutils/py-distro/Makefile	Wed Jan  3 12:33:28 2018	(r457961)
@@ -13,7 +13,7 @@ COMMENT=	Linux OS platform information API
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		python:2.7+ shebangfix
+USES=		python shebangfix
 USE_PYTHON=	autoplist concurrent distutils
 SHEBANG_FILES=	query_local_distro.py
 NO_ARCH=	yes



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