Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Jan 2026 09:48:06 +0000
From:      Vladimir Druzenko <vvd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Cc:        Derek Schrock <dereks@lifeofadishwasher.com>
Subject:   git: d56eeede2bda - main - mail/mutt: Update 2.2.16 => 2.3.0
Message-ID:  <697889d6.33209.2d3d8591@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by vvd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d56eeede2bda0b73c407f82bf07e856c6c799336

commit d56eeede2bda0b73c407f82bf07e856c6c799336
Author:     Derek Schrock <dereks@lifeofadishwasher.com>
AuthorDate: 2026-01-27 09:46:31 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2026-01-27 09:46:31 +0000

    mail/mutt: Update 2.2.16 => 2.3.0
    
    Release Notes:
    http://www.mutt.org/relnotes/2.3/
    
    - Cleanup with CATEGORIES.
    - Use correct install location (PREFIX) post-stage.
    
    PR:     292719
---
 mail/mutt/Makefile | 10 +++++-----
 mail/mutt/distinfo |  6 +++---
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile
index 6ef6eff57f79..089b2ab62a4a 100644
--- a/mail/mutt/Makefile
+++ b/mail/mutt/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	mutt
-DISTVERSION=	2.2.16
-CATEGORIES+=	mail
+DISTVERSION=	2.3.0
+CATEGORIES=	mail
 MASTER_SITES=	ftp://ftp.mutt.org/pub/mutt/ \
 		https://bitbucket.org/mutt/mutt/downloads/
 DIST_SUBDIR=	mutt
@@ -182,8 +182,8 @@ post-install:
 
 # Undo some dist. installed files
 post-stage:
-	@${MV} ${STAGEDIR}/${LOCALBASE}/etc/Muttrc.dist \
-		${STAGEDIR}/${LOCALBASE}/etc/Muttrc.sample
-	@${RM} ${STAGEDIR}/${LOCALBASE}/etc/mime.types*
+	@${MV}  ${STAGEDIR}/${PREFIX}/etc/Muttrc.dist \
+		${STAGEDIR}/${PREFIX}/etc/Muttrc.sample
+	@${RM}  ${STAGEDIR}/${PREFIX}/etc/mime.types*
 
 .include <bsd.port.mk>
diff --git a/mail/mutt/distinfo b/mail/mutt/distinfo
index dac0a94ce039..8fce5d3e51d6 100644
--- a/mail/mutt/distinfo
+++ b/mail/mutt/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1763797056
-SHA256 (mutt/mutt-2.2.16.tar.gz) = 1d3109a743ad8b25eef97109b2bdb465db7837d0a8d211cd388be1b6faac3f32
-SIZE (mutt/mutt-2.2.16.tar.gz) = 5557080
+TIMESTAMP = 1769325401
+SHA256 (mutt/mutt-2.3.0.tar.gz) = 5d5ebc40843f7156d5ede30e50016798ac7336467f7ad347e716510516cc2130
+SIZE (mutt/mutt-2.3.0.tar.gz) = 5562198


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?697889d6.33209.2d3d8591>