Created attachment 269163 [details] [PATCH 1/1] mail/postfix: 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=11d6404d9c7c201bf8201c4364a98d6c9cd95956 commit 11d6404d9c7c201bf8201c4364a98d6c9cd95956 Author: Jose Luis Duran <jlduran@FreeBSD.org> AuthorDate: 2026-04-09 12:07:57 +0000 Commit: Juraj Lutter <otis@FreeBSD.org> CommitDate: 2026-04-09 12:54:52 +0000 mail/postfix: Use BLOCKLIST instead of BLACKLIST - Starting from FreeBSD version 1500000, prefer the new blocklist nomenclature. - Enable TLSRPT by default PR: 294083 mail/postfix/Makefile | 25 +++- mail/postfix/files/extra-patch-blocklistd (new) | 163 ++++++++++++++++++++++++ 2 files changed, 181 insertions(+), 7 deletions(-)
Committed, thanks.