diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2024-06-06 20:30:22 +0200 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2024-06-06 21:05:47 +0200 |
commit | d0ca6f869ac3b7a06249e574cf81a80d1d54e5b4 (patch) | |
tree | 5f39e44fe0fe966f45d3268ed76699eddce96af5 /audio | |
parent | net/pear-Net_CDDB: Remove obsoleted port (diff) |
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
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libcddb/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |