git: 9d6ee386ca91 - main - mail/neomutt: update to 20250113
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 15 Jan 2025 09:28:39 UTC
The branch main has been updated by gahr: URL: https://cgit.FreeBSD.org/ports/commit/?id=9d6ee386ca91facd978c2e2e6c08543ac40b4e31 commit 9d6ee386ca91facd978c2e2e6c08543ac40b4e31 Author: Pietro Cerutti <gahr@FreeBSD.org> AuthorDate: 2025-01-15 08:33:12 +0000 Commit: Pietro Cerutti <gahr@FreeBSD.org> CommitDate: 2025-01-15 09:28:36 +0000 mail/neomutt: update to 20250113 --- mail/neomutt/Makefile | 4 ++-- mail/neomutt/distinfo | 6 +++--- mail/neomutt/files/patch-mbox_mbox.c | 11 ----------- 3 files changed, 5 insertions(+), 16 deletions(-) diff --git a/mail/neomutt/Makefile b/mail/neomutt/Makefile index 651c2a674976..661d529b3474 100644 --- a/mail/neomutt/Makefile +++ b/mail/neomutt/Makefile @@ -1,6 +1,6 @@ PORTNAME= neomutt -PORTVERSION= 20250109 -PORTREVISION= 1 +PORTVERSION= 20250113 +PORTREVISION= 0 CATEGORIES= mail MAINTAINER= gahr@FreeBSD.org diff --git a/mail/neomutt/distinfo b/mail/neomutt/distinfo index 5cfed8802f5d..8e9affaa4fe0 100644 --- a/mail/neomutt/distinfo +++ b/mail/neomutt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1736419681 -SHA256 (neomutt-neomutt-20250109_GH0.tar.gz) = 597325c23ad07310ed96b2ee566e45e489cca81b0bdb028f276c690143500f8a -SIZE (neomutt-neomutt-20250109_GH0.tar.gz) = 4099634 +TIMESTAMP = 1736872214 +SHA256 (neomutt-neomutt-20250113_GH0.tar.gz) = cc7835e80fd72af104a8e146e009e93e687cefbc6c11725ee2ed11d7377486ff +SIZE (neomutt-neomutt-20250113_GH0.tar.gz) = 4099632 diff --git a/mail/neomutt/files/patch-mbox_mbox.c b/mail/neomutt/files/patch-mbox_mbox.c deleted file mode 100644 index 8856dbbe0752..000000000000 --- a/mail/neomutt/files/patch-mbox_mbox.c +++ /dev/null @@ -1,11 +0,0 @@ ---- mbox/mbox.c.orig 2025-01-13 09:21:08 UTC -+++ mbox/mbox.c -@@ -895,7 +895,7 @@ static bool mbox_mbox_open_append(struct Mailbox *m, O - } - FREE(&tmp_path); - -- adata->fp = mutt_file_fopen(mailbox_path(m), (flags & MUTT_NEWFOLDER) ? "w+" : "a+"); -+ adata->fp = mutt_file_fopen(mailbox_path(m), "a+"); - if (!adata->fp) - { - mutt_perror("%s", mailbox_path(m));