diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2023-02-18 11:46:50 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2023-02-18 11:46:50 +0000 |
commit | fdbb9a46c7174ff606f1e04e5f971621c95581a8 (patch) | |
tree | a5cd5a3b505b8337117bdf76eecdb5a2e3b89003 | |
parent | 7a2b905dba5c286c0a4555747da5e3fd528fecee (diff) | |
download | ports-fdbb9a46c7174ff606f1e04e5f971621c95581a8.tar.gz ports-fdbb9a46c7174ff606f1e04e5f971621c95581a8.zip |
audio/amarok: deprecate port
- it does not build against the new default mysql version
and there is no upstream activity to improve the situation.
-rw-r--r-- | audio/amarok/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/amarok/Makefile b/audio/amarok/Makefile index 83ef4090230f..fe2f6e5b0efb 100644 --- a/audio/amarok/Makefile +++ b/audio/amarok/Makefile @@ -11,6 +11,9 @@ WWW= https://amarok.kde.org/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= No longer actively maintained upstream. +EXPIRATION_DATE= 2023-03-31 + LIB_DEPENDS= libdbus-1.so:devel/dbus \ libfftw3.so:math/fftw3 \ liblastfm5.so:audio/liblastfm-qt5 \ |