Bug 255190

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:
Description Flags
color fix patch (git diff)
none
color fix patch (git diff) jcoffm: maintainer-approval+

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!