git: 355b69de0e69 - main - audio/clementine-player: Deprecate and set expiration date to 2022-03-31

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Sun, 13 Feb 2022 19:44:07 UTC
The branch main has been updated by diizzy:

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

commit 355b69de0e69bbef7696aae008b567d873dae095
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2022-02-13 19:41:03 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2022-02-13 19:43:33 +0000

    audio/clementine-player: Deprecate and set expiration date to 2022-03-31
    
    Development has slowed down considerably the last years and there are over
    2k issue reports open upstream. Strawberry (audio/strawberry) is an active
    fork of Clementine and is in our repo.
    
    PR:             261933
    Reviewed by:    sbruno (maintainer)
---
 audio/clementine-player/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/audio/clementine-player/Makefile b/audio/clementine-player/Makefile
index 638e2bf07533..75e2b60d3d4f 100644
--- a/audio/clementine-player/Makefile
+++ b/audio/clementine-player/Makefile
@@ -12,6 +12,9 @@ COMMENT=	Cross-platform music player based on Amarok 1.4
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+DEPRECATED=	Last release in 2016, many issue reports upstream and little to no development for years. Please consider using audio/strawberry
+EXPIRATION_DATE=2022-03-31
+
 BUILD_DEPENDS=	${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs
 LIB_DEPENDS=	libtag.so:audio/taglib \
 		libchromaprint.so:audio/chromaprint \