Created attachment 234451 [details] deskutils/remind: update to 04.00.01 A patch release. Upstream changes: - Add $SuppressLRM system variable to suppress the UTF-8 Left-to-Right mark in "remind -c" output. - Document the "q" sub-option to the "-p" option. Changelog: https://git.skoll.ca/Skollsoft-Public/Remind/src/branch/master/docs/WHATSNEW Tested on arm64 FreeBSD 13.
I am not sure this qualifies as to be included in a quarterly branch. Not that it can not be included, but is it because the first mentioned changed actually fixes a bug?
(In reply to Fernando Apesteguía from comment #1) The change is marked as a patch release in upstream's versionning scheme, so I applied for MFH. I trust your discretion in deciding whether to MFH it or not. It'll be fine either way, but in case you don't, it will be more annoying to prepare two separate patch sets if there is another patch release that actually fixes a significant bug before 2022Q3 drops.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=965c1c88c97eeb7f3f4c65a85b5cc380b3faf4f3 commit 965c1c88c97eeb7f3f4c65a85b5cc380b3faf4f3 Author: Robert Clausecker <fuz@fuz.su> AuthorDate: 2022-06-05 17:25:26 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2022-06-06 20:41:35 +0000 deskutils/remind: update to 04.00.01 ChangeLog: https://git.skoll.ca/Skollsoft-Public/Remind/src/branch/master/docs/WHATSNEW * Add $SuppressLRM system variable to suppress the UTF-8 Left-to-Right mark in "remind -c" output. * Document the "q" sub-option to the "-p" option. PR: 264461 Reported by: fuz@fuz.su (maintainer) MFH: 2022Q2 deskutils/remind/Makefile | 2 +- deskutils/remind/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-)
A commit in branch 2022Q2 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=ba0633bfdb8b94631890be30b1ee4b4939d14e76 commit ba0633bfdb8b94631890be30b1ee4b4939d14e76 Author: Robert Clausecker <fuz@fuz.su> AuthorDate: 2022-06-05 17:25:26 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2022-06-06 20:44:34 +0000 deskutils/remind: update to 04.00.01 ChangeLog: https://git.skoll.ca/Skollsoft-Public/Remind/src/branch/master/docs/WHATSNEW * Add $SuppressLRM system variable to suppress the UTF-8 Left-to-Right mark in "remind -c" output. * Document the "q" sub-option to the "-p" option. PR: 264461 Reported by: fuz@fuz.su (maintainer) MFH: 2022Q2 (cherry picked from commit 965c1c88c97eeb7f3f4c65a85b5cc380b3faf4f3) deskutils/remind/Makefile | 2 +- deskutils/remind/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-)
Committed and merged to 2022Q2. Thanks!