svn commit: r552498 - head/Mk/Uses

Tobias C. Berner tcberner at FreeBSD.org
Fri Oct 16 10:51:07 UTC 2020


Author: tcberner
Date: Fri Oct 16 10:51:06 2020
New Revision: 552498
URL: https://svnweb.freebsd.org/changeset/ports/552498

Log:
  x11/plasma5-plasma-desktop: fix kde.mk component
  
  In the update to 5.20 the file used to register the component by was moved
  from plasma5-plasma-desktop to plasma5-plasma-workspace.
  
  Switch the plasma-desktop component to be detected by ${LOCALBASE}/bin/kaccess
  
  Submitted by:	Jan Henrik Sylvester <me at janh.de>

Modified:
  head/Mk/Uses/kde.mk

Modified: head/Mk/Uses/kde.mk
==============================================================================
--- head/Mk/Uses/kde.mk	Fri Oct 16 10:41:52 2020	(r552497)
+++ head/Mk/Uses/kde.mk	Fri Oct 16 10:51:06 2020	(r552498)
@@ -570,7 +570,7 @@ kde-plasma-browser-integration_PORT=	www/plasma5-plasm
 kde-plasma-browser-integration_PATH=	${KDE_PREFIX}/bin/plasma-browser-integration-host
 
 kde-plasma-desktop_PORT=	x11/plasma5-plasma-desktop
-kde-plasma-desktop_PATH=	${KDE_PREFIX}/bin/krdb
+kde-plasma-desktop_PATH=	${KDE_PREFIX}/bin/kaccess
 
 kde-plasma-disks_PORT=		sysutils/plasma5-plasma-disks
 kde-plasma-disks_PATH=		${KDE_PREFIX}/lib/libexec/kauth/kded-smart-helper


More information about the svn-ports-all mailing list