git: e7c7f494a793 - main - sysutils/fastfetch: update to 2.32.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 20 Dec 2024 12:05:24 UTC
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e7c7f494a793f49d124d9c862f2a38097b3ae0e4
commit e7c7f494a793f49d124d9c862f2a38097b3ae0e4
Author: Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2024-12-18 10:28:03 +0000
Commit: Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2024-12-20 12:04:54 +0000
sysutils/fastfetch: update to 2.32.1
Changelog: https://github.com/fastfetch-cli/fastfetch/releases/tag/2.32.1
---
sysutils/fastfetch/Makefile | 2 +-
sysutils/fastfetch/distinfo | 6 +++---
sysutils/fastfetch/files/patch-src_detection_gpu_gpu__pci.c | 11 -----------
3 files changed, 4 insertions(+), 15 deletions(-)
diff --git a/sysutils/fastfetch/Makefile b/sysutils/fastfetch/Makefile
index 289993c64938..66158d113818 100644
--- a/sysutils/fastfetch/Makefile
+++ b/sysutils/fastfetch/Makefile
@@ -1,5 +1,5 @@
PORTNAME= fastfetch
-DISTVERSION= 2.31.0
+DISTVERSION= 2.32.1
CATEGORIES= sysutils
MAINTAINER= pkubaj@FreeBSD.org
diff --git a/sysutils/fastfetch/distinfo b/sysutils/fastfetch/distinfo
index b5010cd0a319..51f00910d75c 100644
--- a/sysutils/fastfetch/distinfo
+++ b/sysutils/fastfetch/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1733217128
-SHA256 (fastfetch-cli-fastfetch-2.31.0_GH0.tar.gz) = 3036e34acc1355bf39619df1a2400f5f8316d188088f07d9a366a521bb30ad61
-SIZE (fastfetch-cli-fastfetch-2.31.0_GH0.tar.gz) = 1149745
+TIMESTAMP = 1734517030
+SHA256 (fastfetch-cli-fastfetch-2.32.1_GH0.tar.gz) = f08efaaffa9f1c58b085105acfc41c65ed8f5721bdc7b1746b80700c727a4f60
+SIZE (fastfetch-cli-fastfetch-2.32.1_GH0.tar.gz) = 1158012
diff --git a/sysutils/fastfetch/files/patch-src_detection_gpu_gpu__pci.c b/sysutils/fastfetch/files/patch-src_detection_gpu_gpu__pci.c
deleted file mode 100644
index 55b2d45de381..000000000000
--- a/sysutils/fastfetch/files/patch-src_detection_gpu_gpu__pci.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/detection/gpu/gpu_pci.c.orig 2024-11-18 06:57:05 UTC
-+++ src/detection/gpu/gpu_pci.c
-@@ -39,7 +39,7 @@ static const FFstrbuf* loadPciIds()
- }
- #elif __FreeBSD__
- // https://github.com/freebsd/freebsd-src/blob/main/usr.sbin/pciconf/pathnames.h
-- ffReadFileBuffer(_PATH_LOCALBASE "/share/pciids/pci.ids", &pciids);
-+ ffReadFileBuffer(_PATH_LOCALBASE "/share/hwdata/pci.ids", &pciids);
- if (pciids.length == 0)
- ffReadFileBuffer(FASTFETCH_TARGET_DIR_USR "/share/pciids/pci.ids", &pciids);
- #elif __sun