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:           Tue Jan 17 12:32:42 UTC 2017

Modified Files:
        pkgsrc/mail/neomutt: Makefile distinfo options.mk

Log Message:
Updated neomutt to 20170113.

2017-01-13  Richard Russon  <rich%flatcap.org@localhost>
* Features
  - Allow custom status flags in index_format
  - $from_chars highlights differences in authorship
  - notmuch: make 'Folder' and 'Tags' respect (un)ignore
  - notmuch: add "virtual-unmailboxes" command
* Bug Fixes
  - pick smarter default for $sidebar_divider_char
  - status color breaks "mutt -D"
  - Enable reconstruct-thread in the pager
  - manually touch 'atime' when reading a mbox file
  - allow $to_chars to contain Unicode characters
  - increase the max lmdb database size
  - restore limit current thread
  - don't reset the alarm unless we set it
  - some more places that may get NULL pointers
  - rework initials to allow unicode characters
* Translations
  - Spanish translation
  - German translation
* Docs
  - Improve whitespace and grammar on the NNTP feature page
  - make $to_chars docs more legible
  - de-tab the DocBook
  - fix 301 redirects
* Build
  - New configure option --enable-everything
  - add a constant for an aborted question
  - enhance mutt_to_base64() (and callers)
  - Fix configure.ac to require md5 if hcache is enabled
  - Bail if a selected hcache backend cannot be found
  - refactor mutt_matches_ignore
  - fix hcache + make dist
  - add unicode string helper function
  - Re-indent configure.ac
  - generate devel version suffix
  - fix check_sec.sh warnings
  - remove unnecessary #ifdef's
  - add missing #ifdef for nntp
  - ignore some configure temp files
  - fix "make dist" target
  - fix function prototypes
  - fix coverity warnings
  - notmuch: drop strndup, replace with mutt_substrdup
* Upstream
  - Fix failure with GPGME 1.8: do not steal the gpgme_ prefix.
  - search muttrc file according to XDG Base Specification (closes #3207)
  - Improve openssl interactive_check_cert. (closes #3899)
  - Add mutt_array_size macro, change interactive_check_cert() to use it. (see #3899)
  - Return to pager upon aborting a jump operation. (closes #3901)
  - Change sidebar_spoolfile coloring to be lower precedence.
  - Move '@' pattern modifier documentation to the right section.
  - Add setenv/unsetenv commands.
  - Rework OpenSSL certificate verification to support alternative chains. (closes #3903)
  - Add option to control whether threads uncollapse when new mail arrives.
  - In the manual, replaced 2 para by example (similar to the first example).
  - Create mbchar_table type for multibyte character arrays. (see #3024)
  - Make to_chars and status_chars accept mulitibyte characters. (closes #3024)


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/mail/neomutt/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/mail/neomutt/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/mail/neomutt/options.mk

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.21 pkgsrc/mail/neomutt/Makefile:1.22
--- pkgsrc/mail/neomutt/Makefile:1.21   Mon Nov 28 12:26:03 2016
+++ pkgsrc/mail/neomutt/Makefile        Tue Jan 17 12:32:42 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2016/11/28 12:26:03 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2017/01/17 12:32:42 wiz Exp $
 
-DISTNAME=              neomutt-20161126
+DISTNAME=              neomutt-20170113
 CATEGORIES=            mail
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=neomutt/}
 GITHUB_TAG=            ${DISTNAME}

Index: pkgsrc/mail/neomutt/distinfo
diff -u pkgsrc/mail/neomutt/distinfo:1.15 pkgsrc/mail/neomutt/distinfo:1.16
--- pkgsrc/mail/neomutt/distinfo:1.15   Mon Nov 28 12:26:03 2016
+++ pkgsrc/mail/neomutt/distinfo        Tue Jan 17 12:32:42 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2016/11/28 12:26:03 wiz Exp $
+$NetBSD: distinfo,v 1.16 2017/01/17 12:32:42 wiz Exp $
 
-SHA1 (neomutt-20161126.tar.gz) = 3776d4c64464daa4aec78f1cec549ff11b41ae9c
-RMD160 (neomutt-20161126.tar.gz) = 8da644045621fdcde19cd1277ac6e9501797339b
-SHA512 (neomutt-20161126.tar.gz) = 362e66739c07e9f3677fffe6150cc4254ee47dd1dceb95efb96caa40aab6339c48c2ffc3ef251d0e999ad298b61dff794d5c2aee4c6811df8f2f66f85f49dc0e
-Size (neomutt-20161126.tar.gz) = 2738930 bytes
+SHA1 (neomutt-20170113.tar.gz) = 18072b12683e6932471abe1a06b66d6fb32dc988
+RMD160 (neomutt-20170113.tar.gz) = b46b5be6101b59f9f1d4e713fa4d5c9094e6fc21
+SHA512 (neomutt-20170113.tar.gz) = bd2fc79f441f044acca011155f0bfaa7d26630261a16711193a2ad6c85262220c625216e39eb98983485459541c8af24ebf023a3589eae863dd154475e976824
+Size (neomutt-20170113.tar.gz) = 2751855 bytes

Index: pkgsrc/mail/neomutt/options.mk
diff -u pkgsrc/mail/neomutt/options.mk:1.3 pkgsrc/mail/neomutt/options.mk:1.4
--- pkgsrc/mail/neomutt/options.mk:1.3  Tue Oct  4 21:52:36 2016
+++ pkgsrc/mail/neomutt/options.mk      Tue Jan 17 12:32:42 2017
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2016/10/04 21:52:36 wiz Exp $
+# $NetBSD: options.mk,v 1.4 2017/01/17 12:32:42 wiz Exp $
 
 # Global and legacy options
 
@@ -96,7 +96,6 @@ CONFIGURE_ARGS+=      --disable-smime
 .if !empty(PKG_OPTIONS:Mmutt-hcache)
 .  if !empty(PKG_OPTIONS:Mtokyocabinet)
 .  include "../../databases/tokyocabinet/buildlink3.mk"
-CONFIGURE_ARGS+=       --enable-hcache
 CONFIGURE_ARGS+=       --with-tokyocabinet
 CONFIGURE_ARGS+=       --without-gdbm
 CONFIGURE_ARGS+=       --without-bdb
@@ -104,7 +103,7 @@ CONFIGURE_ARGS+=    --without-bdb
 BDB_ACCEPTED=          db4 db5
 BUILDLINK_TRANSFORM+=  l:db:${BDB_TYPE}
 .  include "../../mk/bdb.buildlink3.mk"
-CONFIGURE_ARGS+=       --enable-hcache
+CONFIGURE_ARGS+=       --with-bdb
 CONFIGURE_ARGS+=       --without-gdbm
 # BDB_INCLUDE_DIR_ and BDB_LIB_DIR don't have to be particularly accurate
 # since the real -I and -L flags are added by buildlink already.



Home | Main Index | Thread Index | Old Index