git: fdbb9a46c717 - main - audio/amarok: deprecate port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 18 Feb 2023 11:47:46 UTC
The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=fdbb9a46c7174ff606f1e04e5f971621c95581a8 commit fdbb9a46c7174ff606f1e04e5f971621c95581a8 Author: Tobias C. Berner <tcberner@FreeBSD.org> AuthorDate: 2023-02-18 11:46:50 +0000 Commit: Tobias C. Berner <tcberner@FreeBSD.org> CommitDate: 2023-02-18 11:46:50 +0000 audio/amarok: deprecate port - it does not build against the new default mysql version and there is no upstream activity to improve the situation. --- audio/amarok/Makefile | 3 +++ 1 file changed, 3 insertions(+) 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 \