svn commit: r395843 - head/graphics/py-gdal

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Sep 2 14:00:47 UTC 2015


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 at 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


More information about the svn-ports-head mailing list