git: 2fabf60d905d - main - audio/forked-daapd: Deprecate and set expiration date to 2022-06-30
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 24 Apr 2022 12:10:49 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=2fabf60d905d11c7c9e5b95617519bac4bff4ab6 commit 2fabf60d905d11c7c9e5b95617519bac4bff4ab6 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2022-04-24 11:36:40 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2022-04-24 12:10:13 +0000 audio/forked-daapd: Deprecate and set expiration date to 2022-06-30 As of 21 May 2021 project is now released under the name OwnTone and can be found here: https://github.com/owntone/owntone-server PR: 260864 Approved by: Maintainer timeout, 4+ months --- audio/forked-daapd/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/audio/forked-daapd/Makefile b/audio/forked-daapd/Makefile index 6264ac9338c4..f9f791393c64 100644 --- a/audio/forked-daapd/Makefile +++ b/audio/forked-daapd/Makefile @@ -12,6 +12,9 @@ COMMENT= DAAP (iTunes), MPD (Music Player Daemon) and RSP (Roku) media server LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Deprecated upstream, project is now called OwnTone +EXPIRATION_DATE=2022-06-30 + LIB_DEPENDS= libantlr3c.so:devel/libantlr3c \ libavahi-client.so:net/avahi-app \ libavcodec.so:multimedia/ffmpeg \