Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (2f9c33b3e5febd0d2bd85c8befdf01eb9912af77)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Justin Boffemmyer <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (2f9c33b3e5febd0d2bd85c8befdf01eb9912af77)
  • Date: Sat, 7 May 2016 04:22:57 +0000

GIT changes to master grimoire by Justin Boffemmyer <flux AT sourcemage.org>:

shell-term-fm/tmux/DEPENDS | 7 ++++++-
shell-term-fm/tmux/DETAILS | 9 ++++-----
shell-term-fm/tmux/HISTORY | 4 ++++
3 files changed, 14 insertions(+), 6 deletions(-)

New commits:
commit 2f9c33b3e5febd0d2bd85c8befdf01eb9912af77
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux 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).

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 3168bae..ec9f075 100755
--- a/shell-term-fm/tmux/DETAILS
+++ b/shell-term-fm/tmux/DETAILS
@@ -1,11 +1,10 @@
SPELL=tmux
- VERSION=2.0
+ VERSION=2.2
SOURCE=$SPELL-$VERSION.tar.gz
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
- SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/$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 7d8ccea..d28d328 100644
--- a/shell-term-fm/tmux/HISTORY
+++ b/shell-term-fm/tmux/HISTORY
@@ -1,3 +1,7 @@
+2016-05-07 Justin Boffemmyer <flux AT sourcemage.org>
+ * DETAILS: 2.2
+ * DEPENDS: optional libutempter for writing utmp entries
+
2015-05-25 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: remove SOURCEFORGE_URL usage (automated)




  • [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (2f9c33b3e5febd0d2bd85c8befdf01eb9912af77), Justin Boffemmyer, 05/07/2016

Archive powered by MHonArc 2.6.24.

Top of Page