summaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-06-06 16:45:22 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-06-06 16:45:22 +0000
commit7280313c2e88ee767b8072e0c4ffb4e0ef525c12 (patch)
tree72fc1c7664c49afc9bf4adb94b17cea9db41468f /science
parent- Update to 0.18 (diff)
- 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)
Notes
Notes: svn path=/head/; revision=298611
Diffstat (limited to 'science')
-rw-r--r--science/hdf5-18/Makefile9
-rw-r--r--science/hdf5-18/distinfo4
-rw-r--r--science/hdf5-18/files/patch-src-H5FDdirect.c2
-rw-r--r--science/hdf5-18/pkg-plist1
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