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: Fri Oct 22 17:11:54 UTC 2021
Modified Files:
pkgsrc/mail/neomutt: Makefile PLIST distinfo options.mk
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 pkgsrc/mail/neomutt/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/mail/neomutt/PLIST
cvs rdiff -u -r1.53 -r1.54 pkgsrc/mail/neomutt/distinfo
cvs rdiff -u -r1.16 -r1.17 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.70 pkgsrc/mail/neomutt/Makefile:1.71
--- pkgsrc/mail/neomutt/Makefile:1.70 Thu Oct 21 07:46:36 2021
+++ pkgsrc/mail/neomutt/Makefile Fri Oct 22 17:11:54 2021
@@ -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}
Index: pkgsrc/mail/neomutt/PLIST
diff -u pkgsrc/mail/neomutt/PLIST:1.23 pkgsrc/mail/neomutt/PLIST:1.24
--- pkgsrc/mail/neomutt/PLIST:1.23 Fri Oct 15 11:43:53 2021
+++ pkgsrc/mail/neomutt/PLIST Fri Oct 22 17:11:54 2021
@@ -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.default
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
Index: pkgsrc/mail/neomutt/distinfo
diff -u pkgsrc/mail/neomutt/distinfo:1.53 pkgsrc/mail/neomutt/distinfo:1.54
--- pkgsrc/mail/neomutt/distinfo:1.53 Fri Oct 15 11:43:53 2021
+++ pkgsrc/mail/neomutt/distinfo Fri Oct 22 17:11:54 2021
@@ -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
Index: pkgsrc/mail/neomutt/options.mk
diff -u pkgsrc/mail/neomutt/options.mk:1.16 pkgsrc/mail/neomutt/options.mk:1.17
--- pkgsrc/mail/neomutt/options.mk:1.16 Mon Jun 22 06:08:35 2020
+++ pkgsrc/mail/neomutt/options.mk Fri Oct 22 17:11:54 2021
@@ -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 @@ CONFIGURE_ARGS+= --with-gss=${KRB5BASE}
.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