summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/fastfetch/Makefile2
-rw-r--r--sysutils/fastfetch/distinfo6
-rw-r--r--sysutils/plasma6-kinfocenter/Makefile6
-rw-r--r--sysutils/plasma6-kinfocenter/files/patch-kcms_usbview_usbdb.cpp11
4 files changed, 9 insertions, 16 deletions
diff --git a/sysutils/fastfetch/Makefile b/sysutils/fastfetch/Makefile
index a77c27747a90..f48584593340 100644
--- a/sysutils/fastfetch/Makefile
+++ b/sysutils/fastfetch/Makefile
@@ -1,5 +1,5 @@
PORTNAME= fastfetch
-DISTVERSION= 2.48.0
+DISTVERSION= 2.48.1
CATEGORIES= sysutils
MAINTAINER= pkubaj@FreeBSD.org
diff --git a/sysutils/fastfetch/distinfo b/sysutils/fastfetch/distinfo
index 17ac19635152..57f47df44dad 100644
--- a/sysutils/fastfetch/distinfo
+++ b/sysutils/fastfetch/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1752658581
-SHA256 (fastfetch-cli-fastfetch-2.48.0_GH0.tar.gz) = 2d7107f59518c847bca4a44007a189a64902b71a8e517eb121d4653a1bcfc172
-SIZE (fastfetch-cli-fastfetch-2.48.0_GH0.tar.gz) = 1335493
+TIMESTAMP = 1752851794
+SHA256 (fastfetch-cli-fastfetch-2.48.1_GH0.tar.gz) = 912692fb4ffa34b10809909e3a774e8193751554f77550d6ae126892b029c021
+SIZE (fastfetch-cli-fastfetch-2.48.1_GH0.tar.gz) = 1336646
diff --git a/sysutils/plasma6-kinfocenter/Makefile b/sysutils/plasma6-kinfocenter/Makefile
index 7e092b56de17..05220ff570f4 100644
--- a/sysutils/plasma6-kinfocenter/Makefile
+++ b/sysutils/plasma6-kinfocenter/Makefile
@@ -1,6 +1,6 @@
PORTNAME= kinfocenter
DISTVERSION= ${KDE_PLASMA_VERSION}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils kde kde-plasma
MAINTAINER= kde@FreeBSD.org
@@ -9,6 +9,7 @@ COMMENT= View information about your computer's hardware
BUILD_DEPENDS= ${LOCALBASE}/include/vulkan/vulkan.h:graphics/vulkan-headers
RUN_DEPENDS= clinfo:devel/clinfo \
glxinfo:graphics/mesa-demos \
+ hwdata>0:misc/hwdata \
lsblk:sysutils/lsblk \
lscpu:sysutils/lscpu \
pipewire:multimedia/pipewire \
@@ -31,6 +32,9 @@ USE_QT= base declarative
RUN_DEPENDS+= dmidecode:sysutils/dmidecode
.endif
+post-patch:
+ ${REINPLACE_CMD} '/usb.ids/s,/usr,${LOCALBASE},' ${WRKSRC}/kcms/usbview/usbdb.cpp
+
# install freebsd-logo and distrorc
post-install:
${MKDIR} ${STAGEDIR}/${DATADIR}/images
diff --git a/sysutils/plasma6-kinfocenter/files/patch-kcms_usbview_usbdb.cpp b/sysutils/plasma6-kinfocenter/files/patch-kcms_usbview_usbdb.cpp
deleted file mode 100644
index 52e4a362892d..000000000000
--- a/sysutils/plasma6-kinfocenter/files/patch-kcms_usbview_usbdb.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- kcms/usbview/usbdb.cpp.orig 2025-07-15 09:51:22 UTC
-+++ kcms/usbview/usbdb.cpp
-@@ -16,7 +16,7 @@ USBDB::USBDB()
- {
- QString db = QStringLiteral("/usr/share/hwdata/usb.ids"); /* on Fedora and Arch*/
- if (!QFile::exists(db)) {
-- db = QStringLiteral("/usr/share/misc/usb.ids"); /* on Gentoo */
-+ db = QStringLiteral("/usr/share/misc/usb_vendors"); /* on FreeBSD */
- }
- if (db.isEmpty())
- return;