diff options
author | rakuco <rakuco@FreeBSD.org> | 2017-03-26 23:45:23 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2017-03-26 23:45:23 +0800 |
commit | 05bab08f3d058bbd2b83aa84f9c4e1052b2aa27a (patch) | |
tree | 9cc8c627fb5f7bb2305d0be09466b25cfeab5c31 /Mk | |
parent | 11f43cf9ea04cda133f4da4c98c3e00e15879d1f (diff) | |
download | freebsd-ports-gnome-05bab08f3d058bbd2b83aa84f9c4e1052b2aa27a.tar.gz freebsd-ports-gnome-05bab08f3d058bbd2b83aa84f9c4e1052b2aa27a.tar.zst freebsd-ports-gnome-05bab08f3d058bbd2b83aa84f9c4e1052b2aa27a.zip |
Update x11/kdelibs4 to 4.14.30.
This is the latest stable release, and contains many of the patches we kept in
files/. The exception is patch-mimetypes_kde.xml, which just did not seem
necessary any longer: area51 r8180 mentions it was working around issues in
shared-mime-info, which has since been updated. While here, add several
dependencies that were reported by Poudriere's checks.
Bump PORTREVISION in ports that use %%KDE4_KDELIBS_VERSION%% in pkg-plist.
Reviewed by: tcberner
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/Uses/kde.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Uses/kde.mk b/Mk/Uses/kde.mk index 7d98f2e7849f..6b1b724b3d74 100644 --- a/Mk/Uses/kde.mk +++ b/Mk/Uses/kde.mk @@ -55,7 +55,7 @@ _KDE_RELNAME= KDE${_KDE_VERSION} # === VERSIONS OF THE DIFFERENT COMPONENTS ===================================== # Old KDE desktop. KDE4_VERSION?= 4.14.3 -KDE4_KDELIBS_VERSION= 4.14.10 +KDE4_KDELIBS_VERSION= 4.14.30 KDE4_ACTIVITIES_VERSION= 4.13.3 KDE4_WORKSPACE_VERSION= 4.11.21 KDE4_KDEPIM_VERSION?= 4.14.10 |