mail/mutt: Update to 1.14.7

PR:		249004
Submitted by:	Derek Schrock <dereks@lifeofadishwasher.com> (maintainer)
This commit is contained in:
Steve Wills 2020-09-02 04:43:14 +00:00
parent 36d960b379
commit 97083c5b9e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=547327
3 changed files with 8 additions and 8 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= mutt
DISTVERSION= 1.14.6
DISTVERSION= 1.14.7
CATEGORIES+= mail
MASTER_SITES= ftp://ftp.mutt.org/pub/mutt/ \
https://bitbucket.org/mutt/mutt/downloads/ \

View File

@ -1,6 +1,6 @@
TIMESTAMP = 1594514091
SHA256 (mutt/mutt-1.14.6.tar.gz) = 47972a0152b81b9f67ff322a0a6682b914c15545bfdeac6bcc2f2c0bf9361844
SIZE (mutt/mutt-1.14.6.tar.gz) = 5010137
TIMESTAMP = 1598742511
SHA256 (mutt/mutt-1.14.7.tar.gz) = e4f507b133253cb5eef27996b8668956cdf9caac622cf8adad13f0f9a4eda864
SIZE (mutt/mutt-1.14.7.tar.gz) = 5009968
SHA256 (mutt/mutt-1.14.3.vc.greeting) = c6067f19e51e99e3c981c0c45a29fb442626d8bb3f0df56736ce4ee0eb0bfa83
SIZE (mutt/mutt-1.14.3.vc.greeting) = 4472
SHA256 (mutt/patch-1.13.0.vvv.initials.xz) = 8b25ad6596bd57d94f6551e7e73ceb8da620468e96fb507b2f51545d5b3eaa02

View File

@ -1,10 +1,10 @@
--- PATCHES.orig 2020-05-05 02:09:32 UTC
--- PATCHES.orig 2020-08-29 22:13:50 UTC
+++ PATCHES
@@ -0,0 +1 @@
+patch-1.5.4.cd.ifdef.1
--- init.c.orig 2020-05-02 21:08:56 UTC
--- init.c.orig 2020-08-29 19:37:53 UTC
+++ init.c
@@ -643,6 +643,52 @@ static mbchar_table *parse_mbchar_table (const char *s
@@ -648,6 +648,52 @@ static mbchar_table *parse_mbchar_table (const char *s
return t;
}
@ -57,7 +57,7 @@
static int parse_unignore (BUFFER *buf, BUFFER *s, union pointer_long_t udata, BUFFER *err)
{
do
--- init.h.orig 2020-05-05 02:09:32 UTC
--- init.h.orig 2020-08-29 22:13:50 UTC
+++ init.h
@@ -4594,6 +4594,7 @@ static int parse_lists (BUFFER *, BUFFER *, union poin
static int parse_unlists (BUFFER *, BUFFER *, union pointer_long_t, BUFFER *);