git: 6c3e7cdf0c49 - main - audio/tagtool: Deprecate and set expiration date to 2023-03-31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Dec 2022 19:12:31 UTC
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