summaryrefslogtreecommitdiff
path: root/mail/postfix/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-06-27 04:40:49 +0000
committerjlam <jlam@pkgsrc.org>2006-06-27 04:40:49 +0000
commit8c04897fcb27ed2519f8e9295087f53b603d19f7 (patch)
treec3eed47e3a2c166168af7440b705721c522823f9 /mail/postfix/Makefile
parent8780ac8c7b8721a10f5c2f03ec45d27fc10d6c1a (diff)
downloadpkgsrc-8c04897fcb27ed2519f8e9295087f53b603d19f7.tar.gz
Fix default value of smtp_sasl_tls_security_options to use
$smtp_sasl_security_options (as documented in postconf(5)) instead of $var_smtp_sasl_opts, which is never defined. This is a bug that exists in the Postfix-2.2.x series but has been fixed in the (current) Postfix-2.3.x series. This fixes PR pkg/29631 by Christoph Badura. Bump the PKGREVISION to 1.
Diffstat (limited to 'mail/postfix/Makefile')
-rw-r--r--mail/postfix/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile
index b6238331ac7..b87ce215fb7 100644
--- a/mail/postfix/Makefile
+++ b/mail/postfix/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.181 2006/05/01 02:57:03 jlam Exp $
+# $NetBSD: Makefile,v 1.182 2006/06/27 04:40:49 jlam Exp $
DISTNAME= postfix-2.2.10
-#PKGREVISION= 1
+PKGREVISION= 1
CATEGORIES= mail
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/