git: 42ebce1ef3a9 - main - science/highfive: Update 2.6.1 -> 2.6.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 22 Nov 2022 22:05:43 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=42ebce1ef3a9d48220a2ada0609afc556d39cf2a commit 42ebce1ef3a9d48220a2ada0609afc556d39cf2a Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-11-22 15:29:51 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-11-22 22:05:34 +0000 science/highfive: Update 2.6.1 -> 2.6.2 Reported by: portscout <If someone else reported the issue.> --- science/highfive/Makefile | 2 +- science/highfive/distinfo | 6 +++--- science/highfive/files/patch-CMake_HighFiveTargetDeps.cmake | 13 ------------- 3 files changed, 4 insertions(+), 17 deletions(-) diff --git a/science/highfive/Makefile b/science/highfive/Makefile index 3eab7305ad5e..739228a191db 100644 --- a/science/highfive/Makefile +++ b/science/highfive/Makefile @@ -1,6 +1,6 @@ PORTNAME= highfive DISTVERSIONPREFIX= v -DISTVERSION= 2.6.1 +DISTVERSION= 2.6.2 CATEGORIES= science devel MAINTAINER= yuri@FreeBSD.org diff --git a/science/highfive/distinfo b/science/highfive/distinfo index 013051b0eae0..39ac791fc433 100644 --- a/science/highfive/distinfo +++ b/science/highfive/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1668148962 -SHA256 (BlueBrain-HighFive-v2.6.1_GH0.tar.gz) = b5002c1221cf1821e02fb2ab891b0160bac88b43f56655bd844a472106ca3397 -SIZE (BlueBrain-HighFive-v2.6.1_GH0.tar.gz) = 506289 +TIMESTAMP = 1669149328 +SHA256 (BlueBrain-HighFive-v2.6.2_GH0.tar.gz) = ab51b9fbb49e877dd1aa7b53b4b26875f41e4e0b8ee0fc2f1d735e0d1e43d708 +SIZE (BlueBrain-HighFive-v2.6.2_GH0.tar.gz) = 506716 diff --git a/science/highfive/files/patch-CMake_HighFiveTargetDeps.cmake b/science/highfive/files/patch-CMake_HighFiveTargetDeps.cmake deleted file mode 100644 index 307f9737c698..000000000000 --- a/science/highfive/files/patch-CMake_HighFiveTargetDeps.cmake +++ /dev/null @@ -1,13 +0,0 @@ -- workaround for https://github.com/BlueBrain/HighFive/issues/633 - ---- CMake/HighFiveTargetDeps.cmake.orig 2022-11-04 06:45:25 UTC -+++ CMake/HighFiveTargetDeps.cmake -@@ -8,7 +8,7 @@ if(NOT TARGET libdeps) - - # HDF5 - if(NOT DEFINED HDF5_C_LIBRARIES) -- set(HDF5_NO_FIND_PACKAGE_CONFIG_FILE TRUE) # Consistency -+ #set(HDF5_NO_FIND_PACKAGE_CONFIG_FILE TRUE) # Consistency - set(HDF5_PREFER_PARALLEL ${HIGHFIVE_PARALLEL_HDF5}) - find_package(HDF5 REQUIRED) - endif()