From fd5912c732cea857e48085fbb76c341f3ecfeaa0 Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Mon, 26 Dec 2022 12:10:13 +0100 Subject: [PATCH] audio/splaytk: Deprecate and set expiration date to 2023-03-31 Abandonware, no development in 20 years and uses obsolete decoding library --- audio/splaytk/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/audio/splaytk/Makefile b/audio/splaytk/Makefile index ebfb36a24aecc..77ea4209a2f77 100644 --- a/audio/splaytk/Makefile +++ b/audio/splaytk/Makefile @@ -9,6 +9,9 @@ COMMENT= Tk based interface for splay LICENSE= GPLv2 +DEPRECATED= Abandonware, no development in 20 years and uses obsolete decoding library +EXPIRATION_DATE=2023-03-31 + RUN_DEPENDS= splay:audio/splay NO_BUILD= yes