Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
F
FreeBSD ports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
FreeBSD
FreeBSD ports
Commits
54934e57
Commit
54934e57
authored
4 years ago
by
Mathieu Arnold
Browse files
Options
Downloads
Patches
Plain Diff
Update to 3.1b.
Changes:
https://github.com/tmux/tmux/blob/3.1b/CHANGES
parent
bf91f60a
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
sysutils/tmux/Makefile
+1
-2
1 addition, 2 deletions
sysutils/tmux/Makefile
sysutils/tmux/distinfo
+3
-3
3 additions, 3 deletions
sysutils/tmux/distinfo
sysutils/tmux/files/patch-6a33a12798b2afeee6fb7bba74d86d628137921e
+0
-18
0 additions, 18 deletions
...tmux/files/patch-6a33a12798b2afeee6fb7bba74d86d628137921e
with
4 additions
and
23 deletions
sysutils/tmux/Makefile
+
1
−
2
View file @
54934e57
...
...
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME
=
tmux
PORTVERSION
=
3.1a
PORTREVISION
=
1
PORTVERSION
=
3.1b
CATEGORIES
=
sysutils
MASTER_SITES
=
https://github.com/tmux/tmux/releases/download/
${
PORTVERSION
}
/
DISTFILES
=
${
DISTNAME
}${
EXTRACT_SUFX
}
...
...
This diff is collapsed.
Click to expand it.
sysutils/tmux/distinfo
+
3
−
3
View file @
54934e57
TIMESTAMP = 158
8249694
SHA256 (tmux-3.1
a
.tar.gz) =
10687cbb02082b8b9e076cf122f1b783acc2157be73021b4bedb47e958f4e484
SIZE (tmux-3.1
a
.tar.gz) = 56112
1
TIMESTAMP = 158
9189119
SHA256 (tmux-3.1
b
.tar.gz) =
d93f351d50af05a75fe6681085670c786d9504a5da2608e481c47cf5e1486db9
SIZE (tmux-3.1
b
.tar.gz) = 5611
5
2
SHA256 (imomaliev-tmux-bash-completion-ef56d3e_GH0.tar.gz) = 2f8f3fe586bbdeec9b251ce3ef74f5edef19ba371968a8011acef860ddac59e1
SIZE (imomaliev-tmux-bash-completion-ef56d3e_GH0.tar.gz) = 1526
This diff is collapsed.
Click to expand it.
sysutils/tmux/files/patch-6a33a12798b2afeee6fb7bba74d86d628137921e
deleted
100644 → 0
+
0
−
18
View file @
bf91f60a
From 6a33a12798b2afeee6fb7bba74d86d628137921e Mon Sep 17 00:00:00 2001
From: Nicholas Marriott <nicholas.marriott@gmail.com>
Date: Thu, 30 Apr 2020 15:20:08 +0100
Subject: [PATCH] Do not remove the automatic-rename option from the global
set, only from the window (it must stay in the global set or tmux will
crash). GitHub issue 2188.
--- input.c.orig 2020-04-29 20:01:18 UTC
+++ input.c
@@ -2304,7 +2304,7 @@
input_exit_rename(struct input_ctx *ictx)
return;
if (ictx->input_len == 0) {
- oe = options_get(wp->window->options, "automatic-rename");
+ oe = options_get_only(wp->window->options, "automatic-rename");
if (oe != NULL)
options_remove(oe);
return;
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment