diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-06-07 00:45:22 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-06-07 00:45:22 +0800 |
commit | a08eabd218d94a4d5f956cdeaf8665f4bd2e0ac6 (patch) | |
tree | 0b565a14ba3ef7473bb9ec1d074e4114115299a1 /science/hdf5-18 | |
parent | e0c0ec53739e60fd2d0a2fcf33720b67884a0277 (diff) | |
download | freebsd-ports-gnome-a08eabd218d94a4d5f956cdeaf8665f4bd2e0ac6.tar.gz freebsd-ports-gnome-a08eabd218d94a4d5f956cdeaf8665f4bd2e0ac6.tar.zst freebsd-ports-gnome-a08eabd218d94a4d5f956cdeaf8665f4bd2e0ac6.zip |
- Update to 1.8.9
- Update MASTER_SITES
- Pet portlint: remove ABI version number from LIB_DEPENDS
- Restore missing newline at the end of patch file
Changes: http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.9-RELEASE.txt
http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html
PR: ports/168142
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 18 days)
Diffstat (limited to 'science/hdf5-18')
-rw-r--r-- | science/hdf5-18/Makefile | 9 | ||||
-rw-r--r-- | science/hdf5-18/distinfo | 4 | ||||
-rw-r--r-- | science/hdf5-18/files/patch-src-H5FDdirect.c | 2 | ||||
-rw-r--r-- | science/hdf5-18/pkg-plist | 1 |
4 files changed, 10 insertions, 6 deletions
diff --git a/science/hdf5-18/Makefile b/science/hdf5-18/Makefile index b4e4fcb85865..00b10cfff0ff 100644 --- a/science/hdf5-18/Makefile +++ b/science/hdf5-18/Makefile @@ -6,9 +6,12 @@ # PORTNAME= hdf5 -PORTVERSION= 1.8.8 +PORTVERSION= 1.8.9 CATEGORIES= science archivers graphics -MASTER_SITES= ftp://ftp.hdfgroup.org/HDF5/prev-releases/hdf5-${PORTVERSION}/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/${PORTNAME}-${PORTVERSION}/src/ \ + ftp://ftp.hdfgroup.org/HDF5/releases/${PORTNAME}-${PORTVERSION}/src/ #DISTNAME= ${PORTNAME}-${PORTVERSION}-patch1 MAINTAINER= koziol@hdfgroup.org @@ -46,7 +49,7 @@ PLIST_SUB+= FORTRAN="@comment " .endif .if defined(WITH_SZIP) -LIB_DEPENDS+= sz.2:${PORTSDIR}/science/szip +LIB_DEPENDS+= sz:${PORTSDIR}/science/szip CONFIGURE_ARGS+=--with-szlib=${LOCALBASE} .endif diff --git a/science/hdf5-18/distinfo b/science/hdf5-18/distinfo index 1110b3803bbf..b593ae7b38ce 100644 --- a/science/hdf5-18/distinfo +++ b/science/hdf5-18/distinfo @@ -1,2 +1,2 @@ -SHA256 (hdf5-1.8.8.tar.bz2) = b0ebb0b5478c6c0427631d4ad08f96e39f1b09fde615aa98d2a1b8fb7f6dced3 -SIZE (hdf5-1.8.8.tar.bz2) = 5827394 +SHA256 (hdf5-1.8.9.tar.bz2) = fafe54856b00f0d6531629f66e2c476ab6ee03458803088f270bbfc4a60966c7 +SIZE (hdf5-1.8.9.tar.bz2) = 6006715 diff --git a/science/hdf5-18/files/patch-src-H5FDdirect.c b/science/hdf5-18/files/patch-src-H5FDdirect.c index 9e58a20ac27f..037b8f01e044 100644 --- a/science/hdf5-18/files/patch-src-H5FDdirect.c +++ b/science/hdf5-18/files/patch-src-H5FDdirect.c @@ -8,4 +8,4 @@ + #include "H5private.h" /* Generic Functions */ #include "H5Eprivate.h" /* Error handling */ - #include "H5Fprivate.h" /* File access */
\ No newline at end of file + #include "H5Fprivate.h" /* File access */ diff --git a/science/hdf5-18/pkg-plist b/science/hdf5-18/pkg-plist index 21b8eb7f1c07..49a79a919cb2 100644 --- a/science/hdf5-18/pkg-plist +++ b/science/hdf5-18/pkg-plist @@ -146,6 +146,7 @@ lib/libhdf5_hl_cpp.so.7 %%FORTRAN%%lib/libhdf5hl_fortran.la %%FORTRAN%%lib/libhdf5hl_fortran.so %%FORTRAN%%lib/libhdf5hl_fortran.so.7 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/chunks.cpp %%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/compound.cpp %%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/create.cpp |