git: bc61b17b597f - main - audio/spotify-player: Remove invalid option

From: Jake Freeland <jfree_at_FreeBSD.org>
Date: Thu, 03 Apr 2025 21:18:19 UTC
The branch main has been updated by jfree:

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

commit bc61b17b597f99c2a8763034e05ce0dc5df614b4
Author:     Jake Freeland <jfree@FreeBSD.org>
AuthorDate: 2025-04-03 21:13:20 +0000
Commit:     Jake Freeland <jfree@FreeBSD.org>
CommitDate: 2025-04-03 21:17:40 +0000

    audio/spotify-player: Remove invalid option
    
    Lyric support in spotify-player is now always enabled. There is no
    longer a cargo feature flag to toggle it. As a result, the LYRICS
    option can be removed.
    
    See the following commit for details:
    https://github.com/aome510/spotify-player/commit/7abf1b3dfff67afec7159cc385756334180fcbb0
---
 audio/spotify-player/Makefile | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/audio/spotify-player/Makefile b/audio/spotify-player/Makefile
index 4ac16fa10afa..e106a55d4c2b 100644
--- a/audio/spotify-player/Makefile
+++ b/audio/spotify-player/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	spotify-player
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.20.4
+PORTREVISION=	1
 CATEGORIES=	audio
 
 MAINTAINER=	jfree@FreeBSD.org
@@ -32,7 +33,6 @@ OPTIONS_DEFINE=		DAEMON \
 			DOCS \
 			FUZZY_SEARCH \
 			IMAGE \
-			LYRICS \
 			NOTIFY \
 			STREAMING
 
@@ -45,7 +45,6 @@ DAEMON_DESC=	Ability to launch as daemon
 DBUS_DESC=	Media control via MPRIS D-Bus
 FUZZY_SEARCH_DESC=	Approximate string matching
 IMAGE_DESC=	Terminal album art rendering
-LYRICS_DESC=	Fetch lyrics for current track
 NOTIFY_DESC=	Desktop notifications
 STREAMING_DESC=	Play music directly from terminal
 
@@ -58,8 +57,6 @@ FUZZY_SEARCH_VARS=	CARGO_FEATURES+=fzf
 
 IMAGE_VARS=	CARGO_FEATURES+=image
 
-LYRICS_VARS=	CARGO_FEATURES+=lyric-finder
-
 NOTIFY_VARS=	CARGO_FEATURES+=notify
 
 PORTAUDIO_LIB_DEPENDS=	libportaudio.so:audio/portaudio