diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2017-08-28 15:57:30 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2017-08-28 15:57:30 +0800 |
commit | b21bbef2673c6fa4cc0b057353fdc52f39585e92 (patch) | |
tree | 1ef31a00fc2e1d907c9e0ece13ee751e8528406c /audio | |
parent | 6640ac23f61a04fcb6af953f78efeea435a9a80c (diff) | |
download | freebsd-ports-graphics-b21bbef2673c6fa4cc0b057353fdc52f39585e92.tar.gz freebsd-ports-graphics-b21bbef2673c6fa4cc0b057353fdc52f39585e92.tar.zst freebsd-ports-graphics-b21bbef2673c6fa4cc0b057353fdc52f39585e92.zip |
Port is officially no longer maintained upstream.
There is a very well maintained GitHub fork also available in the ports tree.
Deprecate this port with a 3 months notice and point at the alternative.
PR: 218914
Approved by: maintainer timeout (123 days)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/shairport/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/shairport/Makefile b/audio/shairport/Makefile index f7c1afc2384..d266d8453c5 100644 --- a/audio/shairport/Makefile +++ b/audio/shairport/Makefile @@ -11,6 +11,9 @@ COMMENT= Airtunes emulator LIB_DEPENDS= libao.so:audio/libao RUN_DEPENDS= avahi-publish-service:net/avahi-app +DEPRECATED= Officially unmaintained upstream. Use audio/shairport-sync instead +EXPIRATION_DATE=2017-11-28 + USES= gmake pkgconfig ssl USE_GITHUB= yes GH_ACCOUNT= abrasive |