Created attachment 245977 [details] Update to 0.28.0 Proposed Patch
Passes `poudriere testport`, built package works in my testing. Upstream change log (copied from the linked url): New features mattermost: Add support for searching scrollback for specific posts/threads (#533) mattermost: Allow ignoring Mattermost server version when checking if supported (#541) mattermost: Support for mattermost version 9 (#548) Enhancement mattermost: Include thread context for matterircd style hex numbers for replay and scrollback (#545) mattermost: Emphasize system and reaction messages (#549) mattermost: Use static initialisation for regular expressions to optimize (#551) mattermost: Convert Mattermost markdown formatting / emphasis to IRC (#547) mattermost: Update scrollback to support @@msgthreadID and the MM postlist URL (#555) Bugfix mattermost: Fix incorrect msg/thread counters (#542)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=98b3ddc6498547373b0420d41881e00752f7091f commit 98b3ddc6498547373b0420d41881e00752f7091f Author: Corey Halpin <chalpin@cs.wisc.edu> AuthorDate: 2023-11-01 23:40:54 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-11-03 21:09:42 +0000 net-im/matterircd: 0.28.0 Changelog: https://github.com/42wim/matterircd/releases/tag/v0.28.0 PR: 274797 net-im/matterircd/Makefile | 3 +-- net-im/matterircd/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-)
Thank you for your contribution.