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:           Sat Nov  4 00:21:04 UTC 2023

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

Log Message:
neomutt: update to 20231103.

2023-11-03  Richard Russon  \<rich%flatcap.org@localhost\>
* Features
  - #4080 - info screen: enable \<save-message\>
  - #4075 - add color command
  - color: add ANSI RGB support
  - color: Support ANSI 2x clear sequences
* Bug Fixes
  - #4074 - color: fix palette conversion
  - #4081 - fix logging on error
  - #4081 - log: vim-style
  - #4082 - fix file auto-completion
  - #4090 - improve logic for growing mailbox memory
* Build
  - #4085 - fix CFLAGS/LDFLAGS for ncurses
  - #4085 - configure --with-iconv
* Code
  - #4067 - remove unused count of new mails from index private data
  - #4086 - smtp: Simplify the API of `smtp_code()`
  - #4091 - simplify CLAMP by expressing it with MIN/MAX
  - color: introduce ColorElement
  - color: log gui info on startup
  - color: move business logic out of parsers
  - color: tidy OptNoCurses cases
  - log: add `log_multiline()`
  - test: increase coverage


To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 pkgsrc/mail/neomutt/Makefile
cvs rdiff -u -r1.66 -r1.67 pkgsrc/mail/neomutt/distinfo
cvs rdiff -u -r1.20 -r1.21 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.88 pkgsrc/mail/neomutt/Makefile:1.89
--- pkgsrc/mail/neomutt/Makefile:1.88   Tue Oct 24 22:38:54 2023
+++ pkgsrc/mail/neomutt/Makefile        Sat Nov  4 00:21:04 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.88 2023/10/24 22:38:54 wiz Exp $
+# $NetBSD: Makefile,v 1.89 2023/11/04 00:21:04 wiz Exp $
 
-DISTNAME=              neomutt-20231023
+DISTNAME=              neomutt-20231103
 CATEGORIES=            mail
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=neomutt/}
 GITHUB_TAG=            ${PKGVERSION_NOREV}

Index: pkgsrc/mail/neomutt/distinfo
diff -u pkgsrc/mail/neomutt/distinfo:1.66 pkgsrc/mail/neomutt/distinfo:1.67
--- pkgsrc/mail/neomutt/distinfo:1.66   Tue Oct 24 22:38:54 2023
+++ pkgsrc/mail/neomutt/distinfo        Sat Nov  4 00:21:04 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.66 2023/10/24 22:38:54 wiz Exp $
+$NetBSD: distinfo,v 1.67 2023/11/04 00:21:04 wiz Exp $
 
-BLAKE2s (neomutt-20231023-20231023.tar.gz) = 3db54f996379cb01755f48b61f54b392b342f02077a96d0442c3ed19b378dc10
-SHA512 (neomutt-20231023-20231023.tar.gz) = 0994c4b9027f8299de26bfd816298a0abf02645b07e76ecd2267c220a884869c2226ba01618a3c71887c1b627b64ca4e14375b26f165381283899a8fa5d4950e
-Size (neomutt-20231023-20231023.tar.gz) = 3803482 bytes
+BLAKE2s (neomutt-20231103-20231103.tar.gz) = d3bc42c50901c033900c52c4efebe25ddd3ad3cdfd859b50d4d3f055750b6fc9
+SHA512 (neomutt-20231103-20231103.tar.gz) = f60911fa479dc2ff99fc90a6d62a6f1c914443d38ef7de055a6bce87808f4682f798f1faef005b0e5fbe9417f4d42588d9b4b1fc56968c02f871d6f3355aa446
+Size (neomutt-20231103-20231103.tar.gz) = 3816069 bytes

Index: pkgsrc/mail/neomutt/options.mk
diff -u pkgsrc/mail/neomutt/options.mk:1.20 pkgsrc/mail/neomutt/options.mk:1.21
--- pkgsrc/mail/neomutt/options.mk:1.20 Wed May 17 13:29:30 2023
+++ pkgsrc/mail/neomutt/options.mk      Sat Nov  4 00:21:04 2023
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.20 2023/05/17 13:29:30 wiz Exp $
+# $NetBSD: options.mk,v 1.21 2023/11/04 00:21:04 wiz Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.neomutt
 PKG_OPTIONS_REQUIRED_GROUPS=   display
@@ -77,7 +77,7 @@ CONFIGURE_ARGS+=      --disable-ssl
 PLIST_VARS+=           smime
 .if !empty(PKG_OPTIONS:Msmime)
 USE_TOOLS+=            perl:run
-REPLACE_PERL+=         */*.pl contrib/smime_keys
+REPLACE_PERL+=         contrib/smime_keys
 .  include "../../security/openssl/buildlink3.mk"
 CONFIGURE_ARGS+=       --smime
 PLIST.smime=           yes



Home | Main Index | Thread Index | Old Index