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:   nikita
Date:           Wed May 17 13:24:32 UTC 2023

Modified Files:
        pkgsrc/mail/neomutt: Makefile distinfo

Log Message:
neomutt: update to version 20230517

Changelog:

2023-05-17  Richard Russon  \<rich%flatcap.org@localhost\>
* Features
  - #3699 - Support 24bit colors, aka truecolor
  - #3738 - Show complete MIME structure in attachments
  - #3842 - Allow percentages to be localized
* Bug Fixes
  - #3813 - Fix crash in op_browser_subscribe
  - #3844 - Select the first email when coming from an empty limit
  - #3848 - Fix counting new mails in maildir
  - #3864 - Fix handling of bright colours
  - #3759 - bind: fix incorrect conflict report
  - #3781 - index: only refresh the menu on non-focus window changes
  - #3856 - tunnel: fix reconnection with `ssl_force=true`
  - #3860 - maildir: stop parsing headers at the end of the headers section
  - Fix sorting of labels
* Translations
  - 100% :serbia: Serbian
  - 100% :tr: Turkish
  - 100% :lithuania: Lithuanian
  - 100% :hungary: Hungarian
  - 100% :de: German
  - 99% :norway: Norwegian (Bokmål)
  - 99% :slovakia: Slovak
  - 99% :brazil: Portuguese (Brazil)
  - 99% :czech_republic: Czech
  - 99% :poland: Polish
  - 95% :fr: French
* Build
 - #3798 - Build with libidn2 by default, remove support for libidn1
* Code
  - config: dynamically create/delete variables
  - config: unify handling of NeoMutt and user (my_) variables
  - config: cache config variables used often
  - speed: various speedups in parsing emails
  - cleanups: lots of code cleanups
  - Huge refactoring towards a separation of Mailbox/MailboxView

2023-05-12  Richard Russon  \<rich%flatcap.org@localhost\>
* BROKEN - Please use 2023-05-17 instead


To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 pkgsrc/mail/neomutt/Makefile
cvs rdiff -u -r1.63 -r1.64 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.82 pkgsrc/mail/neomutt/Makefile:1.83
--- pkgsrc/mail/neomutt/Makefile:1.82   Sat Apr  8 08:45:15 2023
+++ pkgsrc/mail/neomutt/Makefile        Wed May 17 13:24:32 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.82 2023/04/08 08:45:15 wiz Exp $
+# $NetBSD: Makefile,v 1.83 2023/05/17 13:24:32 nikita Exp $
 
-DISTNAME=              neomutt-20230407
+DISTNAME=              neomutt-20230517
 CATEGORIES=            mail
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=neomutt/}
 GITHUB_TAG=            ${PKGVERSION_NOREV}
@@ -50,6 +50,7 @@ SUBST_SED.interpreter+=               -e "s,\#! */usr
 
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../devel/libidn2/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../lang/python/application.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/mail/neomutt/distinfo
diff -u pkgsrc/mail/neomutt/distinfo:1.63 pkgsrc/mail/neomutt/distinfo:1.64
--- pkgsrc/mail/neomutt/distinfo:1.63   Sat Apr  8 08:45:15 2023
+++ pkgsrc/mail/neomutt/distinfo        Wed May 17 13:24:32 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.63 2023/04/08 08:45:15 wiz Exp $
+$NetBSD: distinfo,v 1.64 2023/05/17 13:24:32 nikita Exp $
 
-BLAKE2s (neomutt-20230407-20230407.tar.gz) = 314cece28eeae4cc37bd8f5a119142633bab466b7e65ba9ae256122731518636
-SHA512 (neomutt-20230407-20230407.tar.gz) = 53604ce396fb53bf01662c7105a632e0e7a50d66f0d265193c591d7f16cbbfd276925c7ae965ccf9faf9b2070d7db48c4ee6d44b0c9552f9214647c5a7e8c46d
-Size (neomutt-20230407-20230407.tar.gz) = 3725060 bytes
+BLAKE2s (neomutt-20230517-20230517.tar.gz) = 17e775b0ce68d211036317c090bcdc41c07da6a262febd281b0c0a29b1f8e74d
+SHA512 (neomutt-20230517-20230517.tar.gz) = 6314c63f1a324c9d45bc06fe1ab73b86a1f11467d6cf5105f72f55029fe8bc035b4a2833e6c8958e749fe109b5f8e68b53ff7821185b7a4480468ddce5c267f3
+Size (neomutt-20230517-20230517.tar.gz) = 3792146 bytes



Home | Main Index | Thread Index | Old Index