Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Feb 2021 17:52:30 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r565036 - head/multimedia/librespot
Message-ID:  <202102121752.11CHqUI9038147@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102121752.11CHqUI9038147>