pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail Enable TLS support by default. Approved by Martti...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1fb109de6722
branches:  trunk
changeset: 528325:1fb109de6722
user:      tron <tron%pkgsrc.org@localhost>
date:      Sun Apr 29 19:27:35 2007 +0000

description:
Enable TLS support by default. Approved by Martti Kuparinen.

diffstat:

 mail/postfix-current/options.mk |  4 +++-
 mail/postfix/options.mk         |  4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (32 lines):

diff -r 797be6d33459 -r 1fb109de6722 mail/postfix-current/options.mk
--- a/mail/postfix-current/options.mk   Sun Apr 29 13:16:48 2007 +0000
+++ b/mail/postfix-current/options.mk   Sun Apr 29 19:27:35 2007 +0000
@@ -1,9 +1,11 @@
-# $NetBSD: options.mk,v 1.15 2007/04/03 07:35:46 martti Exp $
+# $NetBSD: options.mk,v 1.16 2007/04/29 19:27:36 tron Exp $
 
 # Global and legacy options
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.postfix
 PKG_SUPPORTED_OPTIONS= bdb ldap mysql mysql4 pcre pgsql sasl tls dovecot-sasl
+PKG_SUGGESTED_OPTIONS= tls
+
 .include "../../mk/bsd.options.mk"
 
 ###
diff -r 797be6d33459 -r 1fb109de6722 mail/postfix/options.mk
--- a/mail/postfix/options.mk   Sun Apr 29 13:16:48 2007 +0000
+++ b/mail/postfix/options.mk   Sun Apr 29 19:27:35 2007 +0000
@@ -1,9 +1,11 @@
-# $NetBSD: options.mk,v 1.24 2007/02/20 16:49:30 joerg Exp $
+# $NetBSD: options.mk,v 1.25 2007/04/29 19:27:35 tron Exp $
 
 # Global and legacy options
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.postfix
 PKG_SUPPORTED_OPTIONS= bdb ldap mysql mysql4 pcre pgsql sasl tls dovecot-sasl
+PKG_SUGGESTED_OPTIONS= tls
+
 .include "../../mk/bsd.options.mk"
 
 ###



Home | Main Index | Thread Index | Old Index