diff options
author | jlam <jlam@pkgsrc.org> | 2006-06-27 04:40:49 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-06-27 04:40:49 +0000 |
commit | 8c04897fcb27ed2519f8e9295087f53b603d19f7 (patch) | |
tree | c3eed47e3a2c166168af7440b705721c522823f9 /mail/postfix/Makefile | |
parent | 8780ac8c7b8721a10f5c2f03ec45d27fc10d6c1a (diff) | |
download | pkgsrc-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/Makefile | 4 |
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/ |