Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Jan 2024 20:08:56 GMT
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 667023598899 - main - audio/taglib-extras: Mark DEPRECATED
Message-ID:  <202401312008.40VK8uhJ017224@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jhale:

URL: https://cgit.FreeBSD.org/ports/commit/?id=667023598899a8bc250fbf4f76588f4892e18679

commit 667023598899a8bc250fbf4f76588f4892e18679
Author:     Jason E. Hale <jhale@FreeBSD.org>
AuthorDate: 2024-01-30 01:53:07 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2024-01-31 19:49:34 +0000

    audio/taglib-extras: Mark DEPRECATED
    
    Mark DEPRECATED and set EXPIRATION_DATE to 2024-02-14. This is a leaf
    library and for the sake of progressing the audio/taglib update, it's
    not worth keeping around for the typical 4 weeks.
    
    PR:             276677
---
 audio/taglib-extras/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/audio/taglib-extras/Makefile b/audio/taglib-extras/Makefile
index 90eb7321aeac..198d6a6b75da 100644
--- a/audio/taglib-extras/Makefile
+++ b/audio/taglib-extras/Makefile
@@ -7,6 +7,9 @@ MAINTAINER=	kde@FreeBSD.org
 COMMENT=	Extra taglib features for Amarok 2.2
 WWW=		http://websvn.kde.org/trunk/kdesupport/taglib-extras/
 
+DEPRECATED=		Incompatible with taglib 2.x and unmaintained upstream since 2015
+EXPIRATION_DATE=	2024-02-14
+
 LIB_DEPENDS=	libtag.so:audio/taglib
 
 USES=		cmake



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