diff options
author | gerald <gerald@FreeBSD.org> | 2017-11-04 23:02:43 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2017-11-04 23:02:43 +0800 |
commit | b028e298bf10530a6db68417cc33871a4496dd84 (patch) | |
tree | fb9b41a84e6722a07923613c941a643d337b99a2 | |
parent | 42e4c0a19d40487e38856532563f8f8c90b7d0ac (diff) | |
download | freebsd-ports-gnome-b028e298bf10530a6db68417cc33871a4496dd84.tar.gz freebsd-ports-gnome-b028e298bf10530a6db68417cc33871a4496dd84.tar.zst freebsd-ports-gnome-b028e298bf10530a6db68417cc33871a4496dd84.zip |
Mark DEPRECATED with an EXPIRATION_DATE of 2018-01-04 since this port
is based on a 4.5 years old version, at least six versions behind, and
requires an old toolchain [1], and nobody seems to even care.
PR: 196849 [1]
-rw-r--r-- | audio/beast/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/beast/Makefile b/audio/beast/Makefile index d42461d621ec..64a7287cfd63 100644 --- a/audio/beast/Makefile +++ b/audio/beast/Makefile @@ -12,6 +12,9 @@ COMMENT= Powerful music composition and modular synthesis application LICENSE= LGPL21 +DEPRECATED= 4.5 years old version, six versions behind, requires old toolchain, and unmaintained. +EXPIRATION_DATE=2018-01-04 + LIB_DEPENDS= libasound.so:audio/alsa-lib \ libmad.so:audio/libmad \ libvorbisfile.so:audio/libvorbis \ |