Date: Tue, 19 Jun 2018 00:03:37 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472721 - head/science/py-netCDF4 Message-ID: <201806190003.w5J03bDl071663@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Tue Jun 19 00:03:37 2018 New Revision: 472721 URL: https://svnweb.freebsd.org/changeset/ports/472721 Log: science/py-netCDF4: Add USE_PYTHON=concurrent Approved by: portmgr Modified: head/science/py-netCDF4/Makefile Modified: head/science/py-netCDF4/Makefile ============================================================================== --- head/science/py-netCDF4/Makefile Mon Jun 18 22:38:07 2018 (r472720) +++ head/science/py-netCDF4/Makefile Tue Jun 19 00:03:37 2018 (r472721) @@ -3,6 +3,7 @@ PORTNAME= netCDF4 PORTVERSION= 1.3.1 +PORTREVISION= 1 DISTVERSIONPREFIX= v DISTVERSIONSUFFIX= rel CATEGORIES= science python @@ -22,7 +23,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} OPTIONS_DEFINE= DOCS EXAMPLES USES= python -USE_PYTHON= autoplist distutils cython +USE_PYTHON= autoplist concurrent distutils cython DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806190003.w5J03bDl071663>