git: 490f20dc9cc5 - main - audio/mp3rename: Deprecate and set expiration date to 2024-02-29
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 07 Jan 2024 10:05:09 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=490f20dc9cc5240d762b06275fdae5d5774b1be3 commit 490f20dc9cc5240d762b06275fdae5d5774b1be3 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-01-07 07:32:29 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-01-07 10:04:19 +0000 audio/mp3rename: Deprecate and set expiration date to 2024-02-29 Doesn't properly support ID3v2 which has been around for 20 years --- audio/mp3rename/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/audio/mp3rename/Makefile b/audio/mp3rename/Makefile index ba581484985c..304461630d7f 100644 --- a/audio/mp3rename/Makefile +++ b/audio/mp3rename/Makefile @@ -7,6 +7,9 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}.orig MAINTAINER= ports@FreeBSD.org COMMENT= Renaming program for MP3 files based on their ID3 tag +DEPRECATED= Doesn't support ID3v2 tags properly +EXPIRATION_DATE=2024-02-29 + CONFLICTS_INSTALL= p5-MP3-Tag-Utils # bin/mp3rename WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.orig