1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Update to 2.8.

PR:		232370
Submitted by:	Yasuhiro KIMURA
This commit is contained in:
Mathieu Arnold 2018-10-25 14:05:59 +00:00
parent b264be0469
commit 7ac8312f56
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=482972
3 changed files with 6 additions and 6 deletions

View File

@ -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}

View File

@ -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

View File

@ -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];