Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Dec 2023 08:19:44 GMT
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7e50d55c75b1 - main - audio/musicpd: Fix dependency for CURL option
Message-ID:  <202312090819.3B98Ji0i046055@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312090819.3B98Ji0i046055>