diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2023-12-07 15:26:41 +0100 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2023-12-07 21:11:34 +0100 |
commit | f7ddb3c83e694394e2597e9949230fea6f1245df (patch) | |
tree | d9238c5aec3fe7a5cc892c387386ae4e4b14d16d /Mk | |
parent | def4d2a12afe7c013607c0070184082c71ec1be7 (diff) | |
download | freebsd-ports-f7ddb3c83e694394e2597e9949230fea6f1245df.zip |
KDE: Update KDE Gear to 23.08.4
Thursday, 07 December 2023.
Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.
Today they all get new bugfix source releases with updated translations,
including:
* dolphin-plugins: Mountisoaction: add preferred raw disk mimetypes
* falkon: Fix StartPage search engine default configuration
* kdepim-runtime: Correctly reload configuration
The full changelog can be found at
https://kde.org/announcements/changelogs/gear/23.08.4/
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/Uses/kde.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Mk/Uses/kde.mk b/Mk/Uses/kde.mk index 1399068dd1da..99e8d4dc29d7 100644 --- a/Mk/Uses/kde.mk +++ b/Mk/Uses/kde.mk @@ -112,10 +112,10 @@ KDE_FRAMEWORKS6_VERSION?= 5.246.0 KDE_FRAMEWORKS6_BRANCH?= unstable # Current KDE applications. -KDE_APPLICATIONS5_VERSION?= 23.08.3 -KDE_APPLICATIONS5_SHLIB_VER?= 5.24.3 +KDE_APPLICATIONS5_VERSION?= 23.08.4 +KDE_APPLICATIONS5_SHLIB_VER?= 5.24.4 # G as in KDE Gear, and as in "don't make the variable name longer than required" -KDE_APPLICATIONS5_SHLIB_G_VER?= 23.8.3 +KDE_APPLICATIONS5_SHLIB_G_VER?= 23.8.4 KDE_APPLICATIONS5_BRANCH?= stable # Next KDE applications. |