From 71109a39f9480872a74ab8db14fec3ae10d7097d Mon Sep 17 00:00:00 2001 From: Lukas Oberhuber Date: Fri, 3 Jan 2025 23:42:02 +0000 Subject: [PATCH] appstream-glib: fix missing ossp-uuid dependency Even though upsteam doesn't declare uuid as a dependency in appstream-glib, it won't start without ossp-uuid being installed. --- devel/appstream-glib/Portfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/appstream-glib/Portfile b/devel/appstream-glib/Portfile index db07c139706ac..f23a0a3e929a4 100644 --- a/devel/appstream-glib/Portfile +++ b/devel/appstream-glib/Portfile @@ -8,7 +8,7 @@ PortGroup muniversal 1.0 github.setup hughsie appstream-glib 0_8_3 appstream_glib_ version [string map {_ .} ${version}] -revision 0 +revision 1 epoch 1 categories devel @@ -44,7 +44,8 @@ depends_lib-append \ port:json-glib \ port:libarchive \ port:libxslt \ - port:libyaml + port:libyaml \ + port:ossp-uuid patchfiles-append use-system-uuid.patch