diff options
author | adridg <adridg@FreeBSD.org> | 2018-08-31 02:23:24 +0800 |
---|---|---|
committer | adridg <adridg@FreeBSD.org> | 2018-08-31 02:23:24 +0800 |
commit | c7c2b536ea39e838e1034cccb5737c66c0c1b42a (patch) | |
tree | a8c44fcb3cf873a26c357902105599a8962ae270 /net/kget-kde4/Makefile | |
parent | fa75974239871b909377da6a0d0f9f09c48ddc1e (diff) | |
download | freebsd-ports-gnome-c7c2b536ea39e838e1034cccb5737c66c0c1b42a.tar.gz freebsd-ports-gnome-c7c2b536ea39e838e1034cccb5737c66c0c1b42a.tar.zst freebsd-ports-gnome-c7c2b536ea39e838e1034cccb5737c66c0c1b42a.zip |
Deprecate KDE4 software in categories graphics-textproc.
The last upstream release supporting KDE4 was 10 months ago,
https://www.kde.org/announcements/announce-applications-17.08.3.php ,
and the kde@ team for FreeBSD has supported modern KDE (i.e. KDE
Frameworks, Plasma 5 and KDE Applications) for 4 months. Give a 4
month deprecation period to allow users to switch over.
Also deprecated: multimedia/kmplayer-kde4 (permission from jhale@)
Not deprecated, need to contact maintainers:
misc/krecipes-kde4
net-im/kmess-kde4
net/smb4k-kde4
textproc/uim-kde4
Diffstat (limited to 'net/kget-kde4/Makefile')
-rw-r--r-- | net/kget-kde4/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/kget-kde4/Makefile b/net/kget-kde4/Makefile index 3d17946e5a69..c603b5899d5a 100644 --- a/net/kget-kde4/Makefile +++ b/net/kget-kde4/Makefile @@ -8,6 +8,9 @@ CATEGORIES= net kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= KDE download manager +DEPRECATED= KDE4 is EOL upstream +EXPIRATION_DATE= 2018-12-31 + LIB_DEPENDS= libgpgme.so:security/gpgme \ libktorrent.so:net-p2p/libktorrent-kde4 \ libmms.so:net/libmms \ |