diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2023-05-17 05:56:08 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2023-05-17 05:56:59 +0000 |
commit | 7769ca437c7a6594f21311f03c33f213d240b7a0 (patch) | |
tree | 78818730a53aa74e429a3eb6b49e6e22f406af5f /deskutils/plasma5-sddm-kcm/Makefile | |
parent | 74d3d4d53cf7fa77d5b3556b38efc12625406726 (diff) | |
download | ports-7769ca437c7a6594f21311f03c33f213d240b7a0.tar.gz ports-7769ca437c7a6594f21311f03c33f213d240b7a0.zip |
KDE: KDE Plasma 5.27.5, Bugfix Release for May
Tuesday, 9 May 2023. Today KDE releases a bugfix update to KDE Plasma 5,
versioned 5.27.5.
Plasma 5.27 was released in February 2023 with many feature refinements
and new modules to complete the desktop experience.
This release adds a month's worth of new translations and fixes from
KDE's contributors. The bugfixes are typically small but important and
include:
* Bluedevil Applet: introduce a brief animation for section height
estimates.
* Discover Flatpak: Do not crash if for any reason we lack a ref's
source.
* Info Centre About-distro: add a dump mode to print to cli.
Changelog: https://kde.org/announcements/changelogs/plasma/5/5.27.4-5.27.5
Diffstat (limited to 'deskutils/plasma5-sddm-kcm/Makefile')
-rw-r--r-- | deskutils/plasma5-sddm-kcm/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/deskutils/plasma5-sddm-kcm/Makefile b/deskutils/plasma5-sddm-kcm/Makefile index cdeb7e00fecc..48c23aa62996 100644 --- a/deskutils/plasma5-sddm-kcm/Makefile +++ b/deskutils/plasma5-sddm-kcm/Makefile @@ -1,6 +1,5 @@ PORTNAME= sddm-kcm -DISTVERSION= ${KDE_PLASMA_VERSION}.1 -PORTREVISION= 1 +DISTVERSION= ${KDE_PLASMA_VERSION} CATEGORIES= deskutils kde kde-plasma MAINTAINER= kde@FreeBSD.org |