pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/mutt



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Jan 17 16:39:46 UTC 2020

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

Log Message:
mutt: +sasl by default for easier times authing to remote mailservers.

Bump PKGREVISION


To generate a diff of this commit:
cvs rdiff -u -r1.219 -r1.220 pkgsrc/mail/mutt/Makefile
cvs rdiff -u -r1.32 -r1.33 pkgsrc/mail/mutt/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/mutt/Makefile
diff -u pkgsrc/mail/mutt/Makefile:1.219 pkgsrc/mail/mutt/Makefile:1.220
--- pkgsrc/mail/mutt/Makefile:1.219     Sun Jan 12 23:40:47 2020
+++ pkgsrc/mail/mutt/Makefile   Fri Jan 17 16:39:46 2020
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.219 2020/01/12 23:40:47 tron Exp $
+# $NetBSD: Makefile,v 1.220 2020/01/17 16:39:46 nia Exp $
 
 DISTNAME=              mutt-1.13.3
+PKGREVISION=           1
 CATEGORIES=            mail
 MASTER_SITES=          ftp://ftp.mutt.org/pub/mutt/
 

Index: pkgsrc/mail/mutt/options.mk
diff -u pkgsrc/mail/mutt/options.mk:1.32 pkgsrc/mail/mutt/options.mk:1.33
--- pkgsrc/mail/mutt/options.mk:1.32    Sat Nov  2 16:25:23 2019
+++ pkgsrc/mail/mutt/options.mk Fri Jan 17 16:39:46 2020
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.32 2019/11/02 16:25:23 rillig Exp $
+# $NetBSD: options.mk,v 1.33 2020/01/17 16:39:46 nia Exp $
 
 # Global and legacy options
 
@@ -12,7 +12,7 @@ PKG_SUPPORTED_OPTIONS=                debug gpgme idn 
 PKG_SUPPORTED_OPTIONS+=                mutt-hcache mutt-compressed-mbox tokyocabinet mutt-smtp
 PKG_SUPPORTED_OPTIONS+=                gssapi
 PKG_SUGGESTED_OPTIONS=         curses gpgme mutt-hcache mutt-smtp smime openssl
-PKG_SUGGESTED_OPTIONS+=                gssapi mutt-compressed-mbox
+PKG_SUGGESTED_OPTIONS+=                gssapi mutt-compressed-mbox sasl
 # remove after 2019Q1
 PKG_OPTIONS_LEGACY_OPTS+=      ncurses:curses ncursesw:wide-curses
 PKG_OPTIONS_LEGACY_OPTS+=      ssl:openssl



Home | Main Index | Thread Index | Old Index