Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (ef3de8af894370175c420738b258f9bf4ef6635a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (ef3de8af894370175c420738b258f9bf4ef6635a)
  • Date: Tue, 15 Nov 2016 16:50:07 +0000

GIT changes to stable-0.62 grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

dev/null |binary
shell-term-fm/tmux/DEPENDS | 7 ++++++-
shell-term-fm/tmux/DETAILS | 9 ++++-----
shell-term-fm/tmux/HISTORY | 7 +++++++
4 files changed, 17 insertions(+), 6 deletions(-)

New commits:
commit ef3de8af894370175c420738b258f9bf4ef6635a
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

tmux: dropped deprecated sig

(cherry picked from commit 08b45ff6ab842f08ea1b4ffa4ec3821728aa0539)

commit 5294914aedb80b3b01f91a1bcc5a486d38bbd762
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

tmux: 2.2

Updated tmux to 2.2, and added an optional dependency on libutempter for
writing utmp entries (support for which was actually present since 2.0).

(cherry picked from commit 2f9c33b3e5febd0d2bd85c8befdf01eb9912af77)

Conflicts:
shell-term-fm/tmux/DETAILS
shell-term-fm/tmux/HISTORY

commit aae23b606bfaa6bf21e77f289f4df4f8674cabbb
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

tmux 2.0

(cherry picked from commit 63ffb0d311ebc0bc89e1b1f0b71afdcfc2f1e1d5)

diff --git a/shell-term-fm/tmux/DEPENDS b/shell-term-fm/tmux/DEPENDS
index af302ae..d848e4b 100755
--- a/shell-term-fm/tmux/DEPENDS
+++ b/shell-term-fm/tmux/DEPENDS
@@ -1,2 +1,7 @@
depends ncurses &&
-depends libevent
+depends libevent &&
+
+optional_depends libutempter \
+ "--enable-utempter" \
+ "--disable-utempter" \
+ "for writing utmp entries"
diff --git a/shell-term-fm/tmux/DETAILS b/shell-term-fm/tmux/DETAILS
index f2ad644..ec9f075 100755
--- a/shell-term-fm/tmux/DETAILS
+++ b/shell-term-fm/tmux/DETAILS
@@ -1,11 +1,10 @@
SPELL=tmux
- VERSION=1.9a
+ VERSION=2.2
SOURCE=$SPELL-$VERSION.tar.gz
-# SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
- SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:842984638dc1f7364c03393187379598f35679d535d911d5df4016944d6032e61a1bf840d7d339c6e99b30c55581d470acca85ab6ee5799b8927d18c0e9a91df
+
SOURCE_URL[0]="https://github.com/$SPELL/$SPELL/releases/download/$VERSION/$SOURCE";
+
SOURCE_HASH=sha512:4d4fc316c78aab0d13f7f15098d952f01d7da7d74d46251ae2dd90440522f07c785afe984d82de2b4518fb67ea441f5a5a46c357c87ddc6ddbfba4b7f08be7bf
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
- WEB_SITE=http://tmux.sourceforge.net/
+ WEB_SITE="http://tmux.github.io/";
LICENSE[0]=BSD
ENTERED=20090707
SHORT="terminal multiplexer"
diff --git a/shell-term-fm/tmux/HISTORY b/shell-term-fm/tmux/HISTORY
index 0bda711..0b63b27 100644
--- a/shell-term-fm/tmux/HISTORY
+++ b/shell-term-fm/tmux/HISTORY
@@ -1,3 +1,10 @@
+2016-05-07 Justin Boffemmyer <flux AT sourcemage.org>
+ * DETAILS: 2.2
+ * DEPENDS: optional libutempter for writing utmp entries
+
+2015-05-08 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 2.0
+
2014-07-27 Justin Boffemmyer <flux AT sourcemage.org>
* DETAILS: updated to 1.9a

diff --git a/shell-term-fm/tmux/tmux-1.8.tar.gz.sig
b/shell-term-fm/tmux/tmux-1.8.tar.gz.sig
deleted file mode 100644
index 6a90c32..0000000
Binary files a/shell-term-fm/tmux/tmux-1.8.tar.gz.sig and /dev/null differ



  • [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (ef3de8af894370175c420738b258f9bf4ef6635a), Vlad Glagolev, 11/15/2016

Archive powered by MHonArc 2.6.24.

Top of Page