Files
ports/devel/jsonnet/files/patch-CMakeLists.txt
Vladimir Druzenko 9b010c8152 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 <gasol.wu@gmail.com> (maintainer)
Co-authored-by:	Pavel Timofeev <timp87@gmail.com>
2025-09-05 02:14:25 +03:00

11 lines
320 B
Plaintext

--- CMakeLists.txt.orig 2025-05-07 12:28:56 UTC
+++ CMakeLists.txt
@@ -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)
add_subdirectory(core)
add_subdirectory(cpp)
add_subdirectory(cmd)