summaryrefslogtreecommitdiff
path: root/multimedia/librespot
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2021-02-12 17:52:30 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2021-02-12 17:52:30 +0000
commit3ff3d07d05ee63802efc22bf7a73abff262a7546 (patch)
tree25b96fff2f3c5f5f37994fcfd8a68d0a7ebd3c90 /multimedia/librespot
parentadaf0d13fc4bd1057e404d739fb40b84ea2df5ab (diff)
downloadfreebsd-ports-3ff3d07d05ee63802efc22bf7a73abff262a7546.zip
Mark BROKEN and DEPRECATED with an expiration date in two weeks (short
expiration period is due to repeated breakage/deprecation of this port). Also drop maintainership.
Diffstat (limited to 'multimedia/librespot')
-rw-r--r--multimedia/librespot/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/multimedia/librespot/Makefile b/multimedia/librespot/Makefile
index 72c2be77ea81..11bec854456e 100644
--- a/multimedia/librespot/Makefile
+++ b/multimedia/librespot/Makefile
@@ -6,12 +6,17 @@ DISTVERSIONPREFIX= v
PORTREVISION= 3
CATEGORIES= multimedia
-MAINTAINER= ehaupt@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Open Source Spotify client library
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Broken API. Use audio/spotifyd instead.
+EXPIRATION_DATE= 2021-02-26
+
+BROKEN= fails to run correctly due to a changed API
+
USES= cargo
USE_GITHUB= yes