mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
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:
@@ -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,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}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user