git: 3fcdf99b7319 - 2023Q2 - audio/musicpd: Enable the webdav storage plugin if curl is enabled

From: Thomas Zander <riggs_at_FreeBSD.org>
Date: Sat, 27 May 2023 08:47:36 UTC
The branch 2023Q2 has been updated by riggs:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3fcdf99b73193b4c12355520b0e8e4e54f73cafa

commit 3fcdf99b73193b4c12355520b0e8e4e54f73cafa
Author:     Thomas Zander <riggs@FreeBSD.org>
AuthorDate: 2023-05-27 06:30:59 +0000
Commit:     Thomas Zander <riggs@FreeBSD.org>
CommitDate: 2023-05-27 06:43:39 +0000

    audio/musicpd: Enable the webdav storage plugin if curl is enabled
    
    Details:
    - With curl enabled, the webdav storage plugin can be enabled as well,
      allowing folks to access their collections via webdav.
    - No new dependencies are required to support this feature.
    
    PR:             271663
    Reported by:    bsd@abinet.ru
    MFH:            2023Q2
    
    (cherry picked from commit ca5fd0c991d382e3bcce32dec80dc4c5e6547931)
---
 audio/musicpd/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile
index b3e38e2e7aa0..1ee77b031f5c 100644
--- a/audio/musicpd/Makefile
+++ b/audio/musicpd/Makefile
@@ -168,7 +168,7 @@ SNDIO_LIB_DEPENDS=	libsndio.so:audio/sndio
 # Input plugins
 CDPARANOIA_MESON_ENABLED=	cdio_paranoia
 CDPARANOIA_LIB_DEPENDS=	libcdio_paranoia.so:sysutils/libcdio-paranoia
-CURL_MESON_ENABLED=	curl
+CURL_MESON_ENABLED=	curl webdav
 CURL_LIB_DEPENDS=	libcurl.so:ftp/curl
 SMB_MESON_ENABLED=	smbclient
 SMB_USES=		samba:lib