git: d8b1d3734235 - main - sysutils/bsdebfetch: fix architecture detection

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Tue, 07 Feb 2023 23:13:42 UTC
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d8b1d3734235919a07d7f279df8bd53e643ff1a4

commit d8b1d3734235919a07d7f279df8bd53e643ff1a4
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2022-09-29 15:50:36 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2023-02-07 23:13:29 +0000

    sysutils/bsdebfetch: fix architecture detection
---
 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}"
+