git: 3df4a9c98ca2 - main - devel/glaze: update 1.9.9 → 2.0.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 03 Jan 2024 09:10:33 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3df4a9c98ca2064bf3c77c88a12e8b7c16bd6c3b
commit 3df4a9c98ca2064bf3c77c88a12e8b7c16bd6c3b
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-01-03 09:08:54 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-01-03 09:10:28 +0000
devel/glaze: update 1.9.9 → 2.0.0
Reported by: portscout
---
devel/glaze/Makefile | 2 +-
devel/glaze/distinfo | 6 +++---
devel/glaze/files/patch-tests_CMakeLists.txt | 20 ++++++++++----------
devel/glaze/pkg-plist | 1 +
4 files changed, 15 insertions(+), 14 deletions(-)
diff --git a/devel/glaze/Makefile b/devel/glaze/Makefile
index aad741d38862..993c554fa782 100644
--- a/devel/glaze/Makefile
+++ b/devel/glaze/Makefile
@@ -1,6 +1,6 @@
PORTNAME= glaze
DISTVERSIONPREFIX= v
-DISTVERSION= 1.9.9
+DISTVERSION= 2.0.0
CATEGORIES= devel textproc
MAINTAINER= yuri@FreeBSD.org
diff --git a/devel/glaze/distinfo b/devel/glaze/distinfo
index ce4b5b45d0a7..4e160414501d 100644
--- a/devel/glaze/distinfo
+++ b/devel/glaze/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1703752856
-SHA256 (stephenberry-glaze-v1.9.9_GH0.tar.gz) = 7e2605046742a89ec455887a5a0d6b3188ed5c14ea309c5eb9814848c26bedca
-SIZE (stephenberry-glaze-v1.9.9_GH0.tar.gz) = 248031
+TIMESTAMP = 1704272419
+SHA256 (stephenberry-glaze-v2.0.0_GH0.tar.gz) = 8553ade81a20b1a7c8398f95490ab540f34a78f226f7fe5555dfcbbaf216e108
+SIZE (stephenberry-glaze-v2.0.0_GH0.tar.gz) = 249948
diff --git a/devel/glaze/files/patch-tests_CMakeLists.txt b/devel/glaze/files/patch-tests_CMakeLists.txt
index 3b521a42b23b..4d062052bada 100644
--- a/devel/glaze/files/patch-tests_CMakeLists.txt
+++ b/devel/glaze/files/patch-tests_CMakeLists.txt
@@ -1,13 +1,13 @@
- correct the directory where to find glaze for testing
---- tests/CMakeLists.txt.orig 2023-12-15 09:39:27 UTC
+--- tests/CMakeLists.txt.orig 2024-01-02 19:10:49 UTC
+++ tests/CMakeLists.txt
-@@ -119,7 +119,7 @@ add_test(
- "${CMAKE_CURRENT_SOURCE_DIR}/find_package"
- "${CMAKE_CURRENT_BINARY_DIR}/find_package"
- --build-options
-- "-Dglaze_ROOT:PATH=${CMAKE_CURRENT_BINARY_DIR}/install"
-+ "-Dglaze_ROOT:PATH=${FREEBSD_STAGEDIR_PREFIX}"
- "-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}"
- "-DBUILD_TESTING=ON"
- --test-command "${CMAKE_CTEST_COMMAND}" --verbose --output-on-failure # inner ctest command
+@@ -114,7 +114,7 @@ if(CMAKE_CXX_COMPILER_ID MATCHES "GNU|Clang")
+ "${CMAKE_CURRENT_SOURCE_DIR}/find_package"
+ "${CMAKE_CURRENT_BINARY_DIR}/find_package"
+ --build-options
+- "-Dglaze_ROOT:PATH=${CMAKE_CURRENT_BINARY_DIR}/install"
++ "-Dglaze_ROOT:PATH=${FREEBSD_STAGEDIR_PREFIX}"
+ "-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}"
+ "-DBUILD_TESTING=ON"
+ --test-command "${CMAKE_CTEST_COMMAND}" --verbose --output-on-failure # inner ctest command
diff --git a/devel/glaze/pkg-plist b/devel/glaze/pkg-plist
index f7b4184a7d79..3a08b43bfa74 100644
--- a/devel/glaze/pkg-plist
+++ b/devel/glaze/pkg-plist
@@ -51,6 +51,7 @@ include/glaze/ext/eigen.hpp
include/glaze/ext/jsonrpc.hpp
include/glaze/file/file_ops.hpp
include/glaze/file/file_watch.hpp
+include/glaze/file/hostname_include.hpp
include/glaze/glaze.hpp
include/glaze/glaze_exceptions.hpp
include/glaze/json.hpp