Skip to Content.
Sympa Menu

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

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 (93b4fe4d93c376bf72b3df510658c7eb11b2e1b0)
  • Date: Wed, 9 Jan 2019 23:15:15 +0000

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

mail/neomutt/DEPENDS | 5 +++++
mail/neomutt/HISTORY | 3 +++
2 files changed, 8 insertions(+)

New commits:
commit 93b4fe4d93c376bf72b3df510658c7eb11b2e1b0
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

mail/neomutt: added optional libidn2 dependency

diff --git a/mail/neomutt/DEPENDS b/mail/neomutt/DEPENDS
index ea182a8..0206176 100755
--- a/mail/neomutt/DEPENDS
+++ b/mail/neomutt/DEPENDS
@@ -64,6 +64,11 @@ optional_depends "libidn"
\
"--disable-idn" \
"to use GNU libidn for domain names" &&

+optional_depends "libidn2" \
+ "--idn2" \
+ "--disable-idn2" \
+ "to use GNU libidn2 for domain names" &&
+
# If they have POP/IMAP then prompt again for SSL to get --ssl.
optional_depends "SSL" \
"--ssl" \
diff --git a/mail/neomutt/HISTORY b/mail/neomutt/HISTORY
index 204db69..87ff279 100644
--- a/mail/neomutt/HISTORY
+++ b/mail/neomutt/HISTORY
@@ -1,3 +1,6 @@
+2019-01-09 Pavel Vinogradov <public AT sourcemage.org>
+ * DEPENDS: added optional libidn2
+
2018-12-10 Pavel Vinogradov <public AT sourcemage.org>
* BUILD, DEPENDS: needs libgpg-error if gpgme is selected




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (93b4fe4d93c376bf72b3df510658c7eb11b2e1b0), Pavel Vinogradov, 01/09/2019

Archive powered by MHonArc 2.6.24.

Top of Page