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:           Mon Jul 25 09:30:54 UTC 2016

Modified Files:
        pkgsrc/mail/neomutt: Makefile distinfo

Log Message:
Updated neomutt to 20160723.

2016-07-23  Richard Russon  <rich%flatcap.org@localhost>
* New Motto: "Teaching an Old Dog New Tricks"
  - Thanks to Alok Singh
* New Features
  - New Mail Command - Execute a command on receipt of new mail
  - vim-keybindings - Mutt config for vim users
  - LMDB: In-memory header caching database
  - SMIME Encrypt to Self - Secure storage of sensitive email
* Bug Fixes
  - rework mutt_draw_statusline()
  - fix cursor position after sidebar redraw
  - Add sidebar_format flag '%n' to display 'N' on new mail.
  - fix index_format truncation problem
  - Fix compiler warnings due to always true condition
  - Change sidebar next/prev-new to look at buffy->new too.
  - Change the default for sidebar_format to use %n.
  - sidebar "unsorted" order to match Buffy list order.
  - Include ncurses tinfo library if found.
  - Sidebar width problem
  - sidebar crash for non-existent mailbox
  - Temporary compatibility workaround
  - Reset buffy->new for the current mailbox in IMAP.
  - version.sh regression
  - crash when notmuch tries to read a message
  - status line wrapping
* Docs
  - Mass tidy up of the docs
  - Fix xml validation
  - Add missing docs for new features
* Travis
  - New build system:
    https://github.com/neomutt/travis-build
    Now we have central control over what gets built

2016-07-09  Richard Russon  <rich%flatcap.org@localhost>
* Bug-fixes
  - This release was a temporary measure


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/mail/neomutt/Makefile \
    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.1 pkgsrc/mail/neomutt/Makefile:1.2
--- pkgsrc/mail/neomutt/Makefile:1.1    Mon Jul 11 22:05:02 2016
+++ pkgsrc/mail/neomutt/Makefile        Mon Jul 25 09:30:54 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2016/07/11 22:05:02 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2016/07/25 09:30:54 wiz Exp $
 
-DISTNAME=              neomutt-20160611
+DISTNAME=              neomutt-20160723
 CATEGORIES=            mail
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=neomutt/}
 GITHUB_TAG=            ${DISTNAME}
Index: pkgsrc/mail/neomutt/distinfo
diff -u pkgsrc/mail/neomutt/distinfo:1.1 pkgsrc/mail/neomutt/distinfo:1.2
--- pkgsrc/mail/neomutt/distinfo:1.1    Mon Jul 11 22:05:02 2016
+++ pkgsrc/mail/neomutt/distinfo        Mon Jul 25 09:30:54 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2016/07/11 22:05:02 wiz Exp $
+$NetBSD: distinfo,v 1.2 2016/07/25 09:30:54 wiz Exp $
 
-SHA1 (neomutt-20160611.tar.gz) = e7b23dc8b7d5009ab1319ac4f1017847c95dcbce
-RMD160 (neomutt-20160611.tar.gz) = 1633a610f8772ad87661967e1c0f240b71c04dfe
-SHA512 (neomutt-20160611.tar.gz) = e91b8e3e0f186b1c312268893f1f6b882d2a8a5cfb9739d2ad3c5da1aa87ca56bd54d80ae28035770e478516aa64abf414a4e276eaf120a2e8d0cfe99ae2c7d2
-Size (neomutt-20160611.tar.gz) = 2498035 bytes
+SHA1 (neomutt-20160723.tar.gz) = e0502d11e6ec30751c446abc8e12a5a61b371d7e
+RMD160 (neomutt-20160723.tar.gz) = d22e1ee5b4cd7e38f6a7f68e9f413cd0d033ae64
+SHA512 (neomutt-20160723.tar.gz) = eabc3359301b1bfea0f4a8024ef85a5e01fa1b4cec5a07ada2c5f7fcc80276982fe95cfa49888153e31a0e4049c077a6d40ba415d797936483608115bdfb9d5e
+Size (neomutt-20160723.tar.gz) = 2505367 bytes



Home | Main Index | Thread Index | Old Index