ports/144685: sysutils/tmux update to 1.2

Jan Henrik Sylvester me at janh.de
Fri Mar 12 11:20:03 UTC 2010


>Number:         144685
>Category:       ports
>Synopsis:       sysutils/tmux update to 1.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 12 11:20:02 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Jan Henrik Sylvester
>Release:        8.0-RELEASE-p2 i386
>Organization:
University of Hamburg, Germany, Department of Mathematics
>Environment:
>Description:
Update sysutils/tmux to 1.2.
>How-To-Repeat:

>Fix:
Some of the changes from tmux-1.1 to tmux-1.2:
* Switch to libevent.
* New command capture-pane (alias capturep) to copy the entire pane contents
  to a paste buffer.
* New command join-pane (alias joinp) to split, and move an existing pane into
  the space (the opposite of break-pane), thus simplifying calls to
  split-window, followed by move-window.


Patch attached with submission follows:

diff -u sysutils/tmux/Makefile.orig sysutils/tmux/Makefile
--- sysutils/tmux/Makefile.orig	2009-11-06 07:10:58.000000000 +0100
+++ sysutils/tmux/Makefile	2010-03-11 16:36:49.000000000 +0100
@@ -6,13 +6,15 @@
 #
 
 PORTNAME=	tmux
-PORTVERSION=	1.1
+PORTVERSION=	1.2
 CATEGORIES=	sysutils
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	wen at FreeBSD.org
 COMMENT=	A Terminal Multiplexer
 
+LIB_DEPENDS=	event-1.4.3:${PORTSDIR}/devel/libevent
+
 HAS_CONFIGURE=	yes
 
 MAN1=		tmux.1
diff -u sysutils/tmux/distinfo.orig sysutils/tmux/distinfo
--- sysutils/tmux/distinfo.orig	2009-11-06 07:10:58.000000000 +0100
+++ sysutils/tmux/distinfo	2010-03-11 16:30:30.000000000 +0100
@@ -1,3 +1,3 @@
-MD5 (tmux-1.1.tar.gz) = faf2fc52ac3ae63d899f6fece2c112cd
-SHA256 (tmux-1.1.tar.gz) = b3626ecb74185c5764be658fd359c3fe29ffbe5d1936de81d6628b686558436a
-SIZE (tmux-1.1.tar.gz) = 230955
+MD5 (tmux-1.2.tar.gz) = 748fbe7bb5f86812e19bd6005ff21a5a
+SHA256 (tmux-1.2.tar.gz) = af3f2678ae631ab3f7973b646aff2f8757e9e00935a5984c23058da4f723491d
+SIZE (tmux-1.2.tar.gz) = 241779


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list