git: 3f9a7175db52 - main - audio/spotify-tui: Set expiration date
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 27 Aug 2025 08:30:21 UTC
The branch main has been updated by mikael:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3f9a7175db5293b3565278b6e1e7889e5ccf374a
commit 3f9a7175db5293b3565278b6e1e7889e5ccf374a
Author: Mikael Urankar <mikael@FreeBSD.org>
AuthorDate: 2025-08-27 08:22:57 +0000
Commit: Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2025-08-27 08:30:14 +0000
audio/spotify-tui: Set expiration date
This port is not maintained anymore and doesn't build with
recent rust version.
Furthermore the Spotify API changed signficantly, breaking this project.
PR: 285937
---
audio/spotify-tui/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/audio/spotify-tui/Makefile b/audio/spotify-tui/Makefile
index d63ae268cce1..9b4e76de7402 100644
--- a/audio/spotify-tui/Makefile
+++ b/audio/spotify-tui/Makefile
@@ -11,6 +11,9 @@ WWW= https://github.com/Rigellute/spotify-tui
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= dead upstream and doesn't build
+EXPIRATION_DATE=2025-09-30
+
USES= cargo localbase:ldflags python:build ssl xorg
USE_GITHUB= yes
GH_ACCOUNT= Rigellute