diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-01-18 10:39:51 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-01-18 10:39:51 +0000 |
commit | 6e5edf87e4e65cea762f73e6fe1f5b0f883a7d2d (patch) | |
tree | e34adbd86afd804caa501594aaf9fc14e3a13d45 /science/h5utils | |
parent | dded3d1dcbfe2733d46741740483ebcc850bfc97 (diff) | |
download | freebsd-ports-6e5edf87e4e65cea762f73e6fe1f5b0f883a7d2d.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/h5utils')
-rw-r--r-- | science/h5utils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/h5utils/Makefile b/science/h5utils/Makefile index 639ecd93e391..f78030542326 100644 --- a/science/h5utils/Makefile +++ b/science/h5utils/Makefile @@ -3,7 +3,7 @@ PORTNAME= h5utils PORTVERSION= 1.12.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= science MASTER_SITES= http://ab-initio.mit.edu/${PORTNAME}/ |