[Lunar-commits] <moonbase> tmux: version bumped to 1.4.
Florin Braescu
florin at lunar-linux.org
Sun Mar 20 10:08:33 CET 2011
commit ed90f71c5dfbea61ad81a08f82d1947615c4b22a
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun Mar 20 12:08:33 2011 +0300
tmux: version bumped to 1.4.
---
terminal/tmux/BUILD | 8 +++++---
terminal/tmux/DETAILS | 16 ++++++++--------
2 files changed, 13 insertions(+), 11 deletions(-)
diff --git a/terminal/tmux/BUILD b/terminal/tmux/BUILD
index e8a3f39..42603d8 100644
--- a/terminal/tmux/BUILD
+++ b/terminal/tmux/BUILD
@@ -1,6 +1,8 @@
(
- ./configure &&
- make &&
- prepare_install &&
+
+ ./configure &&
+ make &&
+ prepare_install &&
make install PREFIX=/usr
+
) > $C_FIFO 2>&1
diff --git a/terminal/tmux/DETAILS b/terminal/tmux/DETAILS
index f5ebc24..e2f9cc5 100644
--- a/terminal/tmux/DETAILS
+++ b/terminal/tmux/DETAILS
@@ -1,16 +1,16 @@
MODULE=tmux
- VERSION=1.3
+ VERSION=1.4
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL[0]=$SFORGE_URL/$MODULE/
- SOURCE_VFY=sha1:4d132a5fa25ef049e023f154824f39b0d7e72ab0
- WEB_SITE=http://tmux.sourceforge.net/
+ SOURCE_URL=$SFORGE_URL/$MODULE
+ SOURCE_VFY=sha1:c0cb9b01aee9b2b5c939bacccd5c78cf6fa6773e
+ WEB_SITE=http://tmux.sourceforge.net
ENTERED=20100924
- UPDATED=20100924
+ UPDATED=20110320
SHORT="A terminal multiplexer"
cat << EOF
tmux is a terminal multiplexer: it enables a number of terminals to be
-created, accessed, and controlled from a single screen. tmux may be
-detached from a screen and continue running in the background, then later
-reattached.
+created, accessed, and controlled from a single screen. tmux may be
+detached from a screen and continue running in the background, then
+later reattached.
EOF
More information about the Lunar-commits
mailing list