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 /sysutils/kfloppy-kde4 | |
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 'sysutils/kfloppy-kde4')
-rw-r--r-- | sysutils/kfloppy-kde4/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/kfloppy-kde4/Makefile b/sysutils/kfloppy-kde4/Makefile index 91683fd0c94d..52fc3641ebbb 100644 --- a/sysutils/kfloppy-kde4/Makefile +++ b/sysutils/kfloppy-kde4/Makefile @@ -9,6 +9,9 @@ CATEGORIES= sysutils kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= Floppy disk formatter for KDE +DEPRECATED= KDE4 is EOL upstream +EXPIRATION_DATE= 2018-12-31 + USES= cmake:outsource kde:4 qt:4 tar:xz USE_KDE= automoc4 kdelibs USE_QT= qmake_build moc_build rcc_build uic_build |