git: 73f8e70fbb62 - 2023Q4 - audio/musicpd: Fix dependency for CURL option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 11 Dec 2023 09:25:43 UTC
The branch 2023Q4 has been updated by riggs: URL: https://cgit.FreeBSD.org/ports/commit/?id=73f8e70fbb623b7595720714f4078c95ee149b00 commit 73f8e70fbb623b7595720714f4078c95ee149b00 Author: Thomas Zander <riggs@FreeBSD.org> AuthorDate: 2023-12-08 07:09:00 +0000 Commit: Thomas Zander <riggs@FreeBSD.org> CommitDate: 2023-12-11 09:25:02 +0000 audio/musicpd: Fix dependency for CURL option PR: 275513 Reported by: diizzy, listac@nebelschwaden.de MFH: 2023Q4 (cherry picked from commit 7e50d55c75b15740b32a7fb2e5d28237cd455dba) --- audio/musicpd/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile index e2164fbbf62b..81ff7ca67c9c 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -1,5 +1,6 @@ PORTNAME= musicpd PORTVERSION= 0.23.14 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= https://www.musicpd.org/download/mpd/${PORTVERSION:R}/ DISTNAME= mpd-${PORTVERSION} @@ -169,6 +170,7 @@ CDPARANOIA_MESON_ENABLED= cdio_paranoia CDPARANOIA_LIB_DEPENDS= libcdio_paranoia.so:sysutils/libcdio-paranoia CURL_MESON_ENABLED= curl webdav CURL_LIB_DEPENDS= libcurl.so:ftp/curl +CURL_IMPLIES= PLAYLISTS SMB_MESON_ENABLED= smbclient SMB_USES= samba:lib