From owner-svn-ports-all@freebsd.org Wed Jan 3 12:33:30 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 03EF1EBD4AF; Wed, 3 Jan 2018 12:33:30 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C2376725E6; Wed, 3 Jan 2018 12:33:29 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w03CXSpV051790; Wed, 3 Jan 2018 12:33:28 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w03CXSEa051789; Wed, 3 Jan 2018 12:33:28 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201801031233.w03CXSEa051789@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Wed, 3 Jan 2018 12:33:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r457961 - branches/2018Q1/sysutils/py-distro X-SVN-Group: ports-branches X-SVN-Commit-Author: woodsb02 X-SVN-Commit-Paths: branches/2018Q1/sysutils/py-distro X-SVN-Commit-Revision: 457961 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Jan 2018 12:33:30 -0000 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