git: 0106d39abc0c - main - audio/libgroove: Deprecate and set expiration date to 2023-06-30

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Tue, 02 May 2023 21:54:37 UTC
The branch main has been updated by diizzy:

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

commit 0106d39abc0cc11a1b76599aba32f97651787829
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2023-05-02 21:48:33 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2023-05-02 21:48:38 +0000

    audio/libgroove: Deprecate and set expiration date to 2023-06-30
    
    Very little activity upstream in the last years, no plans to support
    newer versions of FFmpeg
---
 audio/libgroove/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/audio/libgroove/Makefile b/audio/libgroove/Makefile
index 8b967bf23b97..e53c1c037c6f 100644
--- a/audio/libgroove/Makefile
+++ b/audio/libgroove/Makefile
@@ -10,6 +10,9 @@ WWW=		https://github.com/andrewrk/libgroove
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	Fails to build with FFmpeg 6 and very little activity upstream
+EXPIRATION_DATE=2023-06-30
+
 LIB_DEPENDS=	libavcodec.so.58:multimedia/ffmpeg4 \
 		libchromaprint.so:audio/chromaprint \
 		libebur128.so:audio/ebur128 \