aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2024-01-07 07:41:37 +0000
committerDaniel Engberg <diizzy@FreeBSD.org>2024-01-07 10:04:24 +0000
commit7ee6a7b013f1b796c85ebe30a1143264e8e617c6 (patch)
treee3afa0e4b948d84256952f8a71c876b17a1939e9
parent490f20dc9cc5240d762b06275fdae5d5774b1be3 (diff)
downloadports-7ee6a7b013f1b796c85ebe30a1143264e8e617c6.tar.gz
ports-7ee6a7b013f1b796c85ebe30a1143264e8e617c6.zip
audio/pm3umpdl: Deprecate and set expiration date to 2024-02-29
Deprecated utility as this is supported natively in musicpd Reference: https://mpd.readthedocs.io/en/stable/user.html#configuring-playlist-plugins
-rw-r--r--audio/pm3umpdl/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/pm3umpdl/Makefile b/audio/pm3umpdl/Makefile
index 01c65c6bd170..e74b2563003e 100644
--- a/audio/pm3umpdl/Makefile
+++ b/audio/pm3umpdl/Makefile
@@ -8,6 +8,9 @@ EXTRACT_SUFX=
MAINTAINER= ports@FreeBSD.org
COMMENT= Loading a M3U file into musicpd
+DEPRECATED= Deprecated utility as this is supported natively in musicpd
+EXPIRATION_DATE=2024-02-29
+
RUN_DEPENDS= ${LOCALBASE}/bin/mpc:audio/musicpc
USES= perl5