summaryrefslogtreecommitdiff
path: root/mail/qmail
diff options
context:
space:
mode:
authorschmonz <schmonz>2004-08-23 23:22:29 +0000
committerschmonz <schmonz>2004-08-23 23:22:29 +0000
commit329e4a5f6394398dc257594b29722f84be3678e7 (patch)
treefe4ac55807c270f05820e11a9fbd123626423b26 /mail/qmail
parent03d3d31cd9b441cbac4a57e7f7ccce36b74ce456 (diff)
downloadpkgsrc-329e4a5f6394398dc257594b29722f84be3678e7.tar.gz
Rename the "smtpauth" option to "sasl" to be consistent with other
MTAs' options, since it causes qmail-smtpd to offer several SASL mechanisms. No need to preserve the meaning of the old option, as it was introduced less than a day ago.
Diffstat (limited to 'mail/qmail')
-rw-r--r--mail/qmail/options.mk16
1 files changed, 8 insertions, 8 deletions
diff --git a/mail/qmail/options.mk b/mail/qmail/options.mk
index b57285a5ff0..373dbf4e4d8 100644
--- a/mail/qmail/options.mk
+++ b/mail/qmail/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2004/08/22 19:32:52 jlam Exp $
+# $NetBSD: options.mk,v 1.3 2004/08/23 23:22:29 schmonz Exp $
.if ${OPSYS} == "Darwin"
PKG_DEFAULT_OPTIONS+= darwin
@@ -10,7 +10,7 @@ PKG_DEFAULT_OPTIONS+= netqmail # for the errno patches
PKG_OPTIONS_VAR= PKG_OPTIONS.qmail
PKG_SUPPORTED_OPTIONS= badrcptto bigdns darwin nullenvsender netqmail
-PKG_SUPPORTED_OPTIONS+= outgoingip qregex realrcptto smtpauth syncdir tls
+PKG_SUPPORTED_OPTIONS+= outgoingip qregex realrcptto sasl syncdir tls
.include "../../mk/bsd.options.mk"
###
@@ -106,14 +106,14 @@ PATCH_DIST_STRIP.${REALRCPTTO_PATCH}= -p1
###
### enable STARTTLS and/or SMTP authentication
###
-.if !empty(PKG_OPTIONS:Msmtpauth) || !empty(PKG_OPTIONS:Mtls)
-. if empty(PKG_OPTIONS:Msmtpauth)
-PKG_OPTIONS+= smtpauth
+.if !empty(PKG_OPTIONS:Msasl) || !empty(PKG_OPTIONS:Mtls)
+. if empty(PKG_OPTIONS:Msasl)
+PKG_OPTIONS+= sasl
. endif
. include "../../security/openssl/buildlink3.mk"
-TLSSMTPAUTH_PATCH= netqmail-1.05-tls-smtpauth-20040705.patch
-PATCHFILES+= ${TLSSMTPAUTH_PATCH}
-SITES_${TLSSMTPAUTH_PATCH}= http://shupp.org/patches/
+TLSSASL_PATCH= netqmail-1.05-tls-smtpauth-20040705.patch
+PATCHFILES+= ${TLSSASL_PATCH}
+SITES_${TLSSASL_PATCH}= http://shupp.org/patches/
. if !empty(PKG_OPTIONS:Mtls)
CFLAGS+= -DTLS=20040419 # from the patch
INSTALL_TARGET+= cert tmprsadh