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:   wiz
Date:           Thu Sep  7 14:10:01 UTC 2017

Modified Files:
        pkgsrc/mail/neomutt: Makefile PLIST distinfo

Log Message:
Updated neomutt to 20170907.

2017-09-07  Richard Russon  <rich%flatcap.org@localhost>
* Contrib
  - Add guix build support
* Bug Fixes
  - Only match real mailboxes when looking for new mail
  - Fix the printing of ncurses version in -v output
  - Bind editor \<delete\> to delete-char
  - Fix overflowing colours
  - Fix empty In-Reply-To generation
  - Trim trailing slash from completed dirs
  - Add guix-neomutt.scm
  - Fix setting custom query_type in notmuch query
* Website
  - New technical documentation LINK
  - Improve Gentoo distro page
* Build
  - Better curses identification
  - Use the system's wchar_t support
  - Use the system's md5 tool (or equivalent)
  - Clean up configure.ac
  - Teach gen-map-doc about the new opcode header
* Source
  - Rename functions (snake_case)
  - Rename constants/defines (UPPER_CASE)
  - Create library of shared functions
  - Much tidying
  - Rename globals to match user config
  - Drop unnecessary functions/macros
  - Use a standard list implementation
  - Coverity fixes
  - Use explicit NUL for string terminators
  - Drop OPS\* in favour of opcodes.h
* Upstream
  - Fix menu color calls to occur before positioning the cursor
  - When guessing an attachment type, don't allow text/plain if there is a null character
  - Add $imap_poll_timeout to allow mailbox polling to time out
  - Handle error if REGCOMP in pager fails when resizing
  - Change recvattach to allow nested encryption
  - Fix attachment check_traditional and extract_keys operations
  - Add edit-content-type helper and warning for decrypted attachments
  - Add option to run command to query attachment mime type
  - Add warning about using inline pgp with format=flowed


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/mail/neomutt/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/mail/neomutt/PLIST
cvs rdiff -u -r1.25 -r1.26 pkgsrc/mail/neomutt/distinfo

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/Makefile
diff -u pkgsrc/mail/neomutt/Makefile:1.33 pkgsrc/mail/neomutt/Makefile:1.34
--- pkgsrc/mail/neomutt/Makefile:1.33   Sun Sep  3 08:53:10 2017
+++ pkgsrc/mail/neomutt/Makefile        Thu Sep  7 14:10:01 2017
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2017/09/03 08:53:10 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2017/09/07 14:10:01 wiz Exp $
 
-DISTNAME=              neomutt-20170714
-PKGREVISION=           1
+DISTNAME=              neomutt-20170907
 CATEGORIES=            mail
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=neomutt/}
 GITHUB_TAG=            ${DISTNAME}

Index: pkgsrc/mail/neomutt/PLIST
diff -u pkgsrc/mail/neomutt/PLIST:1.12 pkgsrc/mail/neomutt/PLIST:1.13
--- pkgsrc/mail/neomutt/PLIST:1.12      Tue Jul 18 18:39:37 2017
+++ pkgsrc/mail/neomutt/PLIST   Thu Sep  7 14:10:01 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2017/07/18 18:39:37 wiz Exp $
+@comment $NetBSD: PLIST,v 1.13 2017/09/07 14:10:01 wiz Exp $
 bin/mutt
 bin/pgpewrap
 bin/pgpring
@@ -51,24 +51,6 @@ share/doc/mutt/samples/Tin.rc
 share/doc/mutt/samples/colors.default
 share/doc/mutt/samples/colors.linux
 share/doc/mutt/samples/gpg.rc
-share/doc/mutt/samples/iconv/iconv.aix-3.2.5.rc
-share/doc/mutt/samples/iconv/iconv.aix-4.1.5.rc
-share/doc/mutt/samples/iconv/iconv.aix-4.2.0.rc
-share/doc/mutt/samples/iconv/iconv.aix-4.3.2.rc
-share/doc/mutt/samples/iconv/iconv.freebsd-3.3.rc
-share/doc/mutt/samples/iconv/iconv.glibc-2.1.3.rc
-share/doc/mutt/samples/iconv/iconv.glibc-2.1.90.rc
-share/doc/mutt/samples/iconv/iconv.hpux-10.01.rc
-share/doc/mutt/samples/iconv/iconv.hpux-10.20.rc
-share/doc/mutt/samples/iconv/iconv.hpux-11.00.rc
-share/doc/mutt/samples/iconv/iconv.irix-6.5.rc
-share/doc/mutt/samples/iconv/iconv.osf1-4.0a.rc
-share/doc/mutt/samples/iconv/iconv.osf1-4.0d.rc
-share/doc/mutt/samples/iconv/iconv.solaris-2.4.rc
-share/doc/mutt/samples/iconv/iconv.solaris-2.5.1.rc
-share/doc/mutt/samples/iconv/iconv.solaris-2.6-cjk.rc
-share/doc/mutt/samples/iconv/iconv.solaris-2.6.rc
-share/doc/mutt/samples/iconv/iconv.solaris-2.7.rc
 share/doc/mutt/samples/pgp2.rc
 share/doc/mutt/samples/pgp5.rc
 share/doc/mutt/samples/pgp6.rc

Index: pkgsrc/mail/neomutt/distinfo
diff -u pkgsrc/mail/neomutt/distinfo:1.25 pkgsrc/mail/neomutt/distinfo:1.26
--- pkgsrc/mail/neomutt/distinfo:1.25   Tue Jul 18 18:39:37 2017
+++ pkgsrc/mail/neomutt/distinfo        Thu Sep  7 14:10:01 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.25 2017/07/18 18:39:37 wiz Exp $
+$NetBSD: distinfo,v 1.26 2017/09/07 14:10:01 wiz Exp $
 
-SHA1 (neomutt-20170714.tar.gz) = d2495ac056f2c17b5848316672a94348711e3f8f
-RMD160 (neomutt-20170714.tar.gz) = 246d2efea56cbe27e6246afe7f0428a748012c69
-SHA512 (neomutt-20170714.tar.gz) = eb31d2f23b7211904cd66ba293c008f953778b37f13fd09d4db571d013f1c8e6449fccd827872f3ad0a2c8e62555f92b3f9591a1f0f4ac37ab362a4681abaaa0
-Size (neomutt-20170714.tar.gz) = 2509160 bytes
+SHA1 (neomutt-20170907.tar.gz) = 41faa67d7bcefa276534c128a650e26cb08fceec
+RMD160 (neomutt-20170907.tar.gz) = bc107fbb3998d088b48657cd12acee0a9063bd50
+SHA512 (neomutt-20170907.tar.gz) = 5dc7fca78c1f0fa16b4027a481e66cb7056e3587581f94d6681d4251fa6fc82870e0ac9cafe113e7d23ec1d8a6f7077ea38ad078c8b8e490f71bd3e90c7a89dd
+Size (neomutt-20170907.tar.gz) = 2532041 bytes



Home | Main Index | Thread Index | Old Index