diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2021-02-12 17:52:30 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2021-02-12 17:52:30 +0000 |
commit | 3ff3d07d05ee63802efc22bf7a73abff262a7546 (patch) | |
tree | 25b96fff2f3c5f5f37994fcfd8a68d0a7ebd3c90 /multimedia/librespot | |
parent | adaf0d13fc4bd1057e404d739fb40b84ea2df5ab (diff) | |
download | freebsd-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/Makefile | 7 |
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 |