git: a8ec6d81f514 - main - audio/deadbeef: mark CDDA option deprecated

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Sun, 04 Aug 2024 13:54:35 UTC
The branch main has been updated by rene:

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

commit a8ec6d81f5144c567ce50042758b59d862714178
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2024-08-04 13:52:12 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2024-08-04 13:54:26 +0000

    audio/deadbeef: mark CDDA option deprecated
---
 audio/deadbeef/Makefile | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/audio/deadbeef/Makefile b/audio/deadbeef/Makefile
index 5561ba707987..c42a50e3d7f5 100644
--- a/audio/deadbeef/Makefile
+++ b/audio/deadbeef/Makefile
@@ -11,7 +11,7 @@ WWW=		http://deadbeef.sourceforge.net/
 LICENSE=	GPLv2 LGPL21
 LICENSE_COMB=	dual
 
-BROKEN=		Unfetchable
+BROKEN=		unfetchable
 
 GNU_CONFIGURE=	yes
 USES=		compiler:c11 desktop-file-utils gettext gmake gnome iconv \
@@ -199,7 +199,7 @@ WMA_CONFIGURE_OFF=		--disable-wma
 .include <bsd.port.options.mk>
 
 .if !${PORT_OPTIONS:MGTK2} && !${PORT_OPTIONS:MGTK3}
-PORT_OPTIONS:=          ${PORT_OPTIONS:NGUI}
+PORT_OPTIONS:=		${PORT_OPTIONS:NGUI}
 .endif
 
 .if !${PORT_OPTIONS:MMAD} && !${PORT_OPTIONS:MMPG123}
@@ -209,6 +209,10 @@ PLIST_SUB+=		MP3="@comment "
 PLIST_SUB+=		MP3=""
 .endif
 
+.if ${PORT_OPTIONS:MCDDA}
+DEPRECATED=	CDDA depends on expired audio/libcddb
+.endif
+
 post-patch:
 	@${REINPLACE_CMD} -e 's,register ,,' \
 		${WRKSRC}/plugins/adplug/adplug/rix.cpp \