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-p2p | |
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-p2p')
-rw-r--r-- | net-p2p/ktorrent-kde4/Makefile | 3 | ||||
-rw-r--r-- | net-p2p/libktorrent-kde4/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/net-p2p/ktorrent-kde4/Makefile b/net-p2p/ktorrent-kde4/Makefile index b0fd49ff8e41..d64120937de1 100644 --- a/net-p2p/ktorrent-kde4/Makefile +++ b/net-p2p/ktorrent-kde4/Makefile @@ -11,6 +11,9 @@ PKGNAMESUFFIX= -kde4 MAINTAINER= kde@FreeBSD.org COMMENT= BitTorrent client for KDE +DEPRECATED= KDE4 is EOL upstream +EXPIRATION_DATE= 2018-12-31 + BUILD_DEPENDS= ${LOCALBASE}/include/boost/bind.hpp:devel/boost-libs LIB_DEPENDS= libtag.so:audio/taglib \ libgmp.so:math/gmp \ diff --git a/net-p2p/libktorrent-kde4/Makefile b/net-p2p/libktorrent-kde4/Makefile index 177f23cea9b0..403fcbc53ee9 100644 --- a/net-p2p/libktorrent-kde4/Makefile +++ b/net-p2p/libktorrent-kde4/Makefile @@ -10,6 +10,9 @@ PKGNAMESUFFIX= -kde4 MAINTAINER= kde@FreeBSD.org COMMENT= Torrent library from KTorrent project +DEPRECATED= KDE4 is EOL upstream +EXPIRATION_DATE= 2018-12-31 + BUILD_DEPENDS= ${LOCALBASE}/include/boost/concept_check.hpp:devel/boost-libs LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ libgmp.so:math/gmp \ |