diff options
author | adridg <adridg@FreeBSD.org> | 2018-08-30 22:34:04 +0800 |
---|---|---|
committer | adridg <adridg@FreeBSD.org> | 2018-08-30 22:34:04 +0800 |
commit | be65342baf3520662ed2508261d644ce9dd38ec3 (patch) | |
tree | ec466032434aee0135e1f9e4f2d58d8e222d25b0 /games/kgoldrunner-kde4 | |
parent | e5e52a91d9a896f3d57149b3472308ae17e7db03 (diff) | |
download | freebsd-ports-gnome-be65342baf3520662ed2508261d644ce9dd38ec3.tar.gz freebsd-ports-gnome-be65342baf3520662ed2508261d644ce9dd38ec3.tar.zst freebsd-ports-gnome-be65342baf3520662ed2508261d644ce9dd38ec3.zip |
Deprecate KDE4 software, categories d-games.
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: games/knights-kde4, that's not ours.
Diffstat (limited to 'games/kgoldrunner-kde4')
-rw-r--r-- | games/kgoldrunner-kde4/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/kgoldrunner-kde4/Makefile b/games/kgoldrunner-kde4/Makefile index 2105e64d8380..6f72c8bc9d58 100644 --- a/games/kgoldrunner-kde4/Makefile +++ b/games/kgoldrunner-kde4/Makefile @@ -8,6 +8,9 @@ CATEGORIES= games kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} +DEPRECATED= KDE4 is EOL upstream +EXPIRATION_DATE= 2018-12-31 + USES= cmake:outsource kde:4 qt:4 tar:xz USE_KDE= kdelibs libkdegames automoc4 USE_QT= moc_build qmake_build rcc_build uic_build |