Date: Thu, 28 Mar 2013 15:38:29 +0900 (JST) From: Yasuhiro KIMURA <yasu@utahime.org> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/177435: [PATCH] sysutils/tmux: update to 1.8 Message-ID: <20130328063829.9106F4E634@eastasia.home.utahime.org> Resent-Message-ID: <201303280640.r2S6e16D095334@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 177435 >Category: ports >Synopsis: [PATCH] sysutils/tmux: update to 1.8 >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: Thu Mar 28 06:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Yasuhiro KIMURA >Release: FreeBSD 9.1-RELEASE-p1 amd64 >Organization: >Environment: System: FreeBSD xxxx 9.1-RELEASE-p1 FreeBSD 9.1-RELEASE-p1 #0 r246991: Wed Feb 20 04:01:53 JST 2013 xxxx amd64 >Description: Update to 1.8. >How-To-Repeat: >Fix: --- patch-tmux begins here --- Index: Makefile =================================================================== --- Makefile (revision 315432) +++ Makefile (working copy) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= tmux -PORTVERSION= 1.7 -PORTREVISION= 1 +PORTVERSION= 1.8 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -21,7 +20,7 @@ etc/bash_completion.d/tmux PLIST_DIRSTRY= etc/bash_completion.d -PORTDOCS= CHANGES FAQ NOTES +PORTDOCS= CHANGES FAQ TODO PORTEXAMPLES= * OPTIONS_DEFINE= LIBEVENT2 LIBEVENT_STATIC BACKSPACE Index: distinfo =================================================================== --- distinfo (revision 315432) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (tmux-1.7.tar.gz) = 68346bda11cf7d86591e663b94b98576332ac88c2890df26acb080f4440f9e7b -SIZE (tmux-1.7.tar.gz) = 407164 +SHA256 (tmux-1.8.tar.gz) = f265401ca890f8223e09149fcea5abcd6dfe75d597ab106e172b01e9d0c9cd44 +SIZE (tmux-1.8.tar.gz) = 417537 Index: files/extra-patch-tty-keys.c =================================================================== --- files/extra-patch-tty-keys.c (revision 315432) +++ files/extra-patch-tty-keys.c (working copy) @@ -1,11 +1,11 @@ ---- tty-keys.c.orig 2010-06-04 08:45:52.000000000 +0800 -+++ tty-keys.c 2010-06-04 08:46:45.000000000 +0800 -@@ -456,8 +456,6 @@ - * used. termios should have a better idea. - */ - bspace = tty->tio.c_cc[VERASE]; -- if (bspace != _POSIX_VDISABLE && key == bspace) -- key = KEYC_BSPACE; - goto handle_key; - } +--- tty-keys.c.orig 2013-03-27 04:22:39.000000000 +0900 ++++ tty-keys.c 2013-03-28 14:25:34.000000000 +0900 +@@ -529,8 +529,6 @@ + * used. termios should have a better idea. + */ + bspace = tty->tio.c_cc[VERASE]; +- if (bspace != _POSIX_VDISABLE && key == bspace) +- key = KEYC_BSPACE; + goto complete_key; + --- patch-tmux ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130328063829.9106F4E634>