summaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorPavel Vinogradov2021-10-15 17:27:38 -0400
committerPavel Vinogradov2021-10-15 17:27:38 -0400
commit4e7f4a089a9569b7098c30c5c761cc1d8d2dc92d (patch)
treec44db1004dae2688a82df8bf6daf77655c601bf3 /mail
parent348ab22beaa2d5418712cad77d5d628de523350d (diff)
mail/neomutt: version 20211015, dropped slang support everywhere
Diffstat (limited to 'mail')
-rwxr-xr-xmail/neomutt/CONFIGURE8
-rwxr-xr-xmail/neomutt/DEPENDS7
-rwxr-xr-xmail/neomutt/DETAILS2
-rw-r--r--mail/neomutt/HISTORY3
4 files changed, 7 insertions, 13 deletions
diff --git a/mail/neomutt/CONFIGURE b/mail/neomutt/CONFIGURE
index 521e3ab3be..48780d2dd7 100755
--- a/mail/neomutt/CONFIGURE
+++ b/mail/neomutt/CONFIGURE
@@ -1,10 +1,4 @@
-if [[ "${NEOMUTT_BRANCH}" == "scm" ]]; then
- persistent_remove TERMINAL_LIBRARY
-else
- config_query_list TERMINAL_LIBRARY \
- "Build against which terminal library?" \
- ncurses slang
-fi &&
+persistent_remove TERMINAL_LIBRARY &&
config_query_list HCACHE_BACKEND "Use which header cache backend?" \
none gdbm db lmdb &&
diff --git a/mail/neomutt/DEPENDS b/mail/neomutt/DEPENDS
index 00b43fb049..b777498509 100755
--- a/mail/neomutt/DEPENDS
+++ b/mail/neomutt/DEPENDS
@@ -1,10 +1,9 @@
if [[ "${NEOMUTT_BRANCH}" == "scm" ]]; then
- depends git &&
- depends ncurses
-else
- depends "${TERMINAL_LIBRARY}" "--with-ui=${TERMINAL_LIBRARY}"
+ depends git
fi &&
+depends ncurses &&
+
persistent_remove TMP_NEOMUTT_OPTS &&
optional_depends "MAIL-TRANSPORT-AGENT" \
diff --git a/mail/neomutt/DETAILS b/mail/neomutt/DETAILS
index 3d8b9adcb3..549fa57017 100755
--- a/mail/neomutt/DETAILS
+++ b/mail/neomutt/DETAILS
@@ -8,7 +8,7 @@ SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
SOURCE_IGNORE="volatile"
FORCE_DOWNLOAD="on"
else
- VERSION=20210205
+ VERSION=20211015
SECURITY_PATCH=1
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_URL[0]="https://github.com/${SPELL}/${SPELL}/archive/${VERSION}.tar.gz"
diff --git a/mail/neomutt/HISTORY b/mail/neomutt/HISTORY
index 03bba85f11..d8d1e21762 100644
--- a/mail/neomutt/HISTORY
+++ b/mail/neomutt/HISTORY
@@ -1,5 +1,6 @@
2021-10-15 Pavel Vinogradov <public@sourcemage.org>
- * CONFIGURE, DEPENDS: scm branch dropped slang support
+ * CONFIGURE, DEPENDS: dropped slang support
+ * DETAILS: version 20211015
2021-05-26 Florian Franzmann <bwlf@bandrate.org>
* DETAILS: version 20210205