sysutils/tmux: Document requirement to restart tmux after upgrading

PR:		291325
Reported by:	freebsd@bengrimm.net
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Joseph Mingrone
2025-12-01 15:07:36 -04:00
parent 534d1cfc02
commit 458a737a70
3 changed files with 25 additions and 0 deletions
+11
View File
@@ -5,6 +5,17 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
20251201:
AFFECTS: users of sysutils/tmux
AUTHOR: jrm@FreeBSD.org
tmux must be restarted after upgrading. This is particularly
important with version 3.6 because one of the libraries that tmux uses
has changed its protocol. If you see the following message when you
try to attach, it likely means you forgot to restart tmux:
open terminal failed: not a terminal
20251130:
AFFECTS: users of www/node{22,24,25}
AUTHOR: sunpoet@FreeBSD.org
+1
View File
@@ -1,5 +1,6 @@
PORTNAME= tmux
PORTVERSION= 3.6
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= https://github.com/tmux/tmux/releases/download/${PORTVERSION}/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
+13
View File
@@ -0,0 +1,13 @@
[
{
type: upgrade
message: <<EOM
tmux must be restarted after upgrading.
If you see the following message when you try to attach, it likely means
you forgot to restart tmux:
open terminal failed: not a terminal
EOM
}
]