Summary: | mail/postfix mail/postfix-ldap-sasl mail/postfix-sasl: Add FLAVORS: ldap_sasl sasl | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Yasuhiro Kimura <yasu> | ||||||||||||||
Component: | Individual Port(s) | Assignee: | Yasuhiro Kimura <yasu> | ||||||||||||||
Status: | Closed FIXED | ||||||||||||||||
Severity: | Affects Only Me | CC: | lwhsu, otis | ||||||||||||||
Priority: | --- | Keywords: | feature, needs-qa | ||||||||||||||
Version: | Latest | Flags: | bugzilla:
maintainer-feedback?
(otis) |
||||||||||||||
Hardware: | Any | ||||||||||||||||
OS: | Any | ||||||||||||||||
Attachments: |
|
Created attachment 224741 [details]
Updated patch file
Chase update of ports tree.
Created attachment 225394 [details]
Updated patch file
Chase update of ports tree.
Over to new maintainer Created attachment 225407 [details]
Updated patch file
Divide COMMENT into common and FLAVOR dependent
^Triage: Maintainer timeout, reset assignee Created attachment 226857 [details] Updated patch file Rename 'ldap-sasl' flavor to 'ldap' as SASL support for OpenLDAP ports is made permanent with ports 974e13b50148. Created attachment 228328 [details]
Updated patch file
Chase update of ports tree.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=d356121270d7df92d8b863ad80b9874db59cd25e commit d356121270d7df92d8b863ad80b9874db59cd25e Author: Yasuhiro Kimura <yasu@FreeBSD.org> AuthorDate: 2021-05-05 17:19:57 +0000 Commit: Yasuhiro Kimura <yasu@FreeBSD.org> CommitDate: 2021-10-28 00:05:42 +0000 mail/postfix{,-ldap-sasl,-sasl}: Flavorize * Add entries for slave ports to MOVED * Pet portlint and portclippy * Reformat Makefile with portfmt PR: 255641 Approved by: maintainer timeout (> 2 months) Differential Revision: https://reviews.freebsd.org/D32361 MOVED | 2 + mail/Makefile | 2 - mail/postfix-ldap-sasl/Makefile (gone) | 13 --- mail/postfix-sasl/Makefile (gone) | 12 -- mail/postfix/Makefile | 193 ++++++++++++++++++--------------- 5 files changed, 106 insertions(+), 116 deletions(-) |
Created attachment 224713 [details] Patch file * Convert from salve ports to flavor. * Pet portlint and portclippy. * Reformat Makefile with portfmt.