diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-19 18:38:48 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-19 18:38:48 +0000 |
commit | 4636be384ce7d2b468ad305218038c0bdbc39d6a (patch) | |
tree | ed8a80b9c80121e8cfc525117de1c9dc24f55444 /science | |
parent | 7881d1c5aa648f412c4f3bf746ee53036e53b9a2 (diff) | |
download | ports-4636be384ce7d2b468ad305218038c0bdbc39d6a.tar.gz ports-4636be384ce7d2b468ad305218038c0bdbc39d6a.zip |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/hdf5/Makefile | 12 | ||||
-rw-r--r-- | science/hdf5/distinfo | 4 | ||||
-rw-r--r-- | science/hdf5/pkg-plist | 11 |
3 files changed, 12 insertions, 15 deletions
diff --git a/science/hdf5/Makefile b/science/hdf5/Makefile index dfe2ba73614b..d0bfe91184ca 100644 --- a/science/hdf5/Makefile +++ b/science/hdf5/Makefile @@ -2,13 +2,11 @@ # $FreeBSD$ PORTNAME= hdf5 -PORTVERSION= 1.8.12 +PORTVERSION= 1.8.13 CATEGORIES= science archivers graphics -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/ -#DISTNAME= ${PORTNAME}-${PORTVERSION}-patch1 +MASTER_SITES= http://www.hdfgroup.org/ftp/HDF5/releases/${DISTNAME}/src/ \ + ftp://ftp.hdfgroup.org/HDF5/releases/${DISTNAME}/src/ \ + LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org COMMENT= Hierarchical Data Format library (from NCSA) @@ -20,7 +18,7 @@ CONFLICTS_INSTALL= hdf-4.[0-9]* hdf5-1.6.[0-9]* OPTIONS_DEFINE= DEBUG EXAMPLES FORTRAN SZIP OPTIONS_SUB= yes -CFLAGS+= -D__BSD_VISIBLE +#CFLAGS+= -D__BSD_VISIBLE CONFIGURE_ARGS= --enable-cxx \ --enable-hl \ --enable-instrument \ diff --git a/science/hdf5/distinfo b/science/hdf5/distinfo index 877852712bd7..74db4a0f032e 100644 --- a/science/hdf5/distinfo +++ b/science/hdf5/distinfo @@ -1,2 +1,2 @@ -SHA256 (hdf5-1.8.12.tar.bz2) = 6d080f913a226a3ce390a11d9b571b2d5866581a2aa4434c398cd371c7063639 -SIZE (hdf5-1.8.12.tar.bz2) = 5994832 +SHA256 (hdf5-1.8.13.tar.bz2) = c2f5a412107aba6f99fd7a4a9db6ce5f5fc8171ec931472784e5839d26aa17ef +SIZE (hdf5-1.8.13.tar.bz2) = 9496378 diff --git a/science/hdf5/pkg-plist b/science/hdf5/pkg-plist index c4cc3fc7c4ef..f08b0cf2ef66 100644 --- a/science/hdf5/pkg-plist +++ b/science/hdf5/pkg-plist @@ -47,7 +47,6 @@ include/H5FDfamily.h include/H5FDlog.h include/H5FDmpi.h include/H5FDmpio.h -include/H5FDmpiposix.h include/H5FDmulti.h include/H5FDpublic.h include/H5FDsec2.h @@ -129,23 +128,23 @@ lib/libhdf5.a lib/libhdf5.settings lib/libhdf5.so lib/libhdf5.so.8 -lib/libhdf5.so.8.0.1 +lib/libhdf5.so.8.0.2 lib/libhdf5_cpp.a lib/libhdf5_cpp.so lib/libhdf5_cpp.so.8 -lib/libhdf5_cpp.so.8.0.1 +lib/libhdf5_cpp.so.8.0.2 %%FORTRAN%%lib/libhdf5_fortran.a %%FORTRAN%%lib/libhdf5_fortran.so %%FORTRAN%%lib/libhdf5_fortran.so.8 -%%FORTRAN%%lib/libhdf5_fortran.so.8.0.1 +%%FORTRAN%%lib/libhdf5_fortran.so.8.0.2 lib/libhdf5_hl.a lib/libhdf5_hl.so lib/libhdf5_hl.so.8 -lib/libhdf5_hl.so.8.0.1 +lib/libhdf5_hl.so.8.0.2 lib/libhdf5_hl_cpp.a lib/libhdf5_hl_cpp.so lib/libhdf5_hl_cpp.so.8 -lib/libhdf5_hl_cpp.so.8.0.1 +lib/libhdf5_hl_cpp.so.8.0.2 %%FORTRAN%%lib/libhdf5hl_fortran.a %%FORTRAN%%lib/libhdf5hl_fortran.so %%FORTRAN%%lib/libhdf5hl_fortran.so.8 |