mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- 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)
This commit is contained in:
parent
6df4f46527
commit
7280313c2e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298611
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -8,4 +8,4 @@
|
||||
+
|
||||
#include "H5private.h" /* Generic Functions */
|
||||
#include "H5Eprivate.h" /* Error handling */
|
||||
#include "H5Fprivate.h" /* File access */
|
||||
#include "H5Fprivate.h" /* File access */
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user