Date: Sun, 8 Mar 2020 09:20:24 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r528006 - head/x11/kf5-plasma-framework Message-ID: <202003080920.0289KOX0074200@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Sun Mar 8 09:20:24 2020 New Revision: 528006 URL: https://svnweb.freebsd.org/changeset/ports/528006 Log: x11/kf5-plasma-framewors: add upstream fix for dataengine initialization This fixes a crash in the systemsettings 'night colors' screen configuration PR: 244661 Reported by: Serge Volkov <sv@ulstu.ru>, Martin Birgmeier <d8zNeCFG@aon.at> Modified: head/x11/kf5-plasma-framework/Makefile head/x11/kf5-plasma-framework/distinfo Modified: head/x11/kf5-plasma-framework/Makefile ============================================================================== --- head/x11/kf5-plasma-framework/Makefile Sun Mar 8 08:32:15 2020 (r528005) +++ head/x11/kf5-plasma-framework/Makefile Sun Mar 8 09:20:24 2020 (r528006) @@ -2,7 +2,11 @@ PORTNAME= plasma-framework DISTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde kde-frameworks + +PATCH_SITES= https://github.com/KDE/plasma-framework/commit/ +PATCHFILES= 1dc36bc2cee489e621a52fb4456ff28cf6a64685.patch:-p1 MAINTAINER= kde@FreeBSD.org COMMENT= KF5 plugin based UI runtime used to write user interfaces Modified: head/x11/kf5-plasma-framework/distinfo ============================================================================== --- head/x11/kf5-plasma-framework/distinfo Sun Mar 8 08:32:15 2020 (r528005) +++ head/x11/kf5-plasma-framework/distinfo Sun Mar 8 09:20:24 2020 (r528006) @@ -1,3 +1,5 @@ -TIMESTAMP = 1580664428 +TIMESTAMP = 1583659013 SHA256 (KDE/frameworks/5.67.0/plasma-framework-5.67.0.tar.xz) = 6baa5fc124b8147bbc1e2bf0a7cf136ad8bbf6ac34920cd153ac646907baeb84 SIZE (KDE/frameworks/5.67.0/plasma-framework-5.67.0.tar.xz) = 3127592 +SHA256 (KDE/frameworks/5.67.0/1dc36bc2cee489e621a52fb4456ff28cf6a64685.patch) = 61a5bb29dfd6d1c0952468b08a9a5465b09000a426df025f698b4c38b77f18ef +SIZE (KDE/frameworks/5.67.0/1dc36bc2cee489e621a52fb4456ff28cf6a64685.patch) = 964
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003080920.0289KOX0074200>