Created attachment 244639 [details] poudriere testport log There is new version of mail/postsrsd (2.0.8). This release is a new generation of postsrsd. This update includes: * support for redis * support for sqlite3 * disable installing postsrsd.secret - it is generated during first start of postsrsd (startup script) * add pkg-message which informs about changes in configuration * some cleanup suggested by portlint Port was tested with poudriere so logfile and patch are attached.
added URL to changelog
Created attachment 244640 [details] update patch And a patch
Merged and pushed with some minor adjustments. Thanks!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=6a5b0380b37a05794c67bed898b2cf1acc339817 commit 6a5b0380b37a05794c67bed898b2cf1acc339817 Author: Krzysztof <ports@bsdserwis.com> AuthorDate: 2023-09-05 10:10:58 +0000 Commit: Li-Wen Hsu <lwhsu@FreeBSD.org> CommitDate: 2023-09-05 10:22:09 +0000 mail/postsrsd: Update to 2.0.8 This release is a new generation of postsrsd. This update includes: * support for redis * support for sqlite3 * disable installing postsrsd.secret - it is generated during first start of postsrsd (startup script) * add pkg-message which informs about changes in configuration * some cleanup suggested by portlint Changelog: https://github.com/roehling/postsrsd/releases/tag/2.0.8 PR: 273571 mail/postsrsd/Makefile | 32 +++-- mail/postsrsd/distinfo | 6 +- mail/postsrsd/files/patch-CMakeLists.txt | 160 ++++++++++----------- .../files/patch-postinstall.cmake.in (gone) | 69 --------- mail/postsrsd/files/patch-src_config.c (new) | 10 ++ mail/postsrsd/files/patch-src_srs.c (new) | 10 ++ mail/postsrsd/files/pkg-message.in (new) | 11 ++ mail/postsrsd/files/postsrsd.in | 18 --- 8 files changed, 137 insertions(+), 179 deletions(-)