Created attachment 253170 [details] libmongocrypt patch maintainer update of databases/libmongocrypt from 1.8.1 to 1.10.1.
1.11.0 released 28 days ago: https://github.com/mongodb/libmongocrypt/releases/tag/1.11.0.
1.11.0 build without errors in poudriere 14.1 amd64.
If there are reasons to commit an older version 1.10.1 to 1.11.0?
(In reply to Vladimir Druzenko from comment #3) No, I just missed the latest release.
Created attachment 253173 [details] libmongocrypt 1.11.0 patch
Also correct order is: CMAKE_ARGS CMAKE_ON CMAKE_OFF
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=ae9def06decfc26ef470ee8ef8ce863b8a5d8ec9 commit ae9def06decfc26ef470ee8ef8ce863b8a5d8ec9 Author: Hiroo Ono <hiroo.ono+freebsd@gmail.com> AuthorDate: 2024-08-29 22:13:45 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-08-29 22:13:45 +0000 databases/libmongocrypt: Update 1.8.1 → 1.11.0 Changelogs: https://github.com/mongodb/libmongocrypt/releases/tag/1.8.2 https://github.com/mongodb/libmongocrypt/releases/tag/1.8.3 https://github.com/mongodb/libmongocrypt/releases/tag/1.8.4 https://github.com/mongodb/libmongocrypt/releases/tag/1.9.0 https://github.com/mongodb/libmongocrypt/releases/tag/1.9.1 https://github.com/mongodb/libmongocrypt/releases/tag/1.10.0 https://github.com/mongodb/libmongocrypt/releases/tag/1.10.1 https://github.com/mongodb/libmongocrypt/releases/tag/1.11.0 While here pet portclippy. PR: 281129 databases/libmongocrypt/Makefile | 8 ++++---- databases/libmongocrypt/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-)
Thanks.
There's no "correct" order regarding CMAKE_ON/OFF/ARGS variables, in most cases it improves readability to have ARGS last.