Summary: | sysutils/byobu: fix color definitions | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Justin Coffman <jcoffm> | ||||||
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Many People | CC: | kbowling | ||||||
Priority: | --- | ||||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Created attachment 224235 [details]
color fix patch (git diff)
Also changing contact email address for maintainer (me).
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=ee6b45a8e5625eb92c7af126f2b00fdbe21f3079 commit ee6b45a8e5625eb92c7af126f2b00fdbe21f3079 Author: Kevin Bowling <kbowling@FreeBSD.org> AuthorDate: 2021-04-19 00:40:04 +0000 Commit: Kevin Bowling <kbowling@FreeBSD.org> CommitDate: 2021-04-19 00:41:52 +0000 sysutils/byobu: fix color definitions PR: 255190 Approved by: Connor Sheridan <cws@cybersecu.red> (maintainer) sysutils/byobu/Makefile | 4 ++-- .../files/patch-usr_lib_byobu_include_colors (new) | 20 ++++++++++++++++++++ 2 files changed, 22 insertions(+), 2 deletions(-) (In reply to Connor Sheridan from comment #1) Thanks Connor, can you also update your bugzilla email for future reports? (In reply to Kevin Bowling from comment #3) Done, aaaaand done! Thanks! |
Created attachment 224226 [details] color fix patch (git diff) The format of color definitions within include/colors no longer works correctly within tmux. This patch fixes that issue. Modified: Makefile Added: files/patch-usr_lib_byobu_include_colors