View | Details | Raw Unified | Return to bug 168142
Collapse All | Expand All

(-)Makefile (-2 / +5 lines)
Lines 6-14 Link Here
6
#
6
#
7
7
8
PORTNAME=	hdf5
8
PORTNAME=	hdf5
9
PORTVERSION=	1.8.8
9
PORTVERSION=	1.8.9
10
CATEGORIES=	science archivers graphics
10
CATEGORIES=	science archivers graphics
11
MASTER_SITES=	ftp://ftp.hdfgroup.org/HDF5/prev-releases/hdf5-${PORTVERSION}/src/
11
MASTER_SITES=	http://www.hdfgroup.org/ftp/HDF5/current/src/ \
12
		ftp://ftp.hdfgroup.org/HDF5/current/src/ \
13
		http://www.hdfgroup.org/ftp/HDF5/releases/${PORTNAME}-${PORTVERSION}/src/ \
14
		ftp://ftp.hdfgroup.org/HDF5/releases/${PORTNAME}-${PORTVERSION}/src/
12
#DISTNAME=	${PORTNAME}-${PORTVERSION}-patch1
15
#DISTNAME=	${PORTNAME}-${PORTVERSION}-patch1
13
16
14
MAINTAINER=	koziol@hdfgroup.org
17
MAINTAINER=	koziol@hdfgroup.org
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (hdf5-1.8.8.tar.bz2) = b0ebb0b5478c6c0427631d4ad08f96e39f1b09fde615aa98d2a1b8fb7f6dced3
1
SHA256 (hdf5-1.8.9.tar.bz2) = fafe54856b00f0d6531629f66e2c476ab6ee03458803088f270bbfc4a60966c7
2
SIZE (hdf5-1.8.8.tar.bz2) = 5827394
2
SIZE (hdf5-1.8.9.tar.bz2) = 6006715
(-)pkg-plist (+1 lines)
Lines 146-151 Link Here
146
%%FORTRAN%%lib/libhdf5hl_fortran.la
146
%%FORTRAN%%lib/libhdf5hl_fortran.la
147
%%FORTRAN%%lib/libhdf5hl_fortran.so
147
%%FORTRAN%%lib/libhdf5hl_fortran.so
148
%%FORTRAN%%lib/libhdf5hl_fortran.so.7
148
%%FORTRAN%%lib/libhdf5hl_fortran.so.7
149
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README
149
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/chunks.cpp
150
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/chunks.cpp
150
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/compound.cpp
151
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/compound.cpp
151
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/create.cpp
152
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/create.cpp
(-)files/patch-src-H5FDdirect.c (-1 / +1 lines)
Lines 8-11 Link Here
8
+
8
+
9
 #include "H5private.h"    /* Generic Functions      */
9
 #include "H5private.h"    /* Generic Functions      */
10
 #include "H5Eprivate.h"    /* Error handling        */
10
 #include "H5Eprivate.h"    /* Error handling        */
11
 #include "H5Fprivate.h"    /* File access        */
11
 #include "H5Fprivate.h"    /* File access        */

Return to bug 168142