git: 5170c781a692 - main - libdmapsharing: fix dependency on libdmapsharing on consumer ports

From: Baptiste Daroussin <bapt_at_FreeBSD.org>
Date: Thu, 06 Mar 2025 07:56:14 UTC
The branch main has been updated by bapt:

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

commit 5170c781a6921f0b60848875168107f57ac6bff9
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2025-03-06 07:55:06 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2025-03-06 07:55:54 +0000

    libdmapsharing: fix dependency on libdmapsharing on consumer ports
---
 audio/rhythmbox/Makefile   | 2 +-
 net/grilo-plugins/Makefile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile
index d3d86104a990..989183fc0806 100644
--- a/audio/rhythmbox/Makefile
+++ b/audio/rhythmbox/Makefile
@@ -42,7 +42,7 @@ BRASERO_MESON_ENABLED=	brasero
 BRASERO_LIB_DEPENDS=	libbrasero-media3.so:sysutils/brasero
 DAAP_DESC=	DAAP support
 DAAP_MESON_ENABLED=	daap
-DAAP_LIB_DEPENDS=	libdmapsharing-3.0.so:net/libdmapsharing
+DAAP_LIB_DEPENDS=	libdmapsharing-4.0.so:net/libdmapsharing
 GRILO_DESC=		Media discovery with Grilo
 GRILO_MESON_ENABLED=	grilo
 GRILO_BUILD_DEPENDS=	grilo>=0.3.1:net/grilo
diff --git a/net/grilo-plugins/Makefile b/net/grilo-plugins/Makefile
index b010ed0ecfbd..3823aa21ce83 100644
--- a/net/grilo-plugins/Makefile
+++ b/net/grilo-plugins/Makefile
@@ -36,6 +36,6 @@ OPTIONS_DEFINE=			DMAP
 
 DMAP_DESC=			DMAP (DAAP, DPAP & DACP) support with libdmapsharing
 DMAP_MESON_YES=			enable-dmap
-DMAP_LIB_DEPENDS=		libdmapsharing-3.0.so:net/libdmapsharing
+DMAP_LIB_DEPENDS=		libdmapsharing-4.0.so:net/libdmapsharing
 
 .include <bsd.port.mk>