Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jan 2018 12:31:27 +0000 (UTC)
From:      Ben Woods <woodsb02@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r457960 - head/sysutils/py-distro
Message-ID:  <201801031231.w03CVRv0049390@repo.freebsd.org>

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

Log:
  sysutils/py-distro: Replace USES=python:2.7+ with USES=python
  
  This aligns with the change made by antoine@ in r457499.
  
  Reported by:	jbeich

Modified:
  head/sysutils/py-distro/Makefile

Modified: head/sysutils/py-distro/Makefile
==============================================================================
--- head/sysutils/py-distro/Makefile	Wed Jan  3 12:28:45 2018	(r457959)
+++ head/sysutils/py-distro/Makefile	Wed Jan  3 12:31:27 2018	(r457960)
@@ -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?201801031231.w03CVRv0049390>