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 Apr 16 13:18:16 UTC 2018

Modified Files:
        pkgsrc/mail/neomutt: Makefile distinfo

Log Message:
neomutt: update to 20180323.

2018-03-23  Richard Russon  <rich%flatcap.org@localhost>
* 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


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/mail/neomutt/Makefile
cvs rdiff -u -r1.31 -r1.32 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.41 pkgsrc/mail/neomutt/Makefile:1.42
--- pkgsrc/mail/neomutt/Makefile:1.41   Sat Feb 24 10:13:56 2018
+++ pkgsrc/mail/neomutt/Makefile        Mon Apr 16 13:18:16 2018
@@ -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}

Index: pkgsrc/mail/neomutt/distinfo
diff -u pkgsrc/mail/neomutt/distinfo:1.31 pkgsrc/mail/neomutt/distinfo:1.32
--- pkgsrc/mail/neomutt/distinfo:1.31   Sat Feb 24 10:13:56 2018
+++ pkgsrc/mail/neomutt/distinfo        Mon Apr 16 13:18:16 2018
@@ -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



Home | Main Index | Thread Index | Old Index