Date: Sat, 18 Nov 2023 09:27: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: 53deeefb289a - main - audio/mp3info: Deprecate and set expiration date to 2023-12-31 Message-ID: <202311180927.3AI9R91Z014565@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=53deeefb289a396d75512a485b9949a846a209ab commit 53deeefb289a396d75512a485b9949a846a209ab Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2023-11-17 18:35:57 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2023-11-18 09:24:48 +0000 audio/mp3info: Deprecate and set expiration date to 2023-12-31 Last release in 2006, lacks ID3v2 support which has been around for over 20 years. Reference: https://ibiblio.org/mp3info/ PR: 274648 Approved by: portmgr (maintainer timeout, 3+ weeks) --- audio/mp3info/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/audio/mp3info/Makefile b/audio/mp3info/Makefile index a2a81436f595..2ede6bb4cb8f 100644 --- a/audio/mp3info/Makefile +++ b/audio/mp3info/Makefile @@ -10,6 +10,9 @@ WWW= https://ibiblio.org/mp3info/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Last release in 2006 and lacks support for ID3v2 +EXPIRATION_DATE=2023-12-31 + USES= cpe ncurses tar:tgz ALL_TARGET= mp3info
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202311180927.3AI9R91Z014565>