Received: by mail.netbsd.org (Postfix, from userid 605) id 3811484DA2; Tue, 10 Oct 2017 08:27:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BF36A84D59 for ; Tue, 10 Oct 2017 08:27:29 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id KJUPaVeqBUC9 for ; Tue, 10 Oct 2017 08:27:29 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2E77984CFB for ; Tue, 10 Oct 2017 08:27:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 57D5EFBC7; Tue, 10 Oct 2017 08:27:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_150762404832730" MIME-Version: 1.0 Date: Tue, 10 Oct 2017 08:27:28 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/mail/neomutt To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20171010082728.57D5EFBC7@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_150762404832730 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_150762404832730 Content-Disposition: inline Content-Length: 860 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_150762404832730--