Update math/hdf5 1.8.18 -> 1.8.19 Changelog (for bumps of shared libs): https://support.hdfgroup.org/HDF5/doc1.8/ADGuide/Changes.html https://support.hdfgroup.org/HDF5/doc1.8/ADGuide/Compatibility_Report/CR_1.8.19.html
The only patch is no longer needed, so remove it. OK? Best regards, Ingo Index: Makefile =================================================================== RCS file: /cvs/ports/math/hdf5/Makefile,v retrieving revision 1.10 diff -u -p -r1.10 Makefile --- Makefile 10 Apr 2017 11:46:22 -0000 1.10 +++ Makefile 16 Jun 2017 11:24:04 -0000 @@ -2,12 +2,12 @@ COMMENT = Hierarchical Data Format 5 Technology suite -V = 1.8.18 +V = 1.8.19 DISTNAME = hdf5-${V} -SHARED_LIBS += hdf5 1.0 # 12.1 -SHARED_LIBS += hdf5_cpp 3.0 # 13.0 -SHARED_LIBS += hdf5_hl 1.0 # 11.1 +SHARED_LIBS += hdf5 1.1 # 13.0 +SHARED_LIBS += hdf5_cpp 4.0 # 14.0 +SHARED_LIBS += hdf5_hl 1.1 # 12.0 SHARED_LIBS += hdf5_hl_cpp 2.0 # 12.0 CATEGORIES = math Index: distinfo =================================================================== RCS file: /cvs/ports/math/hdf5/distinfo,v retrieving revision 1.4 diff -u -p -r1.4 distinfo --- distinfo 1 Dec 2016 17:36:41 -0000 1.4 +++ distinfo 16 Jun 2017 11:24:04 -0000 @@ -1,2 +1,2 @@ -SHA256 (hdf5-1.8.18.tar.gz) = zbGVrY2eZ4Ks8kskiAYSifYVYowszahFewoMP7eooGM= -SIZE (hdf5-1.8.18.tar.gz) = 12373674 +SHA256 (hdf5-1.8.19.tar.gz) = pDNYSfGfrojCZP0N8Ea8Mhp4xTayVI/FCGJ6eQVk3Dg= +SIZE (hdf5-1.8.19.tar.gz) = 12396238 Index: patches/patch-tools_lib_h5diff_array_c =================================================================== RCS file: patches/patch-tools_lib_h5diff_array_c diff -N patches/patch-tools_lib_h5diff_array_c --- patches/patch-tools_lib_h5diff_array_c 29 Jun 2015 19:43:53 -0000 1.1.1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,11 +0,0 @@ -$OpenBSD: patch-tools_lib_h5diff_array_c,v 1.1.1.1 2015/06/29 19:43:53 feinerer Exp $ ---- tools/lib/h5diff_array.c.orig Sun Jun 21 09:03:50 2015 -+++ tools/lib/h5diff_array.c Sun Jun 21 09:04:23 2015 -@@ -15,7 +15,6 @@ - - #include <math.h> - #include <time.h> --#include <sys/timeb.h> - - #include "H5private.h" - #include "h5tools.h"