Skip to Content.
Sympa Menu

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

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 (7233d55bcde13a637b4f04be5defebc5b8592eba)
  • Date: Tue, 19 Apr 2022 22:37:16 +0000

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

mail/neomutt/DEPENDS | 7 ++++++-
mail/neomutt/HISTORY | 3 +++
2 files changed, 9 insertions(+), 1 deletion(-)

New commits:
commit 7233d55bcde13a637b4f04be5defebc5b8592eba
Author: Pavel Vinogradov <public AT sourcemaage.org>
Commit: Pavel Vinogradov <public AT sourcemaage.org>

mail/neomutt: optionally depends on sqlite

diff --git a/mail/neomutt/DEPENDS b/mail/neomutt/DEPENDS
index b777498..70674fe 100755
--- a/mail/neomutt/DEPENDS
+++ b/mail/neomutt/DEPENDS
@@ -109,4 +109,9 @@ optional_depends "docbook-dtd"
\
optional_depends "pkgconfig" \
"--pkgconf" \
"" \
- "to obtain package information"
+ "to obtain package information" &&
+
+optional_depends "sqlite" \
+ "--sqlite" \
+ "" \
+ "Enable SQLite support"
diff --git a/mail/neomutt/HISTORY b/mail/neomutt/HISTORY
index 0e4cb7b..0c1826c 100644
--- a/mail/neomutt/HISTORY
+++ b/mail/neomutt/HISTORY
@@ -1,3 +1,6 @@
+2022-04-19 Pavel Vinogradov <public AT sourcemage.org>
+ * DEPENDS: optionally depends on sqlite
+
2022-04-18 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 20220415




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (7233d55bcde13a637b4f04be5defebc5b8592eba), Pavel Vinogradov, 04/19/2022

Archive powered by MHonArc 2.6.24.

Top of Page