Skip to Content.
Sympa Menu

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

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 (3327a26ed47d76d8a21622117850373547fce2de)
  • Date: Thu, 6 Apr 2017 21:40:42 +0000

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

mail/neomutt/BUILD | 9 +++------
mail/neomutt/DEPENDS | 5 +++++
mail/neomutt/DETAILS | 11 +++++++++++
mail/neomutt/HISTORY | 6 ++++++
mail/neomutt/PREPARE | 2 ++
5 files changed, 27 insertions(+), 6 deletions(-)

New commits:
commit 3327a26ed47d76d8a21622117850373547fce2de
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

mail/neomutt: added scm branch + cleanups

diff --git a/mail/neomutt/BUILD b/mail/neomutt/BUILD
index daab3a2..da715be 100755
--- a/mail/neomutt/BUILD
+++ b/mail/neomutt/BUILD
@@ -1,8 +1,5 @@
-OPTS="--build=${BUILD}
- --with-mailpath=/var/spool/mail
- --with-docdir=${INSTALL_ROOT}/usr/share/doc/mutt
- ${NEOMUTT_OPTS}
- ${OPTS}
-" &&
+OPTS="--with-docdir=${INSTALL_ROOT}/usr/share/doc/mutt
+ --with-mailpath=${INSTALL_ROOT}/var/spool/mail
+ ${NEOMUTT_OPTS} ${OPTS}" &&

default_build
diff --git a/mail/neomutt/DEPENDS b/mail/neomutt/DEPENDS
index 0d06db2..8384666 100755
--- a/mail/neomutt/DEPENDS
+++ b/mail/neomutt/DEPENDS
@@ -1,5 +1,10 @@
+depends "autoconf" &&
depends "automake" &&

+if [[ "${NEOMUTT_BRANCH}" == "scm" ]]; then
+ depends git
+fi &&
+
persistent_remove TMP_NEOMUTT_OPTS &&

optional_depends "MAIL-TRANSPORT-AGENT" \
diff --git a/mail/neomutt/DETAILS b/mail/neomutt/DETAILS
index fc354ef..e992a69 100755
--- a/mail/neomutt/DETAILS
+++ b/mail/neomutt/DETAILS
@@ -1,12 +1,23 @@
+. "${GRIMOIRE}/FUNCTIONS"
SPELL=neomutt
+if [[ "${NEOMUTT_BRANCH}" == "scm" ]]; then
+ VERSION=$(get_scm_version)
+ SOURCE="${SPELL}-git.tar.bz2"
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
+ SOURCE_URL="git://github.com/${SPELL}/${SPELL}:${SPELL}-git"
+ SOURCE_IGNORE="volatile"
+ FORCE_DOWNLOAD="on"
+else
VERSION=20170306
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_URL[0]=https://github.com/${SPELL}/${SPELL}/archive/${SOURCE}

SOURCE_HASH=sha512:26becf31751d9bc8fe8e856dbf68dd74a256d1bf3bce9c2a833ebd378c96259ddb43223195c30ab6a1cb4c12f6ef21d11f3cbb959bc8e1eee9d3df47a306576f
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${SPELL}-${VERSION}"
+fi
WEB_SITE="https://www.neomutt.org";
LICENSE[0]=GPL
ENTERED=20161003
+ GATHER_DOCS="no"
SHORT="a command-line mail reader"
cat << EOF
NeoMutt is a command-line mail reader based on Mutt. It's versatile and
diff --git a/mail/neomutt/HISTORY b/mail/neomutt/HISTORY
index d6ffc0d..47e8d05 100644
--- a/mail/neomutt/HISTORY
+++ b/mail/neomutt/HISTORY
@@ -1,3 +1,9 @@
+2017-04-06 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS, PREPARE: added scm branch, GATHER_DOCS="no" to avoid
+ duplicity of docs
+ * BUILD: removed --build, install_rootify++
+ * DEPENDS: added autoconf and git as needed
+
2017-04-03 Pavel Vinogradov <public AT sourcemage.org>
* BUILD, CONFIGURE, DEPENDS: reorganized terminal library and
headers cache flags, libsasl -> LIBSASL, removed temporary variable
diff --git a/mail/neomutt/PREPARE b/mail/neomutt/PREPARE
new file mode 100755
index 0000000..e38d86f
--- /dev/null
+++ b/mail/neomutt/PREPARE
@@ -0,0 +1,2 @@
+. "${GRIMOIRE}/FUNCTIONS" &&
+prepare_select_branch stable scm



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (3327a26ed47d76d8a21622117850373547fce2de), Pavel Vinogradov, 04/06/2017

Archive powered by MHonArc 2.6.24.

Top of Page