pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/neomutt



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue Oct 10 08:27:28 UTC 2017

Modified Files:
        pkgsrc/mail/neomutt: options.mk

Log Message:
neomutt: Remove duplicate option, no functional change.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/mail/neomutt/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/neomutt/options.mk
diff -u pkgsrc/mail/neomutt/options.mk:1.9 pkgsrc/mail/neomutt/options.mk:1.10
--- pkgsrc/mail/neomutt/options.mk:1.9  Tue Jul 18 18:39:37 2017
+++ pkgsrc/mail/neomutt/options.mk      Tue Oct 10 08:27:28 2017
@@ -1,11 +1,11 @@
-# $NetBSD: options.mk,v 1.9 2017/07/18 18:39:37 wiz Exp $
+# $NetBSD: options.mk,v 1.10 2017/10/10 08:27:28 jperkin Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.neomutt
 PKG_OPTIONS_REQUIRED_GROUPS=   display
 PKG_OPTIONS_GROUP.display=     slang ncurses ncursesw curses
 PKG_SUPPORTED_OPTIONS= debug gpgme gssapi idn ssl smime sasl
 PKG_SUPPORTED_OPTIONS+=        mutt-hcache tokyocabinet
-PKG_SUGGESTED_OPTIONS= ncursesw gpgme idn mutt-hcache sasl smime ssl
+PKG_SUGGESTED_OPTIONS= ncursesw gpgme idn sasl smime ssl
 PKG_SUGGESTED_OPTIONS+=        gssapi
 PKG_SUGGESTED_OPTIONS+=        mutt-hcache tokyocabinet
 



Home | Main Index | Thread Index | Old Index