pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/neomutt neomutt: update to 20211022.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d5bf6887a316
branches:  trunk
changeset: 768447:d5bf6887a316
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Oct 22 17:11:54 2021 +0000

description:
neomutt: update to 20211022.

Remove slang option, because slang support was removed.

2021-10-22  Richard Russon  <rich%flatcap.org@localhost>
* Bug Fixes
  - fix new mail notifications
  - fix pattern compilation error for ~( !~>(~P) )
  - fix menu display on window resize
  - Stop batch mode emails with no argument or recipients
  - Add sanitize call in print mailcap function
  - fix `hdr_order` to use the longest match
  - fix (un)setenv to not return an error with unset env vars
  - fix Imap sync when closing a mailbox
  - fix segfault on OpenBSD current
  - sidebar: restore `sidebar_spoolfile` colour
  - fix assert when displaying a file from the browser
  - fix exec command in compose
  - fix `check_stats` for Notmuch mailboxes
  - Fallback: Open Notmuch database without config
  - fix gui hook commands on startup
* Changed Config
  - Re-enable `$ssl_force_tls`
* Translations
  - 100% Serbian
  - 100% Lithuanian
  - 100% German
* Build
  - Remove Slang from the build
  - Warn about deprecated configure options

diffstat:

 mail/neomutt/Makefile   |   5 ++---
 mail/neomutt/PLIST      |   3 ++-
 mail/neomutt/distinfo   |   8 ++++----
 mail/neomutt/options.mk |  12 ++----------
 4 files changed, 10 insertions(+), 18 deletions(-)

diffs (72 lines):

diff -r 052b1c292d96 -r d5bf6887a316 mail/neomutt/Makefile
--- a/mail/neomutt/Makefile     Fri Oct 22 16:56:39 2021 +0000
+++ b/mail/neomutt/Makefile     Fri Oct 22 17:11:54 2021 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.70 2021/10/21 07:46:36 wiz Exp $
+# $NetBSD: Makefile,v 1.71 2021/10/22 17:11:54 wiz Exp $
 
-DISTNAME=              neomutt-20211015
-PKGREVISION=           1
+DISTNAME=              neomutt-20211022
 CATEGORIES=            mail
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=neomutt/}
 GITHUB_TAG=            ${PKGVERSION_NOREV}
diff -r 052b1c292d96 -r d5bf6887a316 mail/neomutt/PLIST
--- a/mail/neomutt/PLIST        Fri Oct 22 16:56:39 2021 +0000
+++ b/mail/neomutt/PLIST        Fri Oct 22 17:11:54 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.23 2021/10/15 11:43:53 wiz Exp $
+@comment $NetBSD: PLIST,v 1.24 2021/10/22 17:11:54 wiz Exp $
 bin/neomutt
 libexec/neomutt/pgpewrap
 ${PLIST.smime}libexec/neomutt/smime_keys
@@ -62,6 +62,7 @@
 share/doc/neomutt/samples/colors.linux
 share/doc/neomutt/samples/gpg.rc
 share/doc/neomutt/samples/mairix_filter.pl
+share/doc/neomutt/samples/markdown2html.py
 share/doc/neomutt/samples/sample.mailcap
 share/doc/neomutt/samples/sample.neomuttrc
 share/doc/neomutt/samples/sample.neomuttrc-starter
diff -r 052b1c292d96 -r d5bf6887a316 mail/neomutt/distinfo
--- a/mail/neomutt/distinfo     Fri Oct 22 16:56:39 2021 +0000
+++ b/mail/neomutt/distinfo     Fri Oct 22 17:11:54 2021 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.53 2021/10/15 11:43:53 wiz Exp $
+$NetBSD: distinfo,v 1.54 2021/10/22 17:11:54 wiz Exp $
 
-RMD160 (neomutt-20211015-20211015.tar.gz) = 1018ea7ab2e175b3a270a83c70ae5e3eff74d356
-SHA512 (neomutt-20211015-20211015.tar.gz) = b466fa73567b3f97c084133315dc8b35578ca369018a7beccb0e6f18324add262c591671c4fc60defd3c9623db7e95e2f631a6df10b0ef3869cf0e4a6b0eec03
-Size (neomutt-20211015-20211015.tar.gz) = 3727778 bytes
+RMD160 (neomutt-20211022-20211022.tar.gz) = 81bbe79f9d526a3141b70f3d0139915ec31a578e
+SHA512 (neomutt-20211022-20211022.tar.gz) = 8e574cd9bed19880eeb1605bb8fac1e5933571c2b499364465efce4212e2bcd7c6bc9909bf8241b5dd0fa461a55f71fdd04f4b35fc1d92ffea4647ac2b3672d0
+Size (neomutt-20211022-20211022.tar.gz) = 3731092 bytes
diff -r 052b1c292d96 -r d5bf6887a316 mail/neomutt/options.mk
--- a/mail/neomutt/options.mk   Fri Oct 22 16:56:39 2021 +0000
+++ b/mail/neomutt/options.mk   Fri Oct 22 17:11:54 2021 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.16 2020/06/22 06:08:35 wiz Exp $
+# $NetBSD: options.mk,v 1.17 2021/10/22 17:11:54 wiz Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.neomutt
 PKG_OPTIONS_REQUIRED_GROUPS=   display
-PKG_OPTIONS_GROUP.display=     curses ncurses ncursesw slang
+PKG_OPTIONS_GROUP.display=     curses ncurses ncursesw
 PKG_SUPPORTED_OPTIONS=         debug gpgme gssapi idn ssl smime sasl
 PKG_SUPPORTED_OPTIONS+=                tokyocabinet notmuch lua
 PKG_SUGGESTED_OPTIONS=         gpgme gssapi idn ncursesw sasl smime ssl
@@ -20,14 +20,6 @@
 .endif
 
 ###
-### Slang
-###
-.if !empty(PKG_OPTIONS:Mslang)
-.  include "../../devel/libslang/buildlink3.mk"
-CONFIGURE_ARGS+=       --with-slang=${BUILDLINK_PREFIX.libslang}
-.endif
-
-###
 ### ncurses
 ###
 .if !empty(PKG_OPTIONS:Mncurses)



Home | Main Index | Thread Index | Old Index