Sat Aug 20 09:13:11 2016 UTC ()
Updated neomutt to 20160820.

2016-08-19  Richard Russon  <rich@flatcap.org>
* Contrib
  - Updates to Keybase Support
    Joshua Jordi (JakkinStewart)
* Bug Fixes
  - Fix data-loss when appending a compressed file
  - Don't paint invisible progress bars
  - Revert to Mutt keybindings
  - Don't de-tag emails after labelling them
  - Don't whine if getrandom() fails
    Adam Borowski (kilobyte)
  - Fix display when 'from' field is invalid
* Config
  - Support for $XDG_CONFIG_HOME and $XDG_CONFIG_DIRS
    Marco Hinz (mhinz)
* Docs
  - Fix DocBook validation
  - Document NotMuch queries
* Build
  - More Autoconf improvements
    Darshit Shah (darnir)
  - Create Distribution Tarballs with autogen sources
    Darshit Shah (darnir)

2016-08-08  Richard Russon  <rich@flatcap.org>
* New Features
  - Timeout Hook - Run a command periodically
  - Multiple fcc - Save multiple copies of outgoing mail
* Contrib
  - Keybase Integration
    Joshua Jordi (JakkinStewart)
* Devel
  - Attached - Prevent missing attachments
    Darshit Shah (darnir)
  - Virtual Unmailboxes - Remove unwanted virtual mailboxes
    Richard Russon (flatcap)
* Bug Fixes
  - Sidebar's inbox occasionally shows zero/wrong value
  - Fix crash opening a second compressed mailbox
* Config
  - Look for /etc/NeoMuttrc and ~/.neomuttrc
* Docs
  - Fix broken links, typos
  - Update project link
  - Fix version string in the manual
* Build
  - Add option to disable fmemopen
  - Install all the READMEs and contribs
  - Big overhaul of the build
    Darshit Shah (darnir)


(wiz)
diff -r1.2 -r1.3 pkgsrc/mail/neomutt/Makefile
diff -r1.2 -r1.3 pkgsrc/mail/neomutt/distinfo
diff -r1.1 -r1.2 pkgsrc/mail/neomutt/PLIST

cvs diff -r1.2 -r1.3 pkgsrc/mail/neomutt/Makefile (expand / switch to unified diff)

--- pkgsrc/mail/neomutt/Makefile 2016/07/25 09:30:54 1.2
+++ pkgsrc/mail/neomutt/Makefile 2016/08/20 09:13:11 1.3
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.2 2016/07/25 09:30:54 wiz Exp $ 1# $NetBSD: Makefile,v 1.3 2016/08/20 09:13:11 wiz Exp $
2 2
3DISTNAME= neomutt-20160723 3DISTNAME= neomutt-20160820
4CATEGORIES= mail 4CATEGORIES= mail
5MASTER_SITES= ${MASTER_SITE_GITHUB:=neomutt/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=neomutt/}
6GITHUB_TAG= ${DISTNAME} 6GITHUB_TAG= ${DISTNAME}
7 7
8MAINTAINER= wiz@NetBSD.org 8MAINTAINER= wiz@NetBSD.org
9HOMEPAGE= http://www.neomutt.org/ 9HOMEPAGE= http://www.neomutt.org/
10COMMENT= Fork of mutt with integrated community patches 10COMMENT= Fork of mutt with integrated community patches
11LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 # or newer 11LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 # or newer
12 12
13USE_TOOLS+= autoconf automake autoreconf 13USE_TOOLS+= autoconf automake autoreconf
14 14
15SPECIAL_PERMS+= bin/mutt_dotlock ${REAL_ROOT_USER} mail 2551 15SPECIAL_PERMS+= bin/mutt_dotlock ${REAL_ROOT_USER} mail 2551
16GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes

cvs diff -r1.2 -r1.3 pkgsrc/mail/neomutt/distinfo (expand / switch to unified diff)

--- pkgsrc/mail/neomutt/distinfo 2016/07/25 09:30:54 1.2
+++ pkgsrc/mail/neomutt/distinfo 2016/08/20 09:13:11 1.3
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.2 2016/07/25 09:30:54 wiz Exp $ 1$NetBSD: distinfo,v 1.3 2016/08/20 09:13:11 wiz Exp $
2 2
3SHA1 (neomutt-20160723.tar.gz) = e0502d11e6ec30751c446abc8e12a5a61b371d7e 3SHA1 (neomutt-20160820.tar.gz) = eff86d6792600dab5904d7ae8483b0542efed1b4
4RMD160 (neomutt-20160723.tar.gz) = d22e1ee5b4cd7e38f6a7f68e9f413cd0d033ae64 4RMD160 (neomutt-20160820.tar.gz) = 8b2ccf33a0229409759854fa809f28f8bf687598
5SHA512 (neomutt-20160723.tar.gz) = eabc3359301b1bfea0f4a8024ef85a5e01fa1b4cec5a07ada2c5f7fcc80276982fe95cfa49888153e31a0e4049c077a6d40ba415d797936483608115bdfb9d5e 5SHA512 (neomutt-20160820.tar.gz) = 3d9220d745f0af5fa7e21d0a9c527f8ebaf85f974de9f9148ccc0f386e416d0bcae5c22634549eda1d9e86e78ebdd920b4f747118c86b6de051337e384278102
6Size (neomutt-20160723.tar.gz) = 2505367 bytes 6Size (neomutt-20160820.tar.gz) = 2702810 bytes

cvs diff -r1.1 -r1.2 pkgsrc/mail/neomutt/PLIST (expand / switch to unified diff)

--- pkgsrc/mail/neomutt/PLIST 2016/07/11 22:05:02 1.1
+++ pkgsrc/mail/neomutt/PLIST 2016/08/20 09:13:11 1.2
@@ -1,112 +1,111 @@ @@ -1,112 +1,111 @@
1@comment $NetBSD: PLIST,v 1.1 2016/07/11 22:05:02 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.2 2016/08/20 09:13:11 wiz Exp $
2bin/flea 
3bin/mutt 2bin/mutt
4bin/mutt_dotlock 3bin/mutt_dotlock
5bin/muttbug 
6bin/pgpewrap 4bin/pgpewrap
7bin/pgpring 5bin/pgpring
8bin/smime_keys 6bin/smime_keys
9man/man1/flea.1 
10man/man1/mutt.1 7man/man1/mutt.1
11man/man1/mutt_dotlock.1 8man/man1/mutt_dotlock.1
12man/man1/muttbug.1 
13man/man1/pgpewrap.1 9man/man1/pgpewrap.1
14man/man1/pgpring.1 10man/man1/pgpring.1
15man/man1/smime_keys.1 11man/man1/smime_keys.1
16man/man5/mbox.5 12man/man5/mbox.5
17man/man5/mmdf.5 13man/man5/mmdf.5
18man/man5/muttrc.5 14man/man5/muttrc.5
19share/doc/mutt/COPYRIGHT 15share/doc/neomutt/PGP-Notes.txt
20share/doc/mutt/ChangeLog 16share/doc/neomutt/advancedusage.html
21share/doc/mutt/GPL 17share/doc/neomutt/applying-patches.txt
22share/doc/mutt/INSTALL 18share/doc/neomutt/configuration.html
23share/doc/mutt/NEWS 19share/doc/neomutt/devel-notes.txt
24share/doc/mutt/PGP-Notes.txt 20share/doc/neomutt/gettingstarted.html
25share/doc/mutt/README 21share/doc/neomutt/index.html
26share/doc/mutt/README.SECURITY 22share/doc/neomutt/intro.html
27share/doc/mutt/README.SSL 23share/doc/neomutt/keybase/KeybaseAndMutt.md
28share/doc/mutt/TODO 24share/doc/neomutt/keybase/LICENSE
29share/doc/mutt/advancedusage.html 25share/doc/neomutt/keybase/README.md
30share/doc/mutt/applying-patches.txt 26share/doc/neomutt/keybase/decrypt.sh
31share/doc/mutt/configuration.html 27share/doc/neomutt/keybase/install.sh
32share/doc/mutt/devel-notes.txt 28share/doc/neomutt/keybase/keybase.py
33share/doc/mutt/gettingstarted.html 29share/doc/neomutt/keybase/pagerMode.png
34share/doc/mutt/index.html 30share/doc/neomutt/keybase/pgpdecrypt.sh
35share/doc/mutt/intro.html 31share/doc/neomutt/keybase/pgpverify.sh
36share/doc/mutt/manual.html 32share/doc/neomutt/keybase/verify.sh
37share/doc/mutt/manual.txt 33share/doc/neomutt/manual.html
38share/doc/mutt/mimesupport.html 34share/doc/neomutt/manual.txt
39share/doc/mutt/miscellany.html 35share/doc/neomutt/mimesupport.html
40share/doc/mutt/optionalfeatures.html 36share/doc/neomutt/miscellany.html
41share/doc/mutt/patch-notes.txt 37share/doc/neomutt/optionalfeatures.html
42share/doc/mutt/reference.html 38share/doc/neomutt/patch-notes.txt
43share/doc/mutt/samples/Mush.rc 39share/doc/neomutt/reference.html
44share/doc/mutt/samples/Pine.rc 40share/doc/neomutt/samples/Mush.rc
45share/doc/mutt/samples/Tin.rc 41share/doc/neomutt/samples/Pine.rc
46share/doc/mutt/samples/ca-bundle.crt 42share/doc/neomutt/samples/Tin.rc
47share/doc/mutt/samples/colors.default 43share/doc/neomutt/samples/ca-bundle.crt
48share/doc/mutt/samples/colors.linux 44share/doc/neomutt/samples/colors.default
49share/doc/mutt/samples/gpg.rc 45share/doc/neomutt/samples/colors.linux
50share/doc/mutt/samples/iconv/iconv.aix-3.2.5.rc 46share/doc/neomutt/samples/gpg.rc
51share/doc/mutt/samples/iconv/iconv.aix-4.1.5.rc 47share/doc/neomutt/samples/iconv/iconv.aix-3.2.5.rc
52share/doc/mutt/samples/iconv/iconv.aix-4.2.0.rc 48share/doc/neomutt/samples/iconv/iconv.aix-4.1.5.rc
53share/doc/mutt/samples/iconv/iconv.aix-4.3.2.rc 49share/doc/neomutt/samples/iconv/iconv.aix-4.2.0.rc
54share/doc/mutt/samples/iconv/iconv.freebsd-3.3.rc 50share/doc/neomutt/samples/iconv/iconv.aix-4.3.2.rc
55share/doc/mutt/samples/iconv/iconv.glibc-2.1.3.rc 51share/doc/neomutt/samples/iconv/iconv.freebsd-3.3.rc
56share/doc/mutt/samples/iconv/iconv.glibc-2.1.90.rc 52share/doc/neomutt/samples/iconv/iconv.glibc-2.1.3.rc
57share/doc/mutt/samples/iconv/iconv.hpux-10.01.rc 53share/doc/neomutt/samples/iconv/iconv.glibc-2.1.90.rc
58share/doc/mutt/samples/iconv/iconv.hpux-10.20.rc 54share/doc/neomutt/samples/iconv/iconv.hpux-10.01.rc
59share/doc/mutt/samples/iconv/iconv.hpux-11.00.rc 55share/doc/neomutt/samples/iconv/iconv.hpux-10.20.rc
60share/doc/mutt/samples/iconv/iconv.irix-6.5.rc 56share/doc/neomutt/samples/iconv/iconv.hpux-11.00.rc
61share/doc/mutt/samples/iconv/iconv.osf1-4.0a.rc 57share/doc/neomutt/samples/iconv/iconv.irix-6.5.rc
62share/doc/mutt/samples/iconv/iconv.osf1-4.0d.rc 58share/doc/neomutt/samples/iconv/iconv.osf1-4.0a.rc
63share/doc/mutt/samples/iconv/iconv.solaris-2.4.rc 59share/doc/neomutt/samples/iconv/iconv.osf1-4.0d.rc
64share/doc/mutt/samples/iconv/iconv.solaris-2.5.1.rc 60share/doc/neomutt/samples/iconv/iconv.solaris-2.4.rc
65share/doc/mutt/samples/iconv/iconv.solaris-2.6-cjk.rc 61share/doc/neomutt/samples/iconv/iconv.solaris-2.5.1.rc
66share/doc/mutt/samples/iconv/iconv.solaris-2.6.rc 62share/doc/neomutt/samples/iconv/iconv.solaris-2.6-cjk.rc
67share/doc/mutt/samples/iconv/iconv.solaris-2.7.rc 63share/doc/neomutt/samples/iconv/iconv.solaris-2.6.rc
68share/doc/mutt/samples/mutt_xtitle 64share/doc/neomutt/samples/iconv/iconv.solaris-2.7.rc
69share/doc/mutt/samples/pgp2.rc 65share/doc/neomutt/samples/mutt_xtitle
70share/doc/mutt/samples/pgp5.rc 66share/doc/neomutt/samples/pgp2.rc
71share/doc/mutt/samples/pgp6.rc 67share/doc/neomutt/samples/pgp5.rc
72share/doc/mutt/samples/sample.mailcap 68share/doc/neomutt/samples/pgp6.rc
73share/doc/mutt/samples/sample.muttrc 69share/doc/neomutt/samples/sample.mailcap
74share/doc/mutt/samples/sample.muttrc-tlr 70share/doc/neomutt/samples/sample.muttrc
75share/doc/mutt/samples/smime.rc 71share/doc/neomutt/samples/sample.muttrc-tlr
76share/doc/mutt/samples/smime_keys_test.pl 72share/doc/neomutt/samples/smime.rc
77share/doc/mutt/security.html 73share/doc/neomutt/samples/smime_keys_test.pl
78share/doc/mutt/smime-notes.txt 74share/doc/neomutt/security.html
79share/doc/mutt/tuning.html 75share/doc/neomutt/smime-notes.txt
 76share/doc/neomutt/tuning.html
 77share/doc/neomutt/vim-keybindings/README.md
 78share/doc/neomutt/vim-keybindings/vim-keybindings.rc
80share/examples/mutt/Muttrc 79share/examples/mutt/Muttrc
81share/examples/mutt/Muttrc.dist 80share/examples/mutt/Muttrc.dist
82share/examples/mutt/mime.types 81share/examples/mutt/mime.types
83share/examples/mutt/mime.types.dist 82share/examples/mutt/mime.types.dist
84share/locale/bg/LC_MESSAGES/mutt.mo 83share/locale/bg/LC_MESSAGES/neomutt.mo
85share/locale/ca/LC_MESSAGES/mutt.mo 84share/locale/ca/LC_MESSAGES/neomutt.mo
86share/locale/cs/LC_MESSAGES/mutt.mo 85share/locale/cs/LC_MESSAGES/neomutt.mo
87share/locale/da/LC_MESSAGES/mutt.mo 86share/locale/da/LC_MESSAGES/neomutt.mo
88share/locale/de/LC_MESSAGES/mutt.mo 87share/locale/de/LC_MESSAGES/neomutt.mo
89share/locale/el/LC_MESSAGES/mutt.mo 88share/locale/el/LC_MESSAGES/neomutt.mo
90share/locale/eo/LC_MESSAGES/mutt.mo 89share/locale/eo/LC_MESSAGES/neomutt.mo
91share/locale/es/LC_MESSAGES/mutt.mo 90share/locale/es/LC_MESSAGES/neomutt.mo
92share/locale/et/LC_MESSAGES/mutt.mo 91share/locale/et/LC_MESSAGES/neomutt.mo
93share/locale/eu/LC_MESSAGES/mutt.mo 92share/locale/eu/LC_MESSAGES/neomutt.mo
94share/locale/fr/LC_MESSAGES/mutt.mo 93share/locale/fr/LC_MESSAGES/neomutt.mo
95share/locale/ga/LC_MESSAGES/mutt.mo 94share/locale/ga/LC_MESSAGES/neomutt.mo
96share/locale/gl/LC_MESSAGES/mutt.mo 95share/locale/gl/LC_MESSAGES/neomutt.mo
97share/locale/hu/LC_MESSAGES/mutt.mo 96share/locale/hu/LC_MESSAGES/neomutt.mo
98share/locale/id/LC_MESSAGES/mutt.mo 97share/locale/id/LC_MESSAGES/neomutt.mo
99share/locale/it/LC_MESSAGES/mutt.mo 98share/locale/it/LC_MESSAGES/neomutt.mo
100share/locale/ja/LC_MESSAGES/mutt.mo 99share/locale/ja/LC_MESSAGES/neomutt.mo
101share/locale/ko/LC_MESSAGES/mutt.mo 100share/locale/ko/LC_MESSAGES/neomutt.mo
102share/locale/lt/LC_MESSAGES/mutt.mo 101share/locale/lt/LC_MESSAGES/neomutt.mo
103share/locale/nl/LC_MESSAGES/mutt.mo 102share/locale/nl/LC_MESSAGES/neomutt.mo
104share/locale/pl/LC_MESSAGES/mutt.mo 103share/locale/pl/LC_MESSAGES/neomutt.mo
105share/locale/pt_BR/LC_MESSAGES/mutt.mo 104share/locale/pt_BR/LC_MESSAGES/neomutt.mo
106share/locale/ru/LC_MESSAGES/mutt.mo 105share/locale/ru/LC_MESSAGES/neomutt.mo
107share/locale/sk/LC_MESSAGES/mutt.mo 106share/locale/sk/LC_MESSAGES/neomutt.mo
108share/locale/sv/LC_MESSAGES/mutt.mo 107share/locale/sv/LC_MESSAGES/neomutt.mo
109share/locale/tr/LC_MESSAGES/mutt.mo 108share/locale/tr/LC_MESSAGES/neomutt.mo
110share/locale/uk/LC_MESSAGES/mutt.mo 109share/locale/uk/LC_MESSAGES/neomutt.mo
111share/locale/zh_CN/LC_MESSAGES/mutt.mo 110share/locale/zh_CN/LC_MESSAGES/neomutt.mo
112share/locale/zh_TW/LC_MESSAGES/mutt.mo 111share/locale/zh_TW/LC_MESSAGES/neomutt.mo