Skip to content

Commit

Permalink
devel/glaze: update 1.9.9 → 2.0.0
Browse files Browse the repository at this point in the history
Reported by:	portscout
  • Loading branch information
yurivict committed Jan 3, 2024
1 parent 7889974 commit 3df4a9c
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 14 deletions.
2 changes: 1 addition & 1 deletion 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
Expand Down
6 changes: 3 additions & 3 deletions 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
20 changes: 10 additions & 10 deletions 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
1 change: 1 addition & 0 deletions devel/glaze/pkg-plist
Expand Up @@ -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
Expand Down

0 comments on commit 3df4a9c

Please sign in to comment.