aboutsummaryrefslogtreecommitdiffstats
path: root/science/py-h5py
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2014-05-03 08:55:30 +0800
committersunpoet <sunpoet@FreeBSD.org>2014-05-03 08:55:30 +0800
commit4c8bd33779d7514cabed99d6c6eccbe6635ee926 (patch)
tree0a69cd254580d4d21a13477bb17d8668bd96aeaa /science/py-h5py
parentd352b0e62328caabefe233d757172ba4bc645a36 (diff)
downloadfreebsd-ports-gnome-4c8bd33779d7514cabed99d6c6eccbe6635ee926.tar.gz
freebsd-ports-gnome-4c8bd33779d7514cabed99d6c6eccbe6635ee926.tar.zst
freebsd-ports-gnome-4c8bd33779d7514cabed99d6c6eccbe6635ee926.zip
- Update to 1.8.12 (from science/hdf5-18)
- Add LICENSE - Convert to new LIB_DEPENDS format - Convert to new options helper - Use NOT_FOR_ARCHS - Strip shared library - Remove deprecated PTHREAD_* - Use MAKE_CMD - Bump PORTREVISION for science/hdf5 shlib change [1] Changes: http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.12-RELEASE.txt http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html Approved by: portmgr (bapt) [1]
Diffstat (limited to 'science/py-h5py')
-rw-r--r--science/py-h5py/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/science/py-h5py/Makefile b/science/py-h5py/Makefile
index cc1135cabfd6..1efd80f4e308 100644
--- a/science/py-h5py/Makefile
+++ b/science/py-h5py/Makefile
@@ -3,7 +3,7 @@
PORTNAME= h5py
PORTVERSION= 2.2.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= science python
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +15,7 @@ LICENSE= BSD
BUILD_DEPENDS= ${PYNUMPY}
RUN_DEPENDS= ${PYNUMPY}
-LIB_DEPENDS= libhdf5.so:${PORTSDIR}/science/hdf5-18
+LIB_DEPENDS= libhdf5.so:${PORTSDIR}/science/hdf5
USE_PYTHON= yes
USE_PYDISTUTILS= yes