Skip to Content.
Sympa Menu

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

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 (8cbbf1aa75422048f87677f173590a6ee77b2315)
  • Date: Mon, 24 Jun 2019 21:38:39 +0000

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

mail/mutt/DEPENDS | 2 +-
mail/mutt/DETAILS | 6 +++---
mail/mutt/HISTORY | 3 +++
3 files changed, 7 insertions(+), 4 deletions(-)

New commits:
commit 8cbbf1aa75422048f87677f173590a6ee77b2315
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

mail/mutt: migrated scm branch to GitLab

diff --git a/mail/mutt/DEPENDS b/mail/mutt/DEPENDS
index 5437669..f3c4d41 100755
--- a/mail/mutt/DEPENDS
+++ b/mail/mutt/DEPENDS
@@ -6,7 +6,7 @@ optional_depends "MAIL-TRANSPORT-AGENT"
\
"to send mail" &&

if [[ "$MUTT_BRANCH" == "scm" ]]; then
- depends mercurial
+ depends git
fi &&

depends "${TERMINAL_LIBRARY}" "--with-${TERMINAL_LIBRARY/ncurses/curses}" &&
diff --git a/mail/mutt/DETAILS b/mail/mutt/DETAILS
index d2bef11..8552140 100755
--- a/mail/mutt/DETAILS
+++ b/mail/mutt/DETAILS
@@ -5,11 +5,11 @@
case $MUTT_BRANCH in
scm)
VERSION=$(get_scm_version)
- SOURCE=$SPELL-mercurial.tar.bz2
- SOURCE_URL[0]=hg_http://dev.mutt.org/hg/mutt:$SPELL-mercurial:default
+ SOURCE=$SPELL-scm.tar.bz2
+ SOURCE_URL[0]=git_http://gitlab.com/muttmua/${SPELL}.git:$SPELL-scm
FORCE_DOWNLOAD=on
SOURCE_IGNORE=volatile
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-mercurial
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-scm
;;
devel)
VERSION=1.12.1
diff --git a/mail/mutt/HISTORY b/mail/mutt/HISTORY
index 28cd05c..4163d05 100644
--- a/mail/mutt/HISTORY
+++ b/mail/mutt/HISTORY
@@ -1,3 +1,6 @@
+2019-06-24 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS, DEPENDS: migrated scm branch to GitLab
+
2019-06-15 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: devel version 1.12.1




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (8cbbf1aa75422048f87677f173590a6ee77b2315), Pavel Vinogradov, 06/24/2019

Archive powered by MHonArc 2.6.24.

Top of Page