diff options
author | adridg <adridg@FreeBSD.org> | 2018-08-30 20:24:47 +0800 |
---|---|---|
committer | adridg <adridg@FreeBSD.org> | 2018-08-30 20:24:47 +0800 |
commit | 5b8269ea7850403ed74a1a1ecce844274a701d0f (patch) | |
tree | d04bf7643e8c32af88a67f080bf113e21505cfee /comms | |
parent | 8219bd6a68b878a4fb8b4ee54d60d94666210e7b (diff) | |
download | freebsd-ports-gnome-5b8269ea7850403ed74a1a1ecce844274a701d0f.tar.gz freebsd-ports-gnome-5b8269ea7850403ed74a1a1ecce844274a701d0f.tar.zst freebsd-ports-gnome-5b8269ea7850403ed74a1a1ecce844274a701d0f.zip |
Deprecate KDE4 software, categories a-c.
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.
Not marked deprecated: audio/kid3-kde4, that's not ours, and it
supports Qt5 and KF5 as well despite its name.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/kremotecontrol-kde4/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/comms/kremotecontrol-kde4/Makefile b/comms/kremotecontrol-kde4/Makefile index b7d340d123ba..33d48bc2cc0b 100644 --- a/comms/kremotecontrol-kde4/Makefile +++ b/comms/kremotecontrol-kde4/Makefile @@ -8,6 +8,9 @@ CATEGORIES= comms kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= KDE frontend for your remote controls +DEPRECATED= KDE4 is EOL upstream +EXPIRATION_DATE= 2018-12-31 + RUN_DEPENDS= lircd:comms/lirc USES= cmake:outsource kde:4 qt:4 tar:xz |