Skip to Content.
Sympa Menu

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

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 (5aeaa6c47e278d6716886cc0e580f03ee2a246a5)
  • Date: Fri, 25 Oct 2019 19:48:23 +0000

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

mail/neomutt/DEPENDS | 7 ++++++-
mail/neomutt/DETAILS | 8 ++++----
mail/neomutt/HISTORY | 6 +++++-
3 files changed, 15 insertions(+), 6 deletions(-)

New commits:
commit 5aeaa6c47e278d6716886cc0e580f03ee2a246a5
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

mail/neomutt: version 2019-10-25

diff --git a/mail/neomutt/DEPENDS b/mail/neomutt/DEPENDS
index 4b3fff1..832d180 100755
--- a/mail/neomutt/DEPENDS
+++ b/mail/neomutt/DEPENDS
@@ -103,4 +103,9 @@ optional_depends "notmuch"
\
optional_depends "docbook-dtd" \
"" \
"--disable-doc" \
- "to build documentation"
+ "to build documentation" &&
+
+optional_depends "pkgconfig" \
+ "--pkgconf" \
+ "" \
+ "to obtain package information"
diff --git a/mail/neomutt/DETAILS b/mail/neomutt/DETAILS
index b421b19..7eef023 100755
--- a/mail/neomutt/DETAILS
+++ b/mail/neomutt/DETAILS
@@ -8,16 +8,16 @@ SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
SOURCE_IGNORE="volatile"
FORCE_DOWNLOAD="on"
else
- VERSION=20180716
+ VERSION=2019-10-25
SOURCE="${SPELL}-${VERSION}.tar.gz"
- SOURCE_URL[0]="https://github.com/${SPELL}/${SPELL}/archive/${SOURCE}";
-
SOURCE_URL[1]="https://github.com/${SPELL}/${SPELL}/releases/download/${SPELL}-${VERSION}/${SOURCE}";
+
SOURCE_URL[0]="https://github.com/${SPELL}/${SPELL}/archive/${VERSION}.tar.gz";
+
SOURCE_URL[1]="https://github.com/${SPELL}/${SPELL}/releases/download/${VERSION}/${VERSION}.tar.gz";
SOURCE2="${SOURCE}.sig"
SOURCE2_URL[0]="${SOURCE_URL[0]}.sig"
SOURCE2_URL[1]="${SOURCE_URL[1]}.sig"
SOURCE_GPG="neomutt.gpg:${SOURCE2}:UPSTREAM_KEY"
SOURCE2_IGNORE="signature"
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${SPELL}-${VERSION}"
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
fi
WEB_SITE="https://www.neomutt.org";
LICENSE[0]=GPL
diff --git a/mail/neomutt/HISTORY b/mail/neomutt/HISTORY
index 0846fc7..e25b7e7 100644
--- a/mail/neomutt/HISTORY
+++ b/mail/neomutt/HISTORY
@@ -1,5 +1,9 @@
+2019-10-25 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 2019-10-25, fixed SOURCE_URLs & SOURCE_DIRECTORY
+ * DEPENDS: added optional pkgconfig
+
2019-01-20 Treeve Jelbert <treeve AT sourcemage.org>
- * DEPENDS: gnupg => GNUPG
+ * DEPENDS: gnupg => GNUPG

2019-01-09 Pavel Vinogradov <public AT sourcemage.org>
* DEPENDS: added optional libidn2



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (5aeaa6c47e278d6716886cc0e580f03ee2a246a5), Pavel Vinogradov, 10/25/2019

Archive powered by MHonArc 2.6.24.

Top of Page