aboutsummaryrefslogtreecommitdiff
path: root/mail/neomutt
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2025-01-15 08:33:12 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2025-01-15 09:28:36 +0000
commit9d6ee386ca91facd978c2e2e6c08543ac40b4e31 (patch)
tree14cc79eaba25f5be4643e248706a29dbd0c427e1 /mail/neomutt
parent0ce22569c3291e11d5a83be42a9e249d3649918a (diff)
Diffstat (limited to 'mail/neomutt')
-rw-r--r--mail/neomutt/Makefile4
-rw-r--r--mail/neomutt/distinfo6
-rw-r--r--mail/neomutt/files/patch-mbox_mbox.c11
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));