Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Feb 2025 16:38:45 GMT
From:      Zsolt Udvari <uzsolt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b14f89ebd994 - main - mail/mutt: Update to 2.2.14
Message-ID:  <202502241638.51OGcjUZ096358@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by uzsolt:

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

commit b14f89ebd994263a6910234a06bf12180e78fa9d
Author:     Derek Schrock <dereks@lifeofadishwasher.com>
AuthorDate: 2025-02-24 16:35:22 +0000
Commit:     Zsolt Udvari <uzsolt@FreeBSD.org>
CommitDate: 2025-02-24 16:37:44 +0000

    mail/mutt: Update to 2.2.14
    
    Pet portfmt.
    Changelog: https://marc.info/?l=mutt-announce&m=174004585212071&w=2
    
    PR:             284998
    Approved by:    submitter is maintainer
---
 mail/mutt/Makefile | 38 +++++++++++++++++---------------------
 mail/mutt/distinfo |  6 +++---
 2 files changed, 20 insertions(+), 24 deletions(-)

diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile
index 6b829188e182..356513b1b04b 100644
--- a/mail/mutt/Makefile
+++ b/mail/mutt/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	mutt
-DISTVERSION=	2.2.13
-PORTREVISION=	1
+DISTVERSION=	2.2.14
 CATEGORIES+=	mail
 MASTER_SITES=	ftp://ftp.mutt.org/pub/mutt/ \
 		https://bitbucket.org/mutt/mutt/downloads/
@@ -20,17 +19,16 @@ USE_PERL5=	build
 
 SHEBANG_FILES=	contrib/smime_keys_test.pl doc/gen-map-doc smime_keys.pl
 
-GNU_CONFIGURE=			yes
-GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
-CONFIGURE_ARGS=			--disable-fcntl \
-				--enable-compressed \
-				--enable-external-dotlock \
-				--enable-imap \
-				--enable-pop \
-				--enable-sidebar \
-				--sysconfdir=${PREFIX}/etc \
-				--with-docdir=${DOCSDIR} \
-				--with-ssl=${OPENSSLBASE}
+GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--disable-fcntl \
+		--enable-compressed \
+		--enable-external-dotlock \
+		--enable-imap \
+		--enable-pop \
+		--enable-sidebar \
+		--sysconfdir=${PREFIX}/etc \
+		--with-docdir=${DOCSDIR} \
+		--with-ssl=${OPENSSLBASE}
 
 .if defined(MUTT_CONFIGURE_ARGS)
 CONFIGURE_ARGS+=	${MUTT_CONFIGURE_ARGS}
@@ -165,12 +163,7 @@ SMTP_CONFIGURE_ENABLE=	smtp
 
 URLVIEW_RUN_DEPENDS=	urlview:textproc/urlview
 
-.include <bsd.port.options.mk>
-
-post-install:
-	${INSTALL_MAN} ${FILESDIR}/mailcap.5 ${STAGEDIR}${PREFIX}/share/man/man5
-
-pre-configure::
+pre-configure:
 # Stop make from setgid mutt_dotlock
 	@${REINPLACE_CMD} \
 		-e '/if test.*mutt_dotlock.*DOTLOCK_GROUP/s/if/if ${FALSE} \&\&/' \
@@ -182,10 +175,13 @@ pre-configure::
 	@${REINPLACE_CMD} -e 's,$$(docdir)/samples,${EXAMPLESDIR},g' \
 		${WRKSRC}/contrib/Makefile.in
 
+post-install:
+	${INSTALL_MAN} ${FILESDIR}/mailcap.5 ${STAGEDIR}${PREFIX}/share/man/man5
+
 # Undo some dist. installed files
-post-stage::
+post-stage:
 	@${MV} ${STAGEDIR}/${LOCALBASE}/etc/Muttrc.dist \
-	    	${STAGEDIR}/${LOCALBASE}/etc/Muttrc.sample
+		${STAGEDIR}/${LOCALBASE}/etc/Muttrc.sample
 	@${RM} ${STAGEDIR}/${LOCALBASE}/etc/mime.types*
 
 .include <bsd.port.mk>
diff --git a/mail/mutt/distinfo b/mail/mutt/distinfo
index 9f759993bb0b..a2dd0779915b 100644
--- a/mail/mutt/distinfo
+++ b/mail/mutt/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1710016671
-SHA256 (mutt/mutt-2.2.13.tar.gz) = eb23faddc1cc97d867693f3a4a9f30949ad93765ad5b6fdae2797a4001c58efb
-SIZE (mutt/mutt-2.2.13.tar.gz) = 5539130
+TIMESTAMP = 1740063795
+SHA256 (mutt/mutt-2.2.14.tar.gz) = d162fb6d491e3af43d6f62f949b7e687bb0c7c2584da52c99a99354a25de14ef
+SIZE (mutt/mutt-2.2.14.tar.gz) = 5549971


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502241638.51OGcjUZ096358>