git: 2bdc6fd74b39 - main - audio/id3tool: Deprecate and set expiration date to 2025-04-30
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 16 Mar 2025 12:19:38 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=2bdc6fd74b3957c73ab22ab319edb9af112abcfb commit 2bdc6fd74b3957c73ab22ab319edb9af112abcfb Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2025-03-16 12:05:48 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2025-03-16 12:13:37 +0000 audio/id3tool: Deprecate and set expiration date to 2025-04-30 Can't read ID3v2 tags which have been around for 20+ years and discontinued in 2005 feature-wise according to readme file PR: 285104 Approved by: portmgr (maintainer timeout, 2+ weeks) --- audio/id3tool/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/audio/id3tool/Makefile b/audio/id3tool/Makefile index d622be0ee57b..388b6326608a 100644 --- a/audio/id3tool/Makefile +++ b/audio/id3tool/Makefile @@ -8,6 +8,9 @@ MAINTAINER= gavin@FreeBSD.org COMMENT= Utility for manipulating mp3 ID3 Tags WWW= http://nekohako.xware.cx/id3tool/ +DEPRECATED= Can't read ID3v2 tags which have been around for 20+ years and discontinued in 2005 feature-wise according to readme file +EXPIRATION_DATE=2025-04-30 + GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share