diff options
author | tobik <tobik@FreeBSD.org> | 2018-08-14 14:58:47 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2018-08-14 14:58:47 +0800 |
commit | ea0c8a4cd609de2f48e7eeb5c63d4d098f6d6af8 (patch) | |
tree | 1d06c596975933ac70b78622778bbc3cf553b346 /audio | |
parent | 5c9bad12a4ad48a85491dbcf39be149070aaf39f (diff) | |
download | freebsd-ports-gnome-ea0c8a4cd609de2f48e7eeb5c63d4d098f6d6af8.tar.gz freebsd-ports-gnome-ea0c8a4cd609de2f48e7eeb5c63d4d098f6d6af8.tar.zst freebsd-ports-gnome-ea0c8a4cd609de2f48e7eeb5c63d4d098f6d6af8.zip |
Deprecate audio/firefly
It is unmaintained and the author suggests to use forked-daapd instead [1].
[1] https://www.fireflymediaserver.net/
PR: 230231
Approved by: maintainer timeout (2 weeks)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/firefly/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/firefly/Makefile b/audio/firefly/Makefile index b0947dfd6935..842e709b8237 100644 --- a/audio/firefly/Makefile +++ b/audio/firefly/Makefile @@ -13,6 +13,9 @@ COMMENT= Open-source media server for the Roku SoundBridge and iTunes LICENSE= GPLv2 +DEPRECATED= Unmaintained. Use audio/forked-daapd instead +EXPIRATION_DATE= 2018-09-15 + BUILD_DEPENDS= ${LOCALBASE}/include/vorbis/codec.h:audio/libvorbis \ ${LOCALBASE}/include/FLAC/metadata.h:audio/flac RUN_DEPENDS= oggdec:audio/vorbis-tools \ |