git: d0ca6f869ac3 - main - audio/libcddb: Deprecate and set expiration date to 2024-07-31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 06 Jun 2024 19:07:45 UTC
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