diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-01-18 18:39:51 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-01-18 18:39:51 +0800 |
commit | 46e7b9a0e7e218ec32c734e1f6d28e4d290123f1 (patch) | |
tree | e34adbd86afd804caa501594aaf9fc14e3a13d45 /science/py-h5py | |
parent | 2f0398dfe100750532f3fd19bc440b2a2e82d811 (diff) | |
download | freebsd-ports-gnome-46e7b9a0e7e218ec32c734e1f6d28e4d290123f1.tar.gz freebsd-ports-gnome-46e7b9a0e7e218ec32c734e1f6d28e4d290123f1.tar.zst freebsd-ports-gnome-46e7b9a0e7e218ec32c734e1f6d28e4d290123f1.zip |
- Update to 1.8.14
- Update MASTER_SITES
- Use INSTALL_TARGET=install-strip instead of MAKE_ENV=INSTALL_STRIP_FLAG=${STRIP}
- Bump PORTREVISION for science/hdf5 shlib change
Changes: http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.14-RELEASE.txt
http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html
Diffstat (limited to 'science/py-h5py')
-rw-r--r-- | science/py-h5py/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/science/py-h5py/Makefile b/science/py-h5py/Makefile index ee0842393540..8f3875d3cbc5 100644 --- a/science/py-h5py/Makefile +++ b/science/py-h5py/Makefile @@ -3,6 +3,7 @@ PORTNAME= h5py PORTVERSION= 2.4.0 +PORTREVISION= 1 CATEGORIES= science python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |