git: df352abe94e8 - main - multimedia/gnome-twitch: Mark BROKEN, deprecate and set expiration date to 2022-06-30

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Sun, 24 Apr 2022 16:49:53 UTC
The branch main has been updated by diizzy:

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

commit df352abe94e8549a724d1949657779f22b8fa058
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2022-04-24 16:47:36 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2022-04-24 16:47:40 +0000

    multimedia/gnome-twitch: Mark BROKEN, deprecate and set expiration date to 2022-06-30
    
    Unmaintained and multiple bug reports upstream, we have at least two
    ports in tree that are maintained upstream and offers similar
    functionality (www/yt-dlp and multimedia/streamlink)
    
    PR:             263513
    Approved by:    Greg V <greg@unrelenting.technology> (maintainer)
---
 multimedia/gnome-twitch/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/multimedia/gnome-twitch/Makefile b/multimedia/gnome-twitch/Makefile
index 70572f4e8bae..5117694e407a 100644
--- a/multimedia/gnome-twitch/Makefile
+++ b/multimedia/gnome-twitch/Makefile
@@ -11,6 +11,10 @@ COMMENT=	GTK+ Twitch livestream player
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/GPL3
 
+BROKEN=		Doesn't work, multiple bug reports upstream
+DEPRECATED=	Unmaintained, please consider using www/yt-dlp or multimedia/streamlink
+EXPIRATION_DATE=2022-06-30
+
 LIB_DEPENDS=	libjson-glib-1.0.so:devel/json-glib \
 		libpeas-1.0.so:devel/libpeas \
 		libsoup-2.4.so:devel/libsoup \