Created attachment 229906 [details] Proposed patch Update to v 0.25.0 Changelog entries: New features - general: Add automated docker builds - general: Allow overriding handshake timeout. Fixes #438 (#439) - mattermost: Support saving last viewed at state for multiple users (mattermost) (#425) - mattermost: Add mattermost 6 support (#452) - mattermost: Allow overriding client timeout (mattermost) (#449) - mattermost: Allow overriding the anti-idle channel and interval (mattermost) (#441) Bugfix - general: Fix word boundary and grammar of error messages (#443) - mattermost: Fix to ensure reply message is on the same line as last message line (mattermost) (#447) - mattermost: Addition and removal of user to/from team from system (mattermost) (#442) - slack: Fix segfault when bot user fetch fails (#440) Passes `poudriere testport`, no complaints from `portlint`, built package works in my testing.
Take
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=07cbc65d84e61364498dc164e80493cfba588d56 commit 07cbc65d84e61364498dc164e80493cfba588d56 Author: Corey Halpin <chalpin@cs.wisc.edu> AuthorDate: 2021-12-06 15:48:54 +0000 Commit: Dries Michiels <driesm@FreeBSD.org> CommitDate: 2021-12-09 18:59:40 +0000 net-im/matterircd: Update to 0.25.0 Changes: https://github.com/42wim/matterircd/releases/tag/v0.25.0 PR: 260221 Approved by: 0mp (mentor), norrland@nullbyte.se (maintainer) Differential Revision: https://reviews.freebsd.org/D33303 net-im/matterircd/Makefile | 2 +- net-im/matterircd/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-)
Committed, thanks!