pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/mutt mutt: +sasl by default for easier times auth...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2e9d7b343047
branches:  trunk
changeset: 409418:2e9d7b343047
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri Jan 17 16:39:46 2020 +0000

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

Bump PKGREVISION

diffstat:

 mail/mutt/Makefile   |  3 ++-
 mail/mutt/options.mk |  4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (30 lines):

diff -r 5f92882daa42 -r 2e9d7b343047 mail/mutt/Makefile
--- a/mail/mutt/Makefile        Fri Jan 17 16:22:10 2020 +0000
+++ b/mail/mutt/Makefile        Fri Jan 17 16:39:46 2020 +0000
@@ -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/
 
diff -r 5f92882daa42 -r 2e9d7b343047 mail/mutt/options.mk
--- a/mail/mutt/options.mk      Fri Jan 17 16:22:10 2020 +0000
+++ b/mail/mutt/options.mk      Fri Jan 17 16:39:46 2020 +0000
@@ -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+=                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