svn commit: r533426 - in head/sysutils/tmux: . files
Mathieu Arnold
mat at FreeBSD.org
Thu Apr 30 13:39:11 UTC 2020
Author: mat
Date: Thu Apr 30 13:39:10 2020
New Revision: 533426
URL: https://svnweb.freebsd.org/changeset/ports/533426
Log:
Update to 3.1.
Changes: https://raw.githubusercontent.com/tmux/tmux/3.1/CHANGES
Deleted:
head/sysutils/tmux/files/patch-spawn.c
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 Apr 30 13:31:19 2020 (r533425)
+++ head/sysutils/tmux/Makefile Thu Apr 30 13:39:10 2020 (r533426)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= tmux
-PORTVERSION= 3.0a
-PORTREVISION= 1
+PORTVERSION= 3.1
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 Apr 30 13:31:19 2020 (r533425)
+++ head/sysutils/tmux/distinfo Thu Apr 30 13:39:10 2020 (r533426)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1575207958
-SHA256 (tmux-3.0a.tar.gz) = 4ad1df28b4afa969e59c08061b45082fdc49ff512f30fc8e43217d7b0e5f8db9
-SIZE (tmux-3.0a.tar.gz) = 546377
+TIMESTAMP = 1588168830
+SHA256 (tmux-3.1.tar.gz) = 979bf38db2c36193de49149aaea5c540d18e01ccc27cf76e2aff5606bd186722
+SIZE (tmux-3.1.tar.gz) = 561086
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 Apr 30 13:31:19 2020 (r533425)
+++ head/sysutils/tmux/files/extra-patch-tty-keys.c Thu Apr 30 13:39:10 2020 (r533426)
@@ -1,6 +1,6 @@
---- tty-keys.c.orig 2019-05-01 06:07:32 UTC
+--- tty-keys.c.orig 2020-04-24 08:57:17 UTC
+++ tty-keys.c
-@@ -704,8 +704,6 @@ complete_key:
+@@ -719,8 +719,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