diff options
author | wiz <wiz@pkgsrc.org> | 2018-04-16 13:18:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-04-16 13:18:16 +0000 |
commit | 7db161612f3bb0b81a6b1635651cdd5510423631 (patch) | |
tree | 9e31004c77657e6f3b45dd7173cc8064f45ffce0 | |
parent | 7fd0d4f65f7167d4582cee048bfbd812886fd56b (diff) | |
download | pkgsrc-7db161612f3bb0b81a6b1635651cdd5510423631.tar.gz |
neomutt: update to 20180323.
2018-03-23 Richard Russon <rich@flatcap.org>
* Features
- unify logging/messaging
- add alert (blink) colors
* Contrib
- Vim syntax for NeoMutt log files
* Bug Fixes
- Fix progress bar range
- notmuch: stop if db open fails
- Improve index color cache flushing behavior
- lua: fix crash when setting a string
* Translations
- Update Czech translation (100%)
- Update German translation (100%)
- Update Polish translation (94%)
- Update Portuguese (BR) translation (100%)
- Update Spanish translation (64%)
- Update Turkish translation (75%)
- Merge simliar messages
* Docs
- Clarify precedence of settings in config files
- Fix subjectrx example in the manual
* Website
- Update Gentoo distro page
- Devel: Static analysis
* Build
- Support —with-sysroot configure arg
- Expose EXTRA_CFLAGS_FOR_BUILD and EXTRA_LDFLAGS_FOR_BUIlD
- Update to latest autosetup
- Make sure git_ver.h doesn't eat random 'g's out of tag names
* Code
- Refactor to reduce complexity
- Refactor to reduce variables' scope
- Sort functions/config to make docs more legible
-rw-r--r-- | mail/neomutt/Makefile | 4 | ||||
-rw-r--r-- | mail/neomutt/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/mail/neomutt/Makefile b/mail/neomutt/Makefile index c6aa45bc259..9b260d7a739 100644 --- a/mail/neomutt/Makefile +++ b/mail/neomutt/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.41 2018/02/24 10:13:56 wiz Exp $ +# $NetBSD: Makefile,v 1.42 2018/04/16 13:18:16 wiz Exp $ -DISTNAME= neomutt-20180223 +DISTNAME= neomutt-20180323 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_GITHUB:=neomutt/} GITHUB_TAG= ${DISTNAME} diff --git a/mail/neomutt/distinfo b/mail/neomutt/distinfo index e077d1a353d..851558108ec 100644 --- a/mail/neomutt/distinfo +++ b/mail/neomutt/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.31 2018/02/24 10:13:56 wiz Exp $ +$NetBSD: distinfo,v 1.32 2018/04/16 13:18:16 wiz Exp $ -SHA1 (neomutt-20180223.tar.gz) = 159f75282d4d831beda85d97f4f6304532a77e13 -RMD160 (neomutt-20180223.tar.gz) = 03b43ff119d33d5b3b76a41d62ea80a97b2f4869 -SHA512 (neomutt-20180223.tar.gz) = 6fbbea9e182d087d8fe90094dfcbadaaca2878fa71e024e504999d1a54d853dcd346ea7aa32f421ed9dfdf90c42307f2796518dc43748805c4e36fd5755d4adc -Size (neomutt-20180223.tar.gz) = 2695087 bytes +SHA1 (neomutt-20180323.tar.gz) = a4ad93d625a7043ddfc4bc12d3df932199f41905 +RMD160 (neomutt-20180323.tar.gz) = 0087cc5c66bd5aafb30e6dd361513800f7b24231 +SHA512 (neomutt-20180323.tar.gz) = 997c697300768809823b8d8588c93003c6cd7fcc6cbe7ce524096033e91c618119f78c697ccd15b4c93751b3156d50e611974e8f8b332efb467c031385e9f819 +Size (neomutt-20180323.tar.gz) = 2650465 bytes |