git: 588126445b84 - main - multimedia/qmmp-qt6: mark CDDA option deprecated

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

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

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

    multimedia/qmmp-qt6: mark CDDA option deprecated
---
 multimedia/qmmp-qt6/Makefile | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/multimedia/qmmp-qt6/Makefile b/multimedia/qmmp-qt6/Makefile
index f6d7c1eb2828..ad0748be0ecd 100644
--- a/multimedia/qmmp-qt6/Makefile
+++ b/multimedia/qmmp-qt6/Makefile
@@ -262,4 +262,10 @@ post-install-DOXYGEN-on:
 	@${FIND} -P ${STAGEDIR}${DOCSDIR}/html -type f 2>/dev/null | \
 		${SED} -ne 's|^${STAGEDIR}${PREFIX}/||p' >> ${TMPPLIST}
 
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MCDDA}
+DEPRECATED=	CDDA depends on expired audio/libcddb
+.endif
+
 .include <bsd.port.mk>