Created attachment 269164 [details] [PATCH 1/1] mail/postfix-current: Use blocklist Starting from FreeBSD version 1500000, prefer the new blocklist nomenclature. Once older versions are no longer supported, we should use blocklist exclusively.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=773044af6e8f2ee8c5bdc120d9b8ecf4fb1e86ca commit 773044af6e8f2ee8c5bdc120d9b8ecf4fb1e86ca Author: Jose Luis Duran <jlduran@FreeBSD.org> AuthorDate: 2026-04-09 12:48:26 +0000 Commit: Juraj Lutter <otis@FreeBSD.org> CommitDate: 2026-04-09 12:54:50 +0000 mail/postfix-current: Update to 3.12-20260403 - Update to 3.12-20260403 - Use BLOCKLIST instead of BLACKLIST - Enable TLSRPT by default PR: 294084 mail/postfix-current/Makefile | 27 +++- mail/postfix-current/distinfo | 6 +- mail/postfix-current/files/extra-patch-blacklistd | 8 +- .../files/extra-patch-blocklistd (new) | 164 +++++++++++++++++++++ 4 files changed, 190 insertions(+), 15 deletions(-)
Committed, thanks.