pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/postfix



Module Name:    pkgsrc
Committed By:   jakllsch
Date:           Thu May 21 15:14:20 UTC 2026

Modified Files:
        pkgsrc/mail/postfix: Makefile options.mk

Log Message:
postfix: suggest sasl option

This only allows the cyrus-sasl functionality in postfix.  It still
needs to be administratively enabled in postfix, with Cyrus SASL
mechanisms installed seperately.


To generate a diff of this commit:
cvs rdiff -u -r1.356 -r1.357 pkgsrc/mail/postfix/Makefile
cvs rdiff -u -r1.44 -r1.45 pkgsrc/mail/postfix/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/postfix/Makefile
diff -u pkgsrc/mail/postfix/Makefile:1.356 pkgsrc/mail/postfix/Makefile:1.357
--- pkgsrc/mail/postfix/Makefile:1.356  Wed Mar 11 15:25:57 2026
+++ pkgsrc/mail/postfix/Makefile        Thu May 21 15:14:20 2026
@@ -1,5 +1,6 @@
-# $NetBSD: Makefile,v 1.356 2026/03/11 15:25:57 taca Exp $
+# $NetBSD: Makefile,v 1.357 2026/05/21 15:14:20 jakllsch Exp $
 
+PKGREVISION=   1
 .include "../../mail/postfix/Makefile.common"
 
 COMMENT=       Fast, easy to administer, and secure mail transfer agent

Index: pkgsrc/mail/postfix/options.mk
diff -u pkgsrc/mail/postfix/options.mk:1.44 pkgsrc/mail/postfix/options.mk:1.45
--- pkgsrc/mail/postfix/options.mk:1.44 Fri Sep 26 08:10:45 2025
+++ pkgsrc/mail/postfix/options.mk      Thu May 21 15:14:20 2026
@@ -1,10 +1,10 @@
-# $NetBSD: options.mk,v 1.44 2025/09/26 08:10:45 jperkin Exp $
+# $NetBSD: options.mk,v 1.45 2026/05/21 15:14:20 jakllsch Exp $
 
 # Global and legacy options
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.postfix
 PKG_SUPPORTED_OPTIONS= blocklist sasl tls eai
-PKG_SUGGESTED_OPTIONS= blocklist tls
+PKG_SUGGESTED_OPTIONS= blocklist sasl tls
 
 .include "../../mk/bsd.options.mk"
 



Home | Main Index | Thread Index | Old Index