mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
mail/opensmtpd: Remove unneeded CA_BUNDLE option.
MFH: 2023Q4 Approved by: fluffy Differential Revision: https://reviews.freebsd.org/D42073
This commit is contained in:
parent
0bbc60316a
commit
bde578cbfc
1 changed files with 3 additions and 6 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= opensmtpd
|
PORTNAME= opensmtpd
|
||||||
PORTVERSION= 7.3.0
|
PORTVERSION= 7.3.0
|
||||||
|
PORTREVISION= 1
|
||||||
DISTVERSIONSUFFIX= p2
|
DISTVERSIONSUFFIX= p2
|
||||||
PORTEPOCH= 1
|
PORTEPOCH= 1
|
||||||
CATEGORIES= mail
|
CATEGORIES= mail
|
||||||
|
@ -14,11 +15,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
LIB_DEPENDS= libevent.so:devel/libevent
|
LIB_DEPENDS= libevent.so:devel/libevent
|
||||||
|
|
||||||
OPTIONS_DEFINE= CA_BUNDLE MAILERCONF PAM TABLE_DB
|
OPTIONS_DEFINE= MAILERCONF PAM TABLE_DB
|
||||||
|
|
||||||
OPTIONS_DEFAULT= CA_BUNDLE PAM TABLE_DB
|
OPTIONS_DEFAULT= PAM TABLE_DB
|
||||||
|
|
||||||
CA_BUNDLE_DESC= Use NSS CA bundle for SSL instead of /etc/ssl/cert.pem
|
|
||||||
MAILERCONF_DESC= Activate OpenSMTPD in mailer.conf(5)
|
MAILERCONF_DESC= Activate OpenSMTPD in mailer.conf(5)
|
||||||
TABLE_DB_DESC= Build table-db plugin (aliases)
|
TABLE_DB_DESC= Build table-db plugin (aliases)
|
||||||
|
|
||||||
|
@ -37,9 +37,6 @@ GROUPS= _smtpd _smtpq
|
||||||
|
|
||||||
OPTIONS_SUB= yes
|
OPTIONS_SUB= yes
|
||||||
|
|
||||||
CA_BUNDLE_CONFIGURE_WITH= path-CAfile=${LOCALBASE}/share/certs/ca-root-nss.crt
|
|
||||||
CA_BUNDLE_RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
|
|
||||||
|
|
||||||
PAM_CONFIGURE_WITH= auth-pam=smtpd
|
PAM_CONFIGURE_WITH= auth-pam=smtpd
|
||||||
TABLE_DB_CONFIGURE_WITH= table-db
|
TABLE_DB_CONFIGURE_WITH= table-db
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue