Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Mar 2024 06:23:34 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: a341e9e64cb7 - main - mail/mutt: Update to 2.2.13
Message-ID:  <202403130623.42D6NYb8071068@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by uzsolt:

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

commit a341e9e64cb7d13642178398049f4ba051955382
Author:     Derek Schrock <dereks@lifeofadishwasher.com>
AuthorDate: 2024-03-13 06:10:02 +0000
Commit:     Zsolt Udvari <uzsolt@FreeBSD.org>
CommitDate: 2024-03-13 06:22:31 +0000

    mail/mutt: Update to 2.2.13
    
    Changelog: https://marc.info/?l=mutt-users&m=170998444711121&w=2
    PR:             277604
    Approved by:    Submitter is maintainer, bofh (mentor)
    Differential Revision:  https://reviews.freebsd.org/D44293
---
 mail/mutt/Makefile | 23 +++++++++++------------
 mail/mutt/distinfo |  6 +++---
 2 files changed, 14 insertions(+), 15 deletions(-)

diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile
index 1530ad2a3327..c584f7aebb2e 100644
--- a/mail/mutt/Makefile
+++ b/mail/mutt/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	mutt
-DISTVERSION=	2.2.12
-PORTREVISION=	1
+DISTVERSION=	2.2.13
 CATEGORIES+=	mail
 MASTER_SITES=	ftp://ftp.mutt.org/pub/mutt/ \
 		https://bitbucket.org/mutt/mutt/downloads/
@@ -20,17 +19,17 @@ USE_PERL5=	build
 
 SHEBANG_FILES=	contrib/smime_keys_test.pl doc/gen-map-doc smime_keys.pl
 
-GNU_CONFIGURE=	yes
+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}
+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}
diff --git a/mail/mutt/distinfo b/mail/mutt/distinfo
index 1a5da1e1384e..9f759993bb0b 100644
--- a/mail/mutt/distinfo
+++ b/mail/mutt/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1694246221
-SHA256 (mutt/mutt-2.2.12.tar.gz) = 043af312f64b8e56f7fd0bf77f84a205d4c498030bd9586457665c47bb18ce38
-SIZE (mutt/mutt-2.2.12.tar.gz) = 5539244
+TIMESTAMP = 1710016671
+SHA256 (mutt/mutt-2.2.13.tar.gz) = eb23faddc1cc97d867693f3a4a9f30949ad93765ad5b6fdae2797a4001c58efb
+SIZE (mutt/mutt-2.2.13.tar.gz) = 5539130



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