svn commit: r528006 - head/x11/kf5-plasma-framework

Tobias C. Berner tcberner at FreeBSD.org
Sun Mar 8 09:20:25 UTC 2020


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 at ulstu.ru>, Martin Birgmeier <d8zNeCFG at 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 at 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


More information about the svn-ports-all mailing list