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/hdf5 | |
parent | dded3d1dcbfe2733d46741740483ebcc850bfc97 (diff) |
Notes
Diffstat (limited to 'science/hdf5')
-rw-r--r-- | science/hdf5/Makefile | 10 | ||||
-rw-r--r-- | science/hdf5/distinfo | 4 | ||||
-rw-r--r-- | science/hdf5/pkg-plist | 24 |
3 files changed, 19 insertions, 19 deletions
diff --git a/science/hdf5/Makefile b/science/hdf5/Makefile index a73d3c676a7d..1935e5f48c8c 100644 --- a/science/hdf5/Makefile +++ b/science/hdf5/Makefile @@ -2,10 +2,11 @@ # $FreeBSD$ PORTNAME= hdf5 -PORTVERSION= 1.8.13 -PORTREVISION= 1 +PORTVERSION= 1.8.14 CATEGORIES= science archivers graphics -MASTER_SITES= http://www.hdfgroup.org/ftp/HDF5/releases/${DISTNAME}/src/ \ +MASTER_SITES= http://www.hdfgroup.org/ftp/HDF5/current/src/ \ + ftp://ftp.hdfgroup.org/HDF5/current/src/ \ + http://www.hdfgroup.org/ftp/HDF5/releases/${DISTNAME}/src/ \ ftp://ftp.hdfgroup.org/HDF5/releases/${DISTNAME}/src/ \ LOCAL/sunpoet @@ -19,7 +20,6 @@ CONFLICTS_INSTALL= hdf-4.[0-9]* hdf5-1.6.[0-9]* OPTIONS_DEFINE= DEBUG EXAMPLES FORTRAN SZIP OPTIONS_SUB= yes -#CFLAGS+= -D__BSD_VISIBLE CONFIGURE_ARGS= --enable-cxx \ --enable-hl \ --enable-instrument \ @@ -27,7 +27,7 @@ CONFIGURE_ARGS= --enable-cxx \ --with-pthread=/usr \ --with-zlib=/usr GNU_CONFIGURE= yes -MAKE_ENV= INSTALL_STRIP_FLAG=${STRIP} +INSTALL_TARGET= install-strip MAKE_JOBS_UNSAFE= yes USE_LDCONFIG= yes USES= libtool tar:bzip2 diff --git a/science/hdf5/distinfo b/science/hdf5/distinfo index 74db4a0f032e..dcb2522ae15f 100644 --- a/science/hdf5/distinfo +++ b/science/hdf5/distinfo @@ -1,2 +1,2 @@ -SHA256 (hdf5-1.8.13.tar.bz2) = c2f5a412107aba6f99fd7a4a9db6ce5f5fc8171ec931472784e5839d26aa17ef -SIZE (hdf5-1.8.13.tar.bz2) = 9496378 +SHA256 (hdf5-1.8.14.tar.bz2) = 53722cb9f5977af2908f92fc1a3f8c597800a5cb448cfe5c75060d6335bb9bab +SIZE (hdf5-1.8.14.tar.bz2) = 9503743 diff --git a/science/hdf5/pkg-plist b/science/hdf5/pkg-plist index 2f15621862ba..881ccd9ae277 100644 --- a/science/hdf5/pkg-plist +++ b/science/hdf5/pkg-plist @@ -128,25 +128,25 @@ include/hdf5_hl.h lib/libhdf5.a lib/libhdf5.settings lib/libhdf5.so -lib/libhdf5.so.8 -lib/libhdf5.so.8.0.2 +lib/libhdf5.so.9 +lib/libhdf5.so.9.0.0 lib/libhdf5_cpp.a lib/libhdf5_cpp.so -lib/libhdf5_cpp.so.8 -lib/libhdf5_cpp.so.8.0.2 +lib/libhdf5_cpp.so.9 +lib/libhdf5_cpp.so.9.0.0 %%FORTRAN%%lib/libhdf5_fortran.a %%FORTRAN%%lib/libhdf5_fortran.so -%%FORTRAN%%lib/libhdf5_fortran.so.8 -%%FORTRAN%%lib/libhdf5_fortran.so.8.0.2 +%%FORTRAN%%lib/libhdf5_fortran.so.9 +%%FORTRAN%%lib/libhdf5_fortran.so.9.0.0 lib/libhdf5_hl.a lib/libhdf5_hl.so -lib/libhdf5_hl.so.8 -lib/libhdf5_hl.so.8.0.2 +lib/libhdf5_hl.so.9 +lib/libhdf5_hl.so.9.0.0 lib/libhdf5_hl_cpp.a lib/libhdf5_hl_cpp.so -lib/libhdf5_hl_cpp.so.8 -lib/libhdf5_hl_cpp.so.8.0.2 +lib/libhdf5_hl_cpp.so.9 +lib/libhdf5_hl_cpp.so.9.0.0 %%FORTRAN%%lib/libhdf5hl_fortran.a %%FORTRAN%%lib/libhdf5hl_fortran.so -%%FORTRAN%%lib/libhdf5hl_fortran.so.8 -%%FORTRAN%%lib/libhdf5hl_fortran.so.8.0.2 +%%FORTRAN%%lib/libhdf5hl_fortran.so.9 +%%FORTRAN%%lib/libhdf5hl_fortran.so.9.0.0 |