From owner-svn-ports-all@freebsd.org Sun Jan 31 08:20:02 2016 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 CA8CBA73291; Sun, 31 Jan 2016 08:20:02 +0000 (UTC) (envelope-from koobs@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 9C6CB1C07; Sun, 31 Jan 2016 08:20:02 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0V8K19L067733; Sun, 31 Jan 2016 08:20:01 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0V8K1tR067732; Sun, 31 Jan 2016 08:20:01 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201601310820.u0V8K1tR067732@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Sun, 31 Jan 2016 08:20:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407583 - head/devel/py-python-magic X-SVN-Group: ports-head 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.20 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: Sun, 31 Jan 2016 08:20:02 -0000 Author: koobs Date: Sun Jan 31 08:20:01 2016 New Revision: 407583 URL: https://svnweb.freebsd.org/changeset/ports/407583 Log: devel/py-python-magic: Allow USES to be overriden Allow USES value to be overridden, in this case by py3-python-magic Modified: head/devel/py-python-magic/Makefile Modified: head/devel/py-python-magic/Makefile ============================================================================== --- head/devel/py-python-magic/Makefile Sun Jan 31 08:18:29 2016 (r407582) +++ head/devel/py-python-magic/Makefile Sun Jan 31 08:20:01 2016 (r407583) @@ -12,7 +12,7 @@ COMMENT= File type identification using LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python +USES?= python USE_GITHUB= yes USE_PYTHON= autoplist distutils