From owner-svn-ports-head@FreeBSD.ORG Fri Aug 15 03:01:14 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B7EF67B2; Fri, 15 Aug 2014 03:01:14 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 A43B125F9; Fri, 15 Aug 2014 03:01:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7F31ECw073382; Fri, 15 Aug 2014 03:01:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7F31Egm073381; Fri, 15 Aug 2014 03:01:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201408150301.s7F31Egm073381@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 15 Aug 2014 03:01:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364902 - head/graphics/py-gdal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Aug 2014 03:01:14 -0000 Author: sunpoet Date: Fri Aug 15 03:01:14 2014 New Revision: 364902 URL: http://svnweb.freebsd.org/changeset/ports/364902 QAT: https://qat.redports.org/buildarchive/r364902/ Log: - Use USES=python Modified: head/graphics/py-gdal/Makefile Modified: head/graphics/py-gdal/Makefile ============================================================================== --- head/graphics/py-gdal/Makefile Fri Aug 15 03:01:09 2014 (r364901) +++ head/graphics/py-gdal/Makefile Fri Aug 15 03:01:14 2014 (r364902) @@ -20,10 +20,8 @@ LIB_DEPENDS= libgdal.so:${PORTSDIR}/grap OPTIONS_DEFINE= NUMPY NUMPY_DESC= Enable array support via NumPy -PYDISTUTILS_AUTOPLIST= yes -USE_PYDISTUTILS=yes -USE_PYTHON= yes -USES= shebangfix +PYTHON_FEATURES=autoplist,distutils +USES= python shebangfix WRKSRC= ${WRKDIR}/${DISTNAME}/swig/python