Bug 255190 - sysutils/byobu: fix color definitions
Summary: sysutils/byobu: fix color definitions
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-04-18 17:09 UTC by Justin Coffman
Modified: 2021-04-19 12:48 UTC (History)
1 user (show)

See Also:


Attachments
color fix patch (git diff) (1.14 KB, patch)
2021-04-18 17:09 UTC, Justin Coffman
no flags Details | Diff
color fix patch (git diff) (1.30 KB, patch)
2021-04-19 00:07 UTC, Justin Coffman
jcoffm: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Justin Coffman 2021-04-18 17:09:19 UTC
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
Comment 1 Justin Coffman 2021-04-19 00:07:40 UTC
Created attachment 224235 [details]
color fix patch (git diff)

Also changing contact email address for maintainer (me).
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-04-19 01:44:33 UTC
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(-)
Comment 3 Kevin Bowling freebsd_committer freebsd_triage 2021-04-19 02:59:46 UTC
(In reply to Connor Sheridan from comment #1)
Thanks Connor, can you also update your bugzilla email for future reports?
Comment 4 Justin Coffman 2021-04-19 12:48:07 UTC
(In reply to Kevin Bowling from comment #3)
Done, aaaaand done! Thanks!