diff options
author | tcberner <tcberner@FreeBSD.org> | 2019-04-19 00:55:13 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2019-04-19 00:55:13 +0800 |
commit | 21ae19f65bda56f335a434336190fc9bbe4b6917 (patch) | |
tree | 8f2ebeab17be4671f083ca2da87e45ff3a8c178f /Mk | |
parent | 4d3f54c7a9afaac52a100db143bf7b0dba882d70 (diff) | |
download | freebsd-ports-gnome-21ae19f65bda56f335a434336190fc9bbe4b6917.tar.gz freebsd-ports-gnome-21ae19f65bda56f335a434336190fc9bbe4b6917.tar.zst freebsd-ports-gnome-21ae19f65bda56f335a434336190fc9bbe4b6917.zip |
Update KDE Applications to 19.04.0
The changelog can be found here:
- https://kde.org/announcements/announce-applications-19.04.0.php
Due to crashes on start, multimedia/kdenlive was kept at 18.12.3 for now.
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/Uses/kde.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/Uses/kde.mk b/Mk/Uses/kde.mk index 9378afbafa3d..3d8e182e3288 100644 --- a/Mk/Uses/kde.mk +++ b/Mk/Uses/kde.mk @@ -62,8 +62,8 @@ KDE_FRAMEWORKS_VERSION?= 5.57.0 KDE_FRAMEWORKS_BRANCH?= stable # Current KDE applications. -KDE_APPLICATIONS_VERSION?= 18.12.3 -KDE_APPLICATIONS_SHLIB_VER?= 5.10.3 +KDE_APPLICATIONS_VERSION?= 19.04.0 +KDE_APPLICATIONS_SHLIB_VER?= 5.11.0 KDE_APPLICATIONS_BRANCH?= stable # Upstream moves old software to Attic/. Specify the newest applications release there. # Only the major version is used for the comparison. |