From 9b010c8152f7638f18064a50d6178ca23a8d361b Mon Sep 17 00:00:00 2001 From: Vladimir Druzenko Date: Fri, 5 Sep 2025 02:02:34 +0300 Subject: devel/jsonnet: Update 0.20.0 => 0.21.0 Changelog: https://github.com/google/jsonnet/releases/tag/v0.21.0 - Replace the bundled rapidyaml hpp file with a newer one for compatibility with devel/rapidyaml. - Refresh patches. - Replace PORTVERSION with DISTVERSION and VERSION in PLIST_SUB. PR: 287756 Approved by: Gasol Wu (maintainer) Co-authored-by: Pavel Timofeev --- devel/jsonnet/files/patch-CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'devel/jsonnet/files/patch-CMakeLists.txt') diff --git a/devel/jsonnet/files/patch-CMakeLists.txt b/devel/jsonnet/files/patch-CMakeLists.txt index 49c35302e18c..70cd698033db 100644 --- a/devel/jsonnet/files/patch-CMakeLists.txt +++ b/devel/jsonnet/files/patch-CMakeLists.txt @@ -1,10 +1,10 @@ ---- CMakeLists.txt.orig 2021-12-21 17:55:49 UTC +--- CMakeLists.txt.orig 2025-05-07 12:28:56 UTC +++ CMakeLists.txt -@@ -121,7 +121,6 @@ endif() +@@ -122,7 +122,6 @@ add_subdirectory(third_party/md5) add_subdirectory(include) add_subdirectory(stdlib) add_subdirectory(third_party/md5) --add_subdirectory(third_party/rapidyaml/rapidyaml ryml) +-add_subdirectory(third_party/rapidyaml) add_subdirectory(core) add_subdirectory(cpp) add_subdirectory(cmd) -- cgit v1.2.3