Thursday, November 30, 2017

UPDATE: math/hdf5

Hi,

update math/hdf5 1.8.19 -> 1.8.20

Changelog and compatibility report (for shared libs versions):
https://support.hdfgroup.org/HDF5/doc1.8/ADGuide/Changes.html
https://support.hdfgroup.org/HDF5/doc1.8/ADGuide/Compatibility_Report/CR_1.8.20.html

Regarding version numbers the only relevant change seems to be the addition
of symbols in hdf5_cpp, so bump the minor version number there.

(The commented version numbers are synced with the upstream numbers from
shared_libs.log; however as both the compatibility report and
/usr/src/lib/check_sym confirm there are no visible changes in the other
libraries.)

OK?

Best regards,
Ingo

Index: Makefile
===================================================================
RCS file: /cvs/ports/math/hdf5/Makefile,v
retrieving revision 1.14
diff -u -p -r1.14 Makefile
--- Makefile 26 Jul 2017 22:45:26 -0000 1.14
+++ Makefile 30 Nov 2017 12:54:24 -0000
@@ -2,14 +2,13 @@

COMMENT = Hierarchical Data Format 5 Technology suite

-V = 1.8.19
+V = 1.8.20
DISTNAME = hdf5-${V}
-REVISION = 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
+SHARED_LIBS += hdf5 1.1 # 13.1
+SHARED_LIBS += hdf5_cpp 4.1 # 15.0
+SHARED_LIBS += hdf5_hl 1.1 # 12.1
+SHARED_LIBS += hdf5_hl_cpp 2.0 # 12.1

CATEGORIES = math

Index: distinfo
===================================================================
RCS file: /cvs/ports/math/hdf5/distinfo,v
retrieving revision 1.5
diff -u -p -r1.5 distinfo
--- distinfo 28 Jun 2017 10:16:40 -0000 1.5
+++ distinfo 30 Nov 2017 12:54:24 -0000
@@ -1,2 +1,2 @@
-SHA256 (hdf5-1.8.19.tar.gz) = pDNYSfGfrojCZP0N8Ea8Mhp4xTayVI/FCGJ6eQVk3Dg=
-SIZE (hdf5-1.8.19.tar.gz) = 12396238
+SHA256 (hdf5-1.8.20.tar.gz) = btZgzNK8RaqAjqcuCPM8xkAJ6d1OOjcrU0OLIQMS6Nk=
+SIZE (hdf5-1.8.20.tar.gz) = 12475267
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/math/hdf5/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -r1.2 PLIST
--- pkg/PLIST 17 Nov 2015 17:46:00 -0000 1.2
+++ pkg/PLIST 30 Nov 2017 12:54:24 -0000
@@ -64,6 +64,7 @@ include/H5Include.h
include/H5IntType.h
include/H5Ipublic.h
include/H5LTpublic.h
+include/H5LaccProp.h
include/H5Library.h
include/H5Location.h
include/H5Lpublic.h

No comments:

Post a Comment