From a08eabd218d94a4d5f956cdeaf8665f4bd2e0ac6 Mon Sep 17 00:00:00 2001 From: sunpoet Date: Wed, 6 Jun 2012 16:45:22 +0000 Subject: - 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) --- science/hdf5-18/Makefile | 9 ++++++--- science/hdf5-18/distinfo | 4 ++-- science/hdf5-18/files/patch-src-H5FDdirect.c | 2 +- science/hdf5-18/pkg-plist | 1 + 4 files changed, 10 insertions(+), 6 deletions(-) (limited to 'science') 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 -- cgit