Date: Tue, 14 Feb 2017 10:52:20 +0000 (UTC) From: Dmitry Sivachenko <demon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434075 - head/devel/py-tables Message-ID: <201702141052.v1EAqK53090455@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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= *
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702141052.v1EAqK53090455>