Date: Sun, 02 Mar 2014 16:13:37 +0100 From: Kurt Jaeger <fbsd-ports@opsec.eu> To: FreeBSD-gnats-submit@freebsd.org Cc: sunpoet@freebsd.org Subject: ports/187195: [patch update] science/hdf5-18 1.8.10 -> 1.8.12 Message-ID: <E1WK85B-000ExO-1V@f10.opsec.eu> Resent-Message-ID: <201403021520.s22FK1q9017000@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 187195 >Category: ports >Synopsis: [patch update] science/hdf5-18 1.8.10 -> 1.8.12 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Mar 02 15:20:01 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Kurt Jaeger >Release: FreeBSD 10.0-RELEASE amd64 >Organization: - >Environment: System: FreeBSD f10.opsec.eu 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC 2014 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: science/hdf5-18 1.8.10 -> 1.8.12 updates hdf5-18, there is a shared library bump for libhdf5.so from .7 to .8. I'm not sure how this would play out in the ports depending it ? >How-To-Repeat: - >Fix: diff -r -u -N science/hdf5-18/Makefile /usr/home/pi/myp/science/hdf5-18/Makefile --- science/hdf5-18/Makefile 2014-02-16 23:12:07.000000000 +0100 +++ /usr/home/pi/myp/science/hdf5-18/Makefile 2014-03-02 15:59:18.000000000 +0100 @@ -2,13 +2,13 @@ # $FreeBSD: head/science/hdf5-18/Makefile 344614 2014-02-16 17:15:31Z tijl $ PORTNAME= hdf5 -PORTVERSION= 1.8.10 +PORTVERSION= 1.8.12 CATEGORIES= science archivers graphics MASTER_SITES= http://www.hdfgroup.org/ftp/HDF5/current/src/ \ ftp://ftp.hdfgroup.org/HDF5/current/src/ \ http://www.hdfgroup.org/ftp/HDF5/releases/${DISTNAME}/src/ \ ftp://ftp.hdfgroup.org/HDF5/releases/${DISTNAME}/src/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-patch1 +DISTNAME= ${PORTNAME}-${PORTVERSION} PKGNAMESUFFIX= -18 MAINTAINER= sunpoet@FreeBSD.org diff -r -u -N science/hdf5-18/distinfo /usr/home/pi/myp/science/hdf5-18/distinfo --- science/hdf5-18/distinfo 2013-10-01 21:10:52.000000000 +0200 +++ /usr/home/pi/myp/science/hdf5-18/distinfo 2014-03-02 15:59:46.000000000 +0100 @@ -1,2 +1,2 @@ -SHA256 (hdf5-1.8.10-patch1.tar.bz2) = 292afb3615ad9e68f4d5d18ebb11e4a73f2aece39f2da3875a457ff1e109fc41 -SIZE (hdf5-1.8.10-patch1.tar.bz2) = 6010792 +SHA256 (hdf5-1.8.12.tar.bz2) = 6d080f913a226a3ce390a11d9b571b2d5866581a2aa4434c398cd371c7063639 +SIZE (hdf5-1.8.12.tar.bz2) = 5994832 diff -r -u -N science/hdf5-18/pkg-plist /usr/home/pi/myp/science/hdf5-18/pkg-plist --- science/hdf5-18/pkg-plist 2014-01-22 23:19:02.000000000 +0100 +++ /usr/home/pi/myp/science/hdf5-18/pkg-plist 2014-03-02 16:08:52.000000000 +0100 @@ -82,6 +82,9 @@ include/H5VarLenType.h include/H5Zpublic.h include/H5api_adpt.h +include/H5DOpublic.h +include/H5Location.h +include/H5PLextern.h %%FORTRAN%%include/H5f90i.h %%FORTRAN%%include/H5f90i_gen.h include/H5overflow.h @@ -125,11 +128,11 @@ lib/libhdf5.la lib/libhdf5.settings lib/libhdf5.so -lib/libhdf5.so.7 +lib/libhdf5.so.8 lib/libhdf5_cpp.a lib/libhdf5_cpp.la lib/libhdf5_cpp.so -lib/libhdf5_cpp.so.7 +lib/libhdf5_cpp.so.8 %%FORTRAN%%lib/libhdf5_fortran.a %%FORTRAN%%lib/libhdf5_fortran.la %%FORTRAN%%lib/libhdf5_fortran.so @@ -137,11 +140,11 @@ lib/libhdf5_hl.a lib/libhdf5_hl.la lib/libhdf5_hl.so -lib/libhdf5_hl.so.7 +lib/libhdf5_hl.so.8 lib/libhdf5_hl_cpp.a lib/libhdf5_hl_cpp.la lib/libhdf5_hl_cpp.so -lib/libhdf5_hl_cpp.so.7 +lib/libhdf5_hl_cpp.so.8 %%FORTRAN%%lib/libhdf5hl_fortran.a %%FORTRAN%%lib/libhdf5hl_fortran.la %%FORTRAN%%lib/libhdf5hl_fortran.so @@ -155,6 +158,15 @@ %%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/readdata.cpp %%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/run-c++-ex.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/writedata.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/h5tutr_cmprss.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/h5tutr_crtatt.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/h5tutr_crtdat.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/h5tutr_crtgrp.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/h5tutr_crtgrpar.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/h5tutr_crtgrpd.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/h5tutr_extend.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/h5tutr_rdwt.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/h5tutr_subset.cpp %%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/h5_attribute.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/h5_chunk_read.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/h5_compound.c @@ -170,10 +182,18 @@ %%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/h5_select.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/h5_shared_mesg.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/h5_write.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/h5_cmprss.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/h5_crtatt.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/h5_crtdat.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/h5_crtgrp.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/h5_crtgrpar.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/h5_crtgrpd.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/h5_extend.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/h5_rdwt.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/h5_subset.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/ph5example.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/run-c-ex.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hl/c++/ptExampleFL.cpp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hl/c++/ptExampleVL.cpp %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hl/c++/run-hlc++-ex.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hl/c/ex_ds1.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hl/c/ex_image1.c @@ -197,7 +217,6 @@ %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hl/c/image8.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hl/c/pal_rgb.h %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hl/c/ptExampleFL.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hl/c/ptExampleVL.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hl/c/run-hlc-ex.sh %%FORTRAN%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hl/fortran/ex_ds1.f90 %%FORTRAN%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hl/fortran/exlite.f90 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1WK85B-000ExO-1V>