Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jun 2024 19:07:45 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: d0ca6f869ac3 - main - audio/libcddb: Deprecate and set expiration date to 2024-07-31
Message-ID:  <202406061907.456J7jq0076792@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=d0ca6f869ac3b7a06249e574cf81a80d1d54e5b4

commit d0ca6f869ac3b7a06249e574cf81a80d1d54e5b4
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-06-06 18:30:22 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-06-06 19:05:47 +0000

    audio/libcddb: Deprecate and set expiration date to 2024-07-31
    
    CDDB services have been discontinued multiple times or services have
    switched to non user and/or privacy friendly practices. There's no easy
    way to contribute and focus has shifted to other services such as
    Musicbrainz. Due to this sunset support in tree.
    
    References:
    https://en.wikipedia.org/wiki/Gracenote
    https://hydrogenaud.io/index.php/topic,125880.0.html
---
 audio/libcddb/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/audio/libcddb/Makefile b/audio/libcddb/Makefile
index de21ff11cd3e..32e778e6734f 100644
--- a/audio/libcddb/Makefile
+++ b/audio/libcddb/Makefile
@@ -11,6 +11,9 @@ WWW=		https://libcddb.sourceforge.net/
 LICENSE=	LGPL20+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+DEPRECATED=	Multiple services have been shutdown and there's no way to easily submit data
+EXPIRATION_DATE=2024-07-31
+
 GNU_CONFIGURE=	yes
 USES=		iconv libtool localbase pathfix tar:bzip2
 USE_LDCONFIG=	yes



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