git: 7ee6a7b013f1 - main - audio/pm3umpdl: Deprecate and set expiration date to 2024-02-29

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Sun, 07 Jan 2024 10:05:10 UTC
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7ee6a7b013f1b796c85ebe30a1143264e8e617c6

commit 7ee6a7b013f1b796c85ebe30a1143264e8e617c6
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-01-07 07:41:37 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-01-07 10:04:24 +0000

    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
---
 audio/pm3umpdl/Makefile | 3 +++
 1 file changed, 3 insertions(+)

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