git: df05ae7c03b4 - 2023Q1 - sysutils/bsdebfetch: fix architecture detection
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 08 Feb 2023 20:25:05 UTC
The branch 2023Q1 has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=df05ae7c03b46705b888a47b5bdcb830f3ca0ae6 commit df05ae7c03b46705b888a47b5bdcb830f3ca0ae6 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2022-09-29 15:50:36 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2023-02-08 20:24:14 +0000 sysutils/bsdebfetch: fix architecture detection (cherry picked from commit d8b1d3734235919a07d7f279df8bd53e643ff1a4) --- sysutils/bsdebfetch/files/patch-bsdebfetch | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/sysutils/bsdebfetch/files/patch-bsdebfetch b/sysutils/bsdebfetch/files/patch-bsdebfetch new file mode 100644 index 000000000000..f70cd76c8613 --- /dev/null +++ b/sysutils/bsdebfetch/files/patch-bsdebfetch @@ -0,0 +1,11 @@ +--- bsdebfetch.orig 2022-09-29 15:50:00 UTC ++++ bsdebfetch +@@ -82,7 +82,7 @@ ${nologo:-"$red ⢻⢗⣴⣶⣾⣿⡶⣴⣾⡟"}$reset + + echo " + ${nologo:-"$red ⢻⢗⣴⣶⣾⣿⡶⣴⣾⡟"}$reset ${bold}$PRETTY_NAME${reset} +-${nologo:-"$red ⢰⣿⣿⣿⣿⣿⣿⣮⣭⣦"}$reset ${bold}Kernel:${reset} $(uname -rm) ++${nologo:-"$red ⢰⣿⣿⣿⣿⣿⣿⣮⣭⣦"}$reset ${bold}Kernel:${reset} $(uname -rp) + ${nologo:-"$red ⠸⣿⣿⣿⣿⣿⣿⣿⣿⡟"}$reset ${bold}Uptime:${reset} $(echo $uptime) + ${nologo:-"$red ⠙⠻⢿⣿⣿⣿⠿⠋ "}$reset ${bold}$USER@$HOSTNAME${reset}" +