diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2020-11-20 21:28:00 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2020-11-20 21:28:00 +0000 |
commit | 51fcf3be2bb8695018a81295ad704606eb791be9 (patch) | |
tree | 1679b4b0c112545b960599269b9c8d0a07f6f5b1 | |
parent | b480d075d30573111295ad0e28592543154c290a (diff) | |
download | freebsd-ports-51fcf3be2bb8695018a81295ad704606eb791be9.zip |
Update to 20201120
-rw-r--r-- | mail/neomutt/Makefile | 3 | ||||
-rw-r--r-- | mail/neomutt/distinfo | 6 | ||||
-rw-r--r-- | mail/neomutt/files/patch-sidebar_functions.c | 20 | ||||
-rw-r--r-- | mail/neomutt/pkg-plist | 3 |
4 files changed, 7 insertions, 25 deletions
diff --git a/mail/neomutt/Makefile b/mail/neomutt/Makefile index 074cce5f77e9..28d33f76e171 100644 --- a/mail/neomutt/Makefile +++ b/mail/neomutt/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= neomutt -PORTVERSION= 20200925 -PORTREVISION= 1 +PORTVERSION= 20201120 CATEGORIES= mail MAINTAINER= bapt@FreeBSD.org diff --git a/mail/neomutt/distinfo b/mail/neomutt/distinfo index 3d09d724815b..d6e90216ac76 100644 --- a/mail/neomutt/distinfo +++ b/mail/neomutt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1601527638 -SHA256 (neomutt-neomutt-20200925_GH0.tar.gz) = dcec98ea2454d7695ff92184c33a0051c2b3c46320f81f7889c4580c943140dd -SIZE (neomutt-neomutt-20200925_GH0.tar.gz) = 3440056 +TIMESTAMP = 1605907182 +SHA256 (neomutt-neomutt-20201120_GH0.tar.gz) = 48191d4f17cb1e5fd094ca92c581e1bb9599f058c122cc0e35df4e1c0cb53f47 +SIZE (neomutt-neomutt-20201120_GH0.tar.gz) = 3456322 diff --git a/mail/neomutt/files/patch-sidebar_functions.c b/mail/neomutt/files/patch-sidebar_functions.c deleted file mode 100644 index 590c88b6f8ef..000000000000 --- a/mail/neomutt/files/patch-sidebar_functions.c +++ /dev/null @@ -1,20 +0,0 @@ ---- sidebar/functions.c.orig 2020-10-04 15:20:02 UTC -+++ sidebar/functions.c -@@ -72,7 +72,7 @@ static struct SbEntry **next_new(struct - struct SbEntry **sbep = NULL; - ARRAY_FOREACH_FROM_TO(sbep, &wdata->entries, begin, end) - { -- if ((*sbep)->mailbox->has_new && (*sbep)->mailbox->msg_unread != 0) -+ if ((*sbep)->mailbox->has_new || (*sbep)->mailbox->msg_unread != 0) - return sbep; - } - return NULL; -@@ -143,7 +143,7 @@ static struct SbEntry **prev_new(struct - struct SbEntry **sbep = NULL, **prev = NULL; - ARRAY_FOREACH_FROM_TO(sbep, &wdata->entries, begin, end) - { -- if ((*sbep)->mailbox->has_new && (*sbep)->mailbox->msg_unread != 0) -+ if ((*sbep)->mailbox->has_new || (*sbep)->mailbox->msg_unread != 0) - prev = sbep; - } - diff --git a/mail/neomutt/pkg-plist b/mail/neomutt/pkg-plist index 2aa409e4b0da..2b19c4cc32af 100644 --- a/mail/neomutt/pkg-plist +++ b/mail/neomutt/pkg-plist @@ -44,6 +44,9 @@ man/man5/neomuttrc.5.gz %%PORTDOCS%%%%DOCSDIR%%/INSTALL.md %%PORTDOCS%%%%DOCSDIR%%/LICENSE.md %%PORTDOCS%%%%DOCSDIR%%/README.md +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS.md +%%PORTDOCS%%%%DOCSDIR%%/CONTRIBUTING.md +%%PORTDOCS%%%%DOCSDIR%%/SECURITY.md %%PORTDOCS%%%%DOCSDIR%%/advancedusage.html %%PORTDOCS%%%%DOCSDIR%%/colorschemes/neonwolf-256.neomuttrc %%PORTDOCS%%%%DOCSDIR%%/colorschemes/solarized-dark-256.neomuttrc |