diff options
author | wiz <wiz@pkgsrc.org> | 2021-10-22 17:11:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2021-10-22 17:11:54 +0000 |
commit | bf99e1ca7e20421560fa0953e919dbb1a19c32c9 (patch) | |
tree | d6e928a33385823d9256044247c1c302d619e327 | |
parent | 60b8aa996cfdbcc1b3688776216a47d97b6c9c83 (diff) | |
download | pkgsrc-bf99e1ca7e20421560fa0953e919dbb1a19c32c9.tar.gz |
neomutt: update to 20211022.
Remove slang option, because slang support was removed.
2021-10-22 Richard Russon <rich@flatcap.org>
* 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
-rw-r--r-- | mail/neomutt/Makefile | 5 | ||||
-rw-r--r-- | mail/neomutt/PLIST | 3 | ||||
-rw-r--r-- | mail/neomutt/distinfo | 8 | ||||
-rw-r--r-- | mail/neomutt/options.mk | 12 |
4 files changed, 10 insertions, 18 deletions
diff --git a/mail/neomutt/Makefile b/mail/neomutt/Makefile index f37c54d94e8..801e2c95993 100644 --- a/mail/neomutt/Makefile +++ b/mail/neomutt/Makefile @@ -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 --git a/mail/neomutt/PLIST b/mail/neomutt/PLIST index 72f8a314b77..5c3364fb3bb 100644 --- a/mail/neomutt/PLIST +++ b/mail/neomutt/PLIST @@ -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 diff --git a/mail/neomutt/distinfo b/mail/neomutt/distinfo index c2c13237595..dee442762f4 100644 --- a/mail/neomutt/distinfo +++ b/mail/neomutt/distinfo @@ -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 --git a/mail/neomutt/options.mk b/mail/neomutt/options.mk index 2dc18892a13..5aecd8df5f2 100644 --- a/mail/neomutt/options.mk +++ b/mail/neomutt/options.mk @@ -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) |