diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-11-23 16:29:42 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-11-23 16:29:42 +0000 |
commit | 75e596beb82ca63bc2b571a0b269e7b61ce30a32 (patch) | |
tree | c8e7efa1f67900bc8bbc13b3e41c94394d2da2d5 /science/hdf5 | |
parent | bdb1c6a9b4d1a5f0ebe289e8b89972096b357e40 (diff) | |
download | ports-75e596beb82ca63bc2b571a0b269e7b61ce30a32.tar.gz ports-75e596beb82ca63bc2b571a0b269e7b61ce30a32.zip |
- Update to 1.6.8
PR: 128962
Submitted by: Wen Heping <wenheping@gmail.com>
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=223278
Diffstat (limited to 'science/hdf5')
-rw-r--r-- | science/hdf5/Makefile | 3 | ||||
-rw-r--r-- | science/hdf5/distinfo | 6 | ||||
-rw-r--r-- | science/hdf5/pkg-plist | 3 |
3 files changed, 4 insertions, 8 deletions
diff --git a/science/hdf5/Makefile b/science/hdf5/Makefile index b84a06008667..514a31a3a6d8 100644 --- a/science/hdf5/Makefile +++ b/science/hdf5/Makefile @@ -7,8 +7,7 @@ # PORTNAME= hdf5 -PORTVERSION= 1.6.7 -PORTREVISION= 1 +PORTVERSION= 1.6.8 CATEGORIES= science archivers graphics MASTER_SITES= ftp://ftp.hdfgroup.org/HDF5/current16/src/ \ ftp://ftp.hdfgroup.org/HDF5/prev-releases/ \ diff --git a/science/hdf5/distinfo b/science/hdf5/distinfo index 5bbf08c91ba0..00638289010d 100644 --- a/science/hdf5/distinfo +++ b/science/hdf5/distinfo @@ -1,3 +1,3 @@ -MD5 (hdf5-1.6.7.tar.gz) = 79027c67188e2e4131c5573771f477ce -SHA256 (hdf5-1.6.7.tar.gz) = 9d9a98204f8c7d82f767f27f84db2520c04f5c73a4a6348c781a0d91a296e9a2 -SIZE (hdf5-1.6.7.tar.gz) = 5299219 +MD5 (hdf5-1.6.8.tar.gz) = a822babf2810b509cc6779de739debd3 +SHA256 (hdf5-1.6.8.tar.gz) = 8226c12bc224ac9454d51921b2cda591f094c1c25ca96d67504ca21bb3f6b7e2 +SIZE (hdf5-1.6.8.tar.gz) = 5346975 diff --git a/science/hdf5/pkg-plist b/science/hdf5/pkg-plist index ac51c104c1bd..ba8217caef46 100644 --- a/science/hdf5/pkg-plist +++ b/science/hdf5/pkg-plist @@ -37,7 +37,6 @@ include/H5Epublic.h include/H5Exception.h include/H5FDcore.h include/H5FDfamily.h -include/H5FDgass.h include/H5FDlog.h include/H5FDmpi.h include/H5FDmpio.h @@ -45,7 +44,6 @@ include/H5FDmpiposix.h include/H5FDmulti.h include/H5FDpublic.h include/H5FDsec2.h -include/H5FDsrb.h include/H5FDstdio.h include/H5FaccProp.h include/H5FcreatProp.h @@ -148,7 +146,6 @@ lib/libhdf5_hl.so.0 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/h5_reference.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/h5_select.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/h5_write.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/ph5example.c %%FORTRAN%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fortran/attrexample.f90 %%FORTRAN%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fortran/compound.f90 %%FORTRAN%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fortran/dsetexample.f90 |