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));