svn commit: r482972 - in head/sysutils/tmux: . files
Mathieu Arnold
mat at FreeBSD.org
Thu Oct 25 14:06:00 UTC 2018
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];
More information about the svn-ports-head
mailing list