pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

tmux: Update wip/tmux to 2.8



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sun Oct 21 18:06:58 2018 +0200
Changeset:	e47ee7179ffc7a904610632c3141784cc5255d3a

Modified Files:
	tmux/Makefile
	tmux/distinfo

Log Message:
tmux: Update wip/tmux to 2.8

Switch the rc to the latest stable release.

Changes:
2.8
---
 * Make display-panes block the client until a pane is chosen or it
   times out.
 * Clear history on RIS like most other terminals do.
 * Add an "Any" key to run a command if a key is pressed that is not
   bound in the current key table.
 * Expand formats in load-buffer and save-buffer.
 * Add a rectangle_toggle format.
 * Add set-hook -R to run a hook immediately.
 * Add README.ja.
 * Add pane focus hooks.
 * Allow any punctuation as separator for s/x/y not only /.
 * Improve resizing with the mouse (fix resizing the wrong pane in some
   layouts, and allow resizing multiple panes at the same time).
 * Allow , and } to be escaped in formats as #, and #}.
 * Add KRB5CCNAME to update-environment.
 * Change meaning of -c to display-message so the client is used if it
   matches the session given to -t.
 * Fixes to : form of SGR.
 * Add x and X to choose-tree to kill sessions, windows or panes.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e47ee7179ffc7a904610632c3141784cc5255d3a

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 tmux/Makefile | 6 ++----
 tmux/distinfo | 8 ++++----
 2 files changed, 6 insertions(+), 8 deletions(-)

diffs:
diff --git a/tmux/Makefile b/tmux/Makefile
index 5475a62eeb..1090a37eba 100644
--- a/tmux/Makefile
+++ b/tmux/Makefile
@@ -1,11 +1,9 @@
 # $NetBSD: Makefile,v 1.45 2018/06/09 11:23:05 leot Exp $
 
-DISTNAME=	tmux-2.8-rc
-PKGNAME=	tmux-2.8rc	# XXX: Delete for non-rc release!
+DISTNAME=	tmux-2.8
 CATEGORIES=	misc
 MASTER_SITES=	${MASTER_SITE_GITHUB:=tmux/}
-GITHUB_RELEASE=	${PKGVERSION_NOREV:S/rc//}	# XXX: Delete for non-rc release!
-#GITHUB_RELEASE=	${PKGVERSION_NOREV}	# XXX: Uncomment for non-rc release!
+GITHUB_RELEASE=	${PKGVERSION_NOREV}
 
 MAINTAINER=	leot%NetBSD.org@localhost
 HOMEPAGE=	http://tmux.github.io/
diff --git a/tmux/distinfo b/tmux/distinfo
index 1759221931..d138565099 100644
--- a/tmux/distinfo
+++ b/tmux/distinfo
@@ -1,8 +1,8 @@
 $NetBSD: distinfo,v 1.36 2018/05/26 17:05:28 leot Exp $
 
-SHA1 (tmux-2.8-rc.tar.gz) = 1838a1f79b4c900b175be1c07e9733cc074a1f6a
-RMD160 (tmux-2.8-rc.tar.gz) = 4d28ec01780e6ab4e2bdb257e713c16e17c272ea
-SHA512 (tmux-2.8-rc.tar.gz) = 3e961450c7ce48671a4ccf7f053e4387c02b677f308531f78dc6f162304c1493ad2f927abd07ec1b9f9678c7fbc64f557a2c2e269e059c9610ae7571581fe3f4
-Size (tmux-2.8-rc.tar.gz) = 491679 bytes
+SHA1 (tmux-2.8.tar.gz) = 6a469769a242c95dc8aec443b436d4f8f279f517
+RMD160 (tmux-2.8.tar.gz) = 13f097f02b2d3f489fb00af5b3f702cb2eae523f
+SHA512 (tmux-2.8.tar.gz) = e382aec122a10624953432b3c869b21d69390bc2e7d459440a46950802e39503eafb398178f8085191261925e4f0872bb99b19e0403e7beb56d3ceecc4c86b09
+Size (tmux-2.8.tar.gz) = 491195 bytes
 SHA1 (patch-Makefile.in) = dc8a351b06bf2f9f96b3dc4d944a174ef3c8d9db
 SHA1 (patch-tty-term.c) = 20bf235e61e6650bec3e7e94ea79859898039eba


Home | Main Index | Thread Index | Old Index