From owner-svn-ports-head@freebsd.org Thu Oct 25 14:06:00 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8CD9010779B8; Thu, 25 Oct 2018 14:06:00 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3E209840CF; Thu, 25 Oct 2018 14:06:00 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1EE6A12D33; Thu, 25 Oct 2018 14:06:00 +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 w9PE6005031814; Thu, 25 Oct 2018 14:06:00 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9PE5xEr031811; Thu, 25 Oct 2018 14:05:59 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201810251405.w9PE5xEr031811@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 25 Oct 2018 14:05:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482972 - in head/sysutils/tmux: . files X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: in head/sysutils/tmux: . files X-SVN-Commit-Revision: 482972 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Oct 2018 14:06:00 -0000 Author: mat Date: Thu Oct 25 14:05:59 2018 New Revision: 482972 URL: https://svnweb.freebsd.org/changeset/ports/482972 Log: Update to 2.8. PR: 232370 Submitted by: Yasuhiro KIMURA Modified: head/sysutils/tmux/Makefile (contents, props changed) head/sysutils/tmux/distinfo (contents, props changed) head/sysutils/tmux/files/extra-patch-tty-keys.c (contents, props changed) Modified: head/sysutils/tmux/Makefile ============================================================================== --- head/sysutils/tmux/Makefile Thu Oct 25 13:51:48 2018 (r482971) +++ head/sysutils/tmux/Makefile Thu Oct 25 14:05:59 2018 (r482972) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tmux -PORTVERSION= 2.7 +PORTVERSION= 2.8 CATEGORIES= sysutils MASTER_SITES= https://github.com/tmux/tmux/releases/download/${PORTVERSION}/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} Modified: head/sysutils/tmux/distinfo ============================================================================== --- head/sysutils/tmux/distinfo Thu Oct 25 13:51:48 2018 (r482971) +++ head/sysutils/tmux/distinfo Thu Oct 25 14:05:59 2018 (r482972) @@ -1,5 +1,5 @@ -TIMESTAMP = 1523950422 -SHA256 (tmux-2.7.tar.gz) = 9ded7d100313f6bc5a87404a4048b3745d61f2332f99ec1400a7c4ed9485d452 -SIZE (tmux-2.7.tar.gz) = 487585 +TIMESTAMP = 1540476146 +SHA256 (tmux-2.8.tar.gz) = 7f6bf335634fafecff878d78de389562ea7f73a7367f268b66d37ea13617a2ba +SIZE (tmux-2.8.tar.gz) = 491195 SHA256 (imomaliev-tmux-bash-completion-ef56d3e_GH0.tar.gz) = 2f8f3fe586bbdeec9b251ce3ef74f5edef19ba371968a8011acef860ddac59e1 SIZE (imomaliev-tmux-bash-completion-ef56d3e_GH0.tar.gz) = 1526 Modified: head/sysutils/tmux/files/extra-patch-tty-keys.c ============================================================================== --- head/sysutils/tmux/files/extra-patch-tty-keys.c Thu Oct 25 13:51:48 2018 (r482971) +++ head/sysutils/tmux/files/extra-patch-tty-keys.c Thu Oct 25 14:05:59 2018 (r482972) @@ -1,6 +1,6 @@ ---- tty-keys.c.orig 2017-08-29 11:54:14 UTC +--- tty-keys.c.orig 2018-10-17 18:28:08 UTC +++ tty-keys.c -@@ -679,8 +679,6 @@ complete_key: +@@ -681,8 +681,6 @@ complete_key: * used. termios should have a better idea. */ bspace = tty->tio.c_cc[VERASE];