git: 9a9801cb0a6b - main - audio/musicpd: Retire MMS support

From: Thomas Zander <riggs_at_FreeBSD.org>
Date: Thu, 16 Jun 2022 16:18:37 UTC
The branch main has been updated by riggs:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9a9801cb0a6becfe3adfff9bfb259b772f41472e

commit 9a9801cb0a6becfe3adfff9bfb259b772f41472e
Author:     Thomas Zander <riggs@FreeBSD.org>
AuthorDate: 2022-06-16 13:25:26 +0000
Commit:     Thomas Zander <riggs@FreeBSD.org>
CommitDate: 2022-06-16 16:18:34 +0000

    audio/musicpd: Retire MMS support
    
    Support for the long time deprecated MMS is being retired in
    https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264708, removing this
    option for musicpd.
    
    PR:             264705
    Reported by:    diizzy
---
 audio/musicpd/Makefile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile
index 5a03551eb8b1..247856084d3d 100644
--- a/audio/musicpd/Makefile
+++ b/audio/musicpd/Makefile
@@ -52,7 +52,7 @@ OPTIONS_MULTI_FILE_FORMAT=	\
 
 OPTIONS_GROUP=	ACCESS PLAYBACK
 
-OPTIONS_GROUP_ACCESS=	CDPARANOIA CURL LAME MMS NFS PLAYLISTS QOBUZ \
+OPTIONS_GROUP_ACCESS=	CDPARANOIA CURL LAME NFS PLAYLISTS QOBUZ \
 			SMB SOUNDCLOUD UPNP YAJL
 
 OPTIONS_GROUP_PLAYBACK=	AO JACK OPENAL OPENMPT PIPEWIRE PULSEAUDIO \
@@ -169,8 +169,6 @@ CDPARANOIA_MESON_ENABLED=	cdio_paranoia
 CDPARANOIA_LIB_DEPENDS=	libcdio_paranoia.so:sysutils/libcdio-paranoia
 CURL_MESON_ENABLED=	curl
 CURL_LIB_DEPENDS=	libcurl.so:ftp/curl
-MMS_MESON_ENABLED=	mms
-MMS_LIB_DEPENDS=	libmms.so:net/libmms
 SMB_MESON_ENABLED=	smbclient
 SMB_USES=		samba:lib