svn commit: r565036 - head/multimedia/librespot

Emanuel Haupt ehaupt at FreeBSD.org
Fri Feb 12 17:52:31 UTC 2021


Author: ehaupt
Date: Fri Feb 12 17:52:30 2021
New Revision: 565036
URL: https://svnweb.freebsd.org/changeset/ports/565036

Log:
  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.

Modified:
  head/multimedia/librespot/Makefile

Modified: head/multimedia/librespot/Makefile
==============================================================================
--- head/multimedia/librespot/Makefile	Fri Feb 12 17:52:26 2021	(r565035)
+++ head/multimedia/librespot/Makefile	Fri Feb 12 17:52:30 2021	(r565036)
@@ -6,11 +6,16 @@ DISTVERSIONPREFIX=	v
 PORTREVISION=	3
 CATEGORIES=	multimedia
 
-MAINTAINER=	ehaupt at FreeBSD.org
+MAINTAINER=	ports at 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
 


More information about the svn-ports-all mailing list