git: 24bcb7509a2a - main - audio/pm3umpdl: Remove expired port

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Thu, 29 Feb 2024 12:08:21 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=24bcb7509a2ade9c90d18c545618c8b624d8d929

commit 24bcb7509a2ade9c90d18c545618c8b624d8d929
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-29 11:41:19 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-29 11:41:19 +0000

    audio/pm3umpdl: Remove expired port
    
    audio/pm3umpdl
---
 MOVED                                     |  1 +
 audio/Makefile                            |  1 -
 audio/pm3umpdl/Makefile                   | 36 -------------------------------
 audio/pm3umpdl/distinfo                   |  2 --
 audio/pm3umpdl/files/patch-pm3umpdl-1.0.0 | 30 --------------------------
 audio/pm3umpdl/pkg-descr                  |  3 ---
 6 files changed, 1 insertion(+), 72 deletions(-)

diff --git a/MOVED b/MOVED
index 3458c5b36ce2..86446fdb01c1 100644
--- a/MOVED
+++ b/MOVED
@@ -2999,3 +2999,4 @@ audio/sweep||2024-02-29|Has expired: Abandonware, last release in 2008 and upstr
 audio/gnormalize||2024-02-29|Has expired: Last release in 2008, upstream is dead, depends on deprecated library GTK2 and uses legacy workarounds that can potentially cause lossy conversions. Consider using audio/rsgain and audio/cyanrip
 audio/mp3ck||2024-02-29|Has expired: Last release in 2005 and dead upstream, consider using multimedia/ffmpeg
 audio/mp3rename||2024-02-29|Has expired: Doesn't support ID3v2 tags properly
+audio/pm3umpdl||2024-02-29|Has expired: Deprecated utility as this is supported natively in musicpd
diff --git a/audio/Makefile b/audio/Makefile
index 17f23a1775c5..ac384c5d3c2a 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -605,7 +605,6 @@
     SUBDIR += playgsf
     SUBDIR += playmidi
     SUBDIR += playumidi
-    SUBDIR += pm3umpdl
     SUBDIR += pms
     SUBDIR += pms-devel
     SUBDIR += pocketsphinx
diff --git a/audio/pm3umpdl/Makefile b/audio/pm3umpdl/Makefile
deleted file mode 100644
index 788d90094125..000000000000
--- a/audio/pm3umpdl/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-PORTNAME=	pm3umpdl
-PORTVERSION=	1.0.0
-PORTREVISION=	1
-CATEGORIES=	audio deskutils
-MASTER_SITES=	CPAN
-MASTER_SITE_SUBDIR=	CPAN:VVELOX
-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
-
-PLIST_FILES=	bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz
-
-do-extract:
-	@${MKDIR} ${WRKSRC}
-	@${CP} -v ${DISTDIR}/${DISTNAME} ${WRKSRC}
-
-do-build:
-	@${EXEC} pod2man --section=1 --release=${PORTVERSION} \
-	--name=${PORTNAME} --center=${PORTNAME}" \
-	user guide" ${WRKSRC}/${DISTNAME} ${WRKSRC}/${PORTNAME}.1
-
-do-install:
-	${INSTALL_DATA} -v ${WRKSRC}/${DISTNAME} \
-		${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 \
-		${STAGEDIR}${PREFIX}/share/man/man1/${PORTNAME}.1
-
-.include <bsd.port.mk>
diff --git a/audio/pm3umpdl/distinfo b/audio/pm3umpdl/distinfo
deleted file mode 100644
index ccea5fb1f44b..000000000000
--- a/audio/pm3umpdl/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (pm3umpdl-1.0.0) = 9139eb10de9bafafbcca0735662a1632494f7c10863fc2b47ee3e062c8c57ad8
-SIZE (pm3umpdl-1.0.0) = 4661
diff --git a/audio/pm3umpdl/files/patch-pm3umpdl-1.0.0 b/audio/pm3umpdl/files/patch-pm3umpdl-1.0.0
deleted file mode 100644
index 220ee02f0513..000000000000
--- a/audio/pm3umpdl/files/patch-pm3umpdl-1.0.0
+++ /dev/null
@@ -1,30 +0,0 @@
---- pm3umpdl-1.0.0.orig	2016-07-26 15:41:09 UTC
-+++ pm3umpdl-1.0.0
-@@ -103,6 +103,8 @@ pm3umpdl B<-f> <file> [B<-c>] [B<-l>] [B
- 
- =head1 FLAGS
- 
-+=over 4
-+
- =item -c
- 
- If set, it will clear the playlist first.
-@@ -119,12 +121,18 @@ If set, along with -p, this will play th
- 
- If set, it 
- 
-+=back
-+
- =head1 REQUIREMENTS
- 
-+=over 4
-+
- =item mpc
- 
- http://www.musicpd.org/mpc.shtml
- 
-+=back
-+
- =head1 VERSION
- 
- 1.0.0
diff --git a/audio/pm3umpdl/pkg-descr b/audio/pm3umpdl/pkg-descr
deleted file mode 100644
index 3efb44a5dcd7..000000000000
--- a/audio/pm3umpdl/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-This allows a M3U file to be loaded into musicpd. This is useful
-for loading stuff from some audio streaming sites to be loaded
-into musicpd.