pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/postfix STARTTLS support is now part of Postfix's...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/59c7dffd6978
branches:  trunk
changeset: 491697:59c7dffd6978
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Mon Mar 28 07:07:49 2005 +0000

description:
STARTTLS support is now part of Postfix's standard distribution.

diffstat:

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

diffs (18 lines):

diff -r 1e3afdd44e4c -r 59c7dffd6978 mail/postfix/options.mk
--- a/mail/postfix/options.mk   Mon Mar 28 02:16:55 2005 +0000
+++ b/mail/postfix/options.mk   Mon Mar 28 07:07:49 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.16 2005/03/22 10:43:50 cjs Exp $
+# $NetBSD: options.mk,v 1.17 2005/03/28 07:07:49 jlam Exp $
 
 # Global and legacy options
 
@@ -19,7 +19,7 @@
 .endif
 
 ###
-### STARTTLS support (http://mirrors.loonybin.net/postfix_tls/)
+### STARTTLS support
 ###
 .if !empty(PKG_OPTIONS:Mtls)
 .  include "../../security/openssl/buildlink3.mk"



Home | Main Index | Thread Index | Old Index