shell function says "install_choise" but must have been "install_choice". Just a stupid typo.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=ee87152d51a0a63406f189987975dc14a3ed5825 commit ee87152d51a0a63406f189987975dc14a3ed5825 Author: Juraj Lutter <otis@FreeBSD.org> AuthorDate: 2022-03-12 11:55:38 +0000 Commit: Juraj Lutter <otis@FreeBSD.org> CommitDate: 2022-03-13 12:34:29 +0000 mail/postfix-current: Update to 3.8.20220220 - Update to 3.8.20220220 - Correct installation instructions [1] - Listen on both IPv4 and IPv6 [2] - Use system-wide CA path [3] - Correct typo in pkg-message [4] - Switch to PCRE2 [5] PR: 261821 [1] PR: 252872 [2] PR: 239473 [3] PR: 261824 [4] PR: 262100 [5] mail/postfix-current/Makefile | 15 ++++++------ mail/postfix-current/distinfo | 6 ++--- .../postfix-current/files/patch-conf_main.cf (new) | 11 +++++++++ mail/postfix-current/files/patch-makedefs (gone) | 27 ---------------------- .../files/patch-src_util_sys__defs.h (gone) | 12 ---------- mail/postfix-current/files/pkg-install.in | 6 ++--- mail/postfix-current/files/pkg-message.in | 1 + mail/postfix-current/pkg-plist | 6 ++--- 8 files changed, 29 insertions(+), 55 deletions(-)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=548805651e61cca4d6b5dc4be0787e1e5e188ff0 commit 548805651e61cca4d6b5dc4be0787e1e5e188ff0 Author: Juraj Lutter <otis@FreeBSD.org> AuthorDate: 2022-03-14 21:21:57 +0000 Commit: Juraj Lutter <otis@FreeBSD.org> CommitDate: 2022-03-15 20:55:46 +0000 mail/postfix: Update to 3.7.0 - Update to 3.7.0 - Correct installation instructions [1] - Listen on both IPv4 and IPv6 [2] - Use system-wide CA path [3] - Correct typo in pkg-message [4] - Switch to PCRE2 [5] PR: 261821 [1] PR: 252872 [2] PR: 239473 [3] PR: 261824 [4] PR: 262100 [5] mail/postfix/Makefile | 13 ++++++----- mail/postfix/distinfo | 6 ++--- mail/postfix/files/patch-conf_main.cf (new) | 11 +++++++++ mail/postfix/files/patch-makedefs (gone) | 27 ---------------------- .../files/patch-src_util_sys__defs.h (gone) | 12 ---------- mail/postfix/files/pkg-install.in | 6 ++--- mail/postfix/files/pkg-message.in | 1 + mail/postfix/pkg-plist | 6 ++--- 8 files changed, 28 insertions(+), 54 deletions(-)
Ccommitted, thanks.