Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jan 2024 10:05:09 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 490f20dc9cc5 - main - audio/mp3rename: Deprecate and set expiration date to 2024-02-29
Message-ID:  <202401071005.407A59Mx038784@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401071005.407A59Mx038784>