Skip to content

Commit

Permalink
mail/mutt: Update to 2.2.13
Browse files Browse the repository at this point in the history
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
  • Loading branch information
derekschrock authored and Zsolt Udvari committed Mar 13, 2024
1 parent 56782a1 commit a341e9e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 15 deletions.
23 changes: 11 additions & 12 deletions 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/
Expand All @@ -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}
Expand Down
6 changes: 3 additions & 3 deletions 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

0 comments on commit a341e9e

Please sign in to comment.