From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Mar 28 06:40:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 856ED134 for ; Thu, 28 Mar 2013 06:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 6AEBDDEF for ; Thu, 28 Mar 2013 06:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2S6e1sp095335 for ; Thu, 28 Mar 2013 06:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2S6e16D095334; Thu, 28 Mar 2013 06:40:01 GMT (envelope-from gnats) Resent-Date: Thu, 28 Mar 2013 06:40:01 GMT Resent-Message-Id: <201303280640.r2S6e16D095334@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yasuhiro KIMURA Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 1C334D73 for ; Thu, 28 Mar 2013 06:38:38 +0000 (UTC) (envelope-from yasu@home.utahime.org) Received: from gate.utahime.jp (gate.utahime.jp [183.180.29.210]) by mx1.freebsd.org (Postfix) with ESMTP id E6A30CDC for ; Thu, 28 Mar 2013 06:38:37 +0000 (UTC) Received: from eastasia.home.utahime.org (mail.home.utahime.org [192.168.174.1]) by gate.utahime.jp (Postfix) with ESMTP id E944461FC3; Thu, 28 Mar 2013 15:38:29 +0900 (JST) Received: from eastasia.home.utahime.org (localhost [127.0.0.1]) by localhost-backdoor.home.utahime.org (Postfix) with ESMTP id BD67C4E635; Thu, 28 Mar 2013 15:38:29 +0900 (JST) Received: by eastasia.home.utahime.org (Postfix, from userid 1000) id 9106F4E634; Thu, 28 Mar 2013 15:38:29 +0900 (JST) Message-Id: <20130328063829.9106F4E634@eastasia.home.utahime.org> Date: Thu, 28 Mar 2013 15:38:29 +0900 (JST) From: Yasuhiro KIMURA To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/177435: [PATCH] sysutils/tmux: update to 1.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Mar 2013 06:40:01 -0000 >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: