diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2024-05-09 10:16:51 +0000 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2024-05-11 10:17:13 +0000 |
commit | 8760a10c5258e66951b5562a8d1b25a22a1bd4ef (patch) | |
tree | 173a48423684b11f2bf00f261531460317dab274 | |
parent | a42d45414658a01b9d2cb74a5f103022de2ffbad (diff) |
audio/rebot3: Deprecate and set expiration date to 2024-05-31
Legacy service/protocol CDDB that now requires registration and/or
IP logging for access.
Reference:
https://hydrogenaud.io/index.php/topic,125880.0.html
PR: 278865
Reviewed by: crees (maintainer)
-rw-r--r-- | audio/rebot3/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/rebot3/Makefile b/audio/rebot3/Makefile index d14a0d09e7ff..4b21db1464b5 100644 --- a/audio/rebot3/Makefile +++ b/audio/rebot3/Makefile @@ -11,6 +11,9 @@ WWW= http://www.headmqa.com/rebot3/ LICENSE= GPLv2 +DEPRECATED= Depends on legacy service/protocol that's requires registration +EXPIRATION_DATE=2024-05-31 + RUN_DEPENDS= p5-CDDB>=0:audio/p5-CDDB \ p5-MP3-ID3v1Tag>=0:audio/p5-MP3-ID3v1Tag |