Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Sep 2015 14:00:47 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r395843 - head/graphics/py-gdal
Message-ID:  <201509021400.t82E0lwW035975@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Sep  2 14:00:46 2015
New Revision: 395843
URL: https://svnweb.freebsd.org/changeset/ports/395843

Log:
  - Allow concurrent installation (USE_PYTHON=concurrent)
  - Bump PORTREVISION for package change
  
  PR:		202647
  Submitted by:	Matthieu Volat <mazhe@alkumuna.eu>

Modified:
  head/graphics/py-gdal/Makefile

Modified: head/graphics/py-gdal/Makefile
==============================================================================
--- head/graphics/py-gdal/Makefile	Wed Sep  2 13:58:40 2015	(r395842)
+++ head/graphics/py-gdal/Makefile	Wed Sep  2 14:00:46 2015	(r395843)
@@ -3,6 +3,7 @@
 
 PORTNAME=	gdal
 PORTVERSION=	2.0.0
+PORTREVISION=	1
 CATEGORIES=	graphics python
 MASTER_SITES=	http://download.osgeo.org/gdal/${PORTVERSION}/ \
 		ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \
@@ -19,7 +20,7 @@ LIB_DEPENDS=	libgdal.so:${PORTSDIR}/grap
 OPTIONS_DEFINE=	NUMPY
 NUMPY_DESC=	Enable array support via NumPy
 
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 USES=		python shebangfix tar:xz
 
 WRKSRC=		${WRKDIR}/${DISTNAME}/swig/python



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509021400.t82E0lwW035975>