Received: by mail.netbsd.org (Postfix, from userid 605) id DB9CF84D45; Mon, 4 Jun 2018 17:53:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4804B84D4B for ; Mon, 4 Jun 2018 17:53:34 +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 VFBo55CuZJRQ for ; Mon, 4 Jun 2018 17:53:33 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 6792684CEF for ; Mon, 4 Jun 2018 17:53:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5479EFBEC; Mon, 4 Jun 2018 17:53:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_152813481364120" MIME-Version: 1.0 Date: Mon, 4 Jun 2018 17:53:33 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/mail/nmh To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20180604175333.5479EFBEC@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. --_----------=_152813481364120 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Mon Jun 4 17:53:33 UTC 2018 Modified Files: pkgsrc/mail/nmh: Makefile Log Message: nmh: Add mhshow.marker, scan.curses and scan.highlighted to CONF_FILES All of them were accidentally omitted during the nmh-1.6 update on Sep 2014 as part of PR pkg/49166, sorry! (spotted by reading mhshow(1) man page) To generate a diff of this commit: cvs rdiff -u -r1.97 -r1.98 pkgsrc/mail/nmh/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_152813481364120 Content-Disposition: inline Content-Length: 916 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/nmh/Makefile diff -u pkgsrc/mail/nmh/Makefile:1.97 pkgsrc/mail/nmh/Makefile:1.98 --- pkgsrc/mail/nmh/Makefile:1.97 Sun Apr 29 21:31:51 2018 +++ pkgsrc/mail/nmh/Makefile Mon Jun 4 17:53:33 2018 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.97 2018/04/29 21:31:51 adam Exp $ +# $NetBSD: Makefile,v 1.98 2018/06/04 17:53:33 leot Exp $ DISTNAME= nmh-1.7.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= mail MASTER_SITES= https://download.savannah.nongnu.org/releases/nmh/ @@ -52,6 +52,7 @@ CONF_FILES= # empty mhl.reply \ mhl.replywithoutbody \ mhn.defaults \ + mhshow.marker \ mts.conf \ rcvdistcomps \ rcvdistcomps.outbox \ @@ -60,7 +61,9 @@ CONF_FILES= # empty rmmproc.messageid \ scan.MMDDYY \ scan.YYYYMMDD \ + scan.curses \ scan.default \ + scan.highlighted \ scan.mailx \ scan.nomime \ scan.size \ --_----------=_152813481364120--