Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Dec 2022 19:12:31 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: 6c3e7cdf0c49 - main - audio/tagtool: Deprecate and set expiration date to 2023-03-31
Message-ID:  <202212261912.2BQJCVnd010822@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=6c3e7cdf0c49d009d9e912e6bcb999ecdf9297cf

commit 6c3e7cdf0c49d009d9e912e6bcb999ecdf9297cf
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2022-12-26 11:18:55 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2022-12-26 19:11:14 +0000

    audio/tagtool: Deprecate and set expiration date to 2023-03-31
    
    Abandonware and obsolete, doesn't properly support ID3v2 tagging
---
 audio/tagtool/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/audio/tagtool/Makefile b/audio/tagtool/Makefile
index 68d1acf3696d..79206f9c3c9c 100644
--- a/audio/tagtool/Makefile
+++ b/audio/tagtool/Makefile
@@ -11,6 +11,9 @@ WWW=		http://pwp.netcabo.pt/paol/tagtool/
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+DEPRECATED=	Abandonware and obsolete, doesn't properly support ID3v2 tagging
+EXPIRATION_DATE=2023-03-31
+
 LIB_DEPENDS=	libgnuregex.so.6:devel/libgnuregex \
 		libid3.so:audio/id3lib \
 		libvorbis.so:audio/libvorbis



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