Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (4e7f4a089a9569b7098c30c5c761cc1d8d2dc92d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (4e7f4a089a9569b7098c30c5c761cc1d8d2dc92d)
  • Date: Fri, 15 Oct 2021 21:28:59 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemaage.org>:

mail/neomutt/CONFIGURE | 8 +-------
mail/neomutt/DEPENDS | 7 +++----
mail/neomutt/DETAILS | 2 +-
mail/neomutt/HISTORY | 3 ++-
4 files changed, 7 insertions(+), 13 deletions(-)

New commits:
commit 4e7f4a089a9569b7098c30c5c761cc1d8d2dc92d
Author: Pavel Vinogradov <public AT sourcemaage.org>
Commit: Pavel Vinogradov <public AT sourcemaage.org>

mail/neomutt: version 20211015, dropped slang support everywhere

diff --git a/mail/neomutt/CONFIGURE b/mail/neomutt/CONFIGURE
index 521e3ab..48780d2 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 00b43fb..b777498 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 3d8b9ad..549fa57 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 03bba85..d8d1e21 100644
--- a/mail/neomutt/HISTORY
+++ b/mail/neomutt/HISTORY
@@ -1,5 +1,6 @@
2021-10-15 Pavel Vinogradov <public AT sourcemage.org>
- * CONFIGURE, DEPENDS: scm branch dropped slang support
+ * CONFIGURE, DEPENDS: dropped slang support
+ * DETAILS: version 20211015

2021-05-26 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 20210205



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (4e7f4a089a9569b7098c30c5c761cc1d8d2dc92d), Pavel Vinogradov, 10/15/2021

Archive powered by MHonArc 2.6.24.

Top of Page