svn commit: r434075 - head/devel/py-tables

Dmitry Sivachenko demon at FreeBSD.org
Tue Feb 14 10:52:21 UTC 2017


Author: demon
Date: Tue Feb 14 10:52:20 2017
New Revision: 434075
URL: https://svnweb.freebsd.org/changeset/ports/434075

Log:
  Allow concurrent install.
  
  PR:		216580
  Submitted by:	John W. O'Brien <john at saltant.com>
  maintainer timeout.

Modified:
  head/devel/py-tables/Makefile

Modified: head/devel/py-tables/Makefile
==============================================================================
--- head/devel/py-tables/Makefile	Tue Feb 14 10:50:22 2017	(r434074)
+++ head/devel/py-tables/Makefile	Tue Feb 14 10:52:20 2017	(r434075)
@@ -3,7 +3,7 @@
 
 PORTNAME=	tables
 PORTVERSION=	3.2.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -22,7 +22,7 @@ LIB_DEPENDS=	libhdf5.so:science/hdf5 \
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		fortran python
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 
 PORTEXAMPLES=	*
 


More information about the svn-ports-head mailing list