pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/tmux



Module Name:    pkgsrc
Committed By:   rhialto
Date:           Wed Dec 29 19:18:39 UTC 2021

Modified Files:
        pkgsrc/misc/tmux: Makefile distinfo
Removed Files:
        pkgsrc/misc/tmux/patches: patch-configure

Log Message:
misc/tmux: minor update to 3.2a.

CHANGES FROM 3.2 TO 3.2a

* Add an "always" value for the "extended-keys" option; if set then tmux will
  forward extended keys to applications even if they do not request them.

* Add a "mouse" terminal feature so tmux can enable the mouse on terminals
  where it is known to be supported even if terminfo(5) says otherwise.

* Do not expand the filename given to -f so it can contain colons.

* Fixes for problems with extended keys and modifiers, scroll region,
  source-file, crosscompiling, format modifiers and other minor issues.


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/misc/tmux/Makefile
cvs rdiff -u -r1.52 -r1.53 pkgsrc/misc/tmux/distinfo
cvs rdiff -u -r1.5 -r0 pkgsrc/misc/tmux/patches/patch-configure

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

Modified files:

Index: pkgsrc/misc/tmux/Makefile
diff -u pkgsrc/misc/tmux/Makefile:1.56 pkgsrc/misc/tmux/Makefile:1.57
--- pkgsrc/misc/tmux/Makefile:1.56      Sat Apr 17 10:11:04 2021
+++ pkgsrc/misc/tmux/Makefile   Wed Dec 29 19:18:39 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.56 2021/04/17 10:11:04 leot Exp $
+# $NetBSD: Makefile,v 1.57 2021/12/29 19:18:39 rhialto Exp $
 
-DISTNAME=      tmux-3.2
+DISTNAME=      tmux-3.2a
 CATEGORIES=    misc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=tmux/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}

Index: pkgsrc/misc/tmux/distinfo
diff -u pkgsrc/misc/tmux/distinfo:1.52 pkgsrc/misc/tmux/distinfo:1.53
--- pkgsrc/misc/tmux/distinfo:1.52      Tue Oct 26 10:59:34 2021
+++ pkgsrc/misc/tmux/distinfo   Wed Dec 29 19:18:39 2021
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.52 2021/10/26 10:59:34 nia Exp $
+$NetBSD: distinfo,v 1.53 2021/12/29 19:18:39 rhialto Exp $
 
-BLAKE2s (tmux-3.2.tar.gz) = cfecec160286fc7b33ed90db903ef579c067d52fb57985c24044a1aad548cefc
-SHA512 (tmux-3.2.tar.gz) = 63165495e838871c7f42ac1a6229ec2404acfa7d42c7a0070c89cb38712ac933676930392b0a10cbdd6059910ae46129257b90135c5846e85142e786482fd75e
-Size (tmux-3.2.tar.gz) = 646457 bytes
+BLAKE2s (tmux-3.2a.tar.gz) = 2920b18ece93e96496f2b1342d2112356b3ce427e8de4d5e91340740cea60341
+SHA512 (tmux-3.2a.tar.gz) = 6e52c7f5d03b2c8b8c4c8caac092a166956ba97334b426f2823d74dc5849a1d31a80145924f641f69dd2c244809e9350d9bd7070897fa2e3e1f9f086f9b2f365
+Size (tmux-3.2a.tar.gz) = 648394 bytes
 SHA1 (patch-compat_daemon-darwin.c) = e8feeb4b100e73ab197eb2fd776fa648a1da28e4
-SHA1 (patch-configure) = ec61c6a67a8da4b7552bb71643661b48b5e050e1
 SHA1 (patch-osdep-darwin.c) = 715b1e206add7d911edec381942706220ea2fbb6



Home | Main Index | Thread Index | Old Index