svn commit: r457961 - branches/2018Q1/sysutils/py-distro

Ben Woods woodsb02 at FreeBSD.org
Wed Jan 3 12:33:30 UTC 2018


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


More information about the svn-ports-branches mailing list