From owner-svn-ports-all@freebsd.org Fri Dec 18 14:27:24 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E860CA4B43A; Fri, 18 Dec 2015 14:27:24 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B6370174B; Fri, 18 Dec 2015 14:27:24 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBIERNfh005954; Fri, 18 Dec 2015 14:27:23 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBIERNFb005953; Fri, 18 Dec 2015 14:27:23 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201512181427.tBIERNFb005953@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 18 Dec 2015 14:27:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r403965 - in branches/2015Q4/sysutils/tmux: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Dec 2015 14:27:25 -0000 Author: mat Date: Fri Dec 18 14:27:23 2015 New Revision: 403965 URL: https://svnweb.freebsd.org/changeset/ports/403965 Log: MFH: -r403912 backout commit r403914, the quarterly branch has 2.0, not 2.1. Fix a regression in 2.1 where tmux was misshandling key strokes if you started typing too fast after a tmux command. PR: 205372 Submitted by: me jahn de Obtained from: https://github.com/tmux/tmux/commit/8c8cddbe022af5ece9949804cacffbee6b8972fa Sponsored by: Absolight Deleted: branches/2015Q4/sysutils/tmux/files/patch-server-client.c Modified: branches/2015Q4/sysutils/tmux/Makefile Directory Properties: branches/2015Q4/ (props changed) Modified: branches/2015Q4/sysutils/tmux/Makefile ============================================================================== --- branches/2015Q4/sysutils/tmux/Makefile Fri Dec 18 14:23:32 2015 (r403964) +++ branches/2015Q4/sysutils/tmux/Makefile Fri Dec 18 14:27:23 2015 (r403965) @@ -4,7 +4,6 @@ PORTNAME= tmux PORTVERSION= 2.0 PORTREVISION= 1 -PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:S/a$//}