Created attachment 228492 [details] git diff - Version bump - Enable outline-atomics on aarch64 and recent 14-CURRENT - Add some documents to the plist - portlint: ok - poudriere stage-qa: ok
Q/A: Makefile: [37]: use a tab (not space) after a variable name Makefile: [38]: use a tab (not space) after a variable name Makefile: [40]: use a tab (not space) after a variable name Makefile: [41]: use a tab (not space) after a variable name Makefile: [68]: BROKEN messages should begin with a lowercase letter and end without a period. Makefile: "BROKEN" has to appear earlier. ^Triage: Please confirm this change passes QA (portlint, poudriere at least). -- https://www.freebsd.org/doc/en/books/porters-handbook/testing.html Merge to Q4 because of this? SERVER-57716 Partial certificate chain in PEM causes validation failure in OCSP Thanks!
(In reply to Fernando Apesteguía from comment #1) - I'll fix the tab vs spaces thing in the next update. - I already planned to remove the BROKEN line in the next update, because it only handles older 14 versions which are not in use on the official pkg cluster anymore. - Merge to Q4 is fine by me. Although MongoDB did not issue a CVE report or something similar.
Take.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=4188e64d9c31afbe314f032852a0aa45a77d2c46 commit 4188e64d9c31afbe314f032852a0aa45a77d2c46 Author: Ronald Klop <ronald-lists@klop.ws> AuthorDate: 2021-10-09 05:39:00 +0000 Commit: Yasuhiro Kimura <yasu@FreeBSD.org> CommitDate: 2021-10-25 07:12:16 +0000 databases/mongodb50: Update to 5.0.3 * Enable LSE atomics on 14-CURRENT aarch64 * Pet portlint and portclippy * Reformat Makefile with portfmt ChangeLog: https://docs.mongodb.com/manual/release-notes/5.0-changelog/#5.0.3-changelog PR: 258978 Approved by: meta (mentor) Differential Revision: https://reviews.freebsd.org/D32391 databases/mongodb50/Makefile | 53 +++++++++++++++++------------- databases/mongodb50/distinfo | 6 ++-- databases/mongodb50/files/patch-SConstruct | 10 ------ databases/mongodb50/pkg-plist | 4 +++ 4 files changed, 38 insertions(+), 35 deletions(-)
Committed with minor refinement. Thanks!