pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/nmh



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.

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               \



Home | Main Index | Thread Index | Old Index