git: 7e50d55c75b1 - main - audio/musicpd: Fix dependency for CURL option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Dec 2023 08:19:44 UTC
The branch main has been updated by riggs: URL: https://cgit.FreeBSD.org/ports/commit/?id=7e50d55c75b15740b32a7fb2e5d28237cd455dba commit 7e50d55c75b15740b32a7fb2e5d28237cd455dba Author: Thomas Zander <riggs@FreeBSD.org> AuthorDate: 2023-12-08 07:09:00 +0000 Commit: Thomas Zander <riggs@FreeBSD.org> CommitDate: 2023-12-09 08:19:41 +0000 audio/musicpd: Fix dependency for CURL option PR: 275513 Reported by: diizzy, listac@nebelschwaden.de MFH: 2023Q4 --- audio/musicpd/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile index 010628b54f4f..81ff7ca67c9c 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -1,6 +1,6 @@ PORTNAME= musicpd PORTVERSION= 0.23.14 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= https://www.musicpd.org/download/mpd/${PORTVERSION:R}/ DISTNAME= mpd-${PORTVERSION} @@ -170,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