git: f6f4b693ee67 - main - sysutils/fwupd: Add missing dbus runtime dependency for daemon
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 16 Oct 2025 13:53:00 UTC
The branch main has been updated by decke:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f6f4b693ee67722875fec2d43297dd77f1f9034b
commit f6f4b693ee67722875fec2d43297dd77f1f9034b
Author: Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2025-10-16 13:49:00 +0000
Commit: Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2025-10-16 13:52:26 +0000
sysutils/fwupd: Add missing dbus runtime dependency for daemon
---
sysutils/fwupd/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sysutils/fwupd/Makefile b/sysutils/fwupd/Makefile
index 4c2679134b5a..dcc775d522c9 100644
--- a/sysutils/fwupd/Makefile
+++ b/sysutils/fwupd/Makefile
@@ -1,6 +1,6 @@
PORTNAME= fwupd
DISTVERSION= 2.0.16
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils
MAINTAINER= decke@FreeBSD.org
@@ -35,6 +35,7 @@ LIB_DEPENDS= libcbor.so:devel/libcbor \
libprotobuf-c.so:devel/protobuf-c \
libxmlb.so:textproc/libxmlb
RUN_DEPENDS= blkid:filesystems/libblkid \
+ dbus-daemon:devel/dbus \
flashrom>0:sysutils/flashrom \
${LOCALBASE}/libdata/pkgconfig/fwupd-efi.pc:sysutils/fwupd-efi \
valgrind>0:devel/valgrind