svn commit: r510185 - in head: Mk/Uses x11/plasma5-plasma

Tobias C. Berner tcberner at FreeBSD.org
Thu Aug 29 19:41:38 UTC 2019


Author: tcberner
Date: Thu Aug 29 19:41:37 2019
New Revision: 510185
URL: https://svnweb.freebsd.org/changeset/ports/510185

Log:
  kde.mk: fix kwallet-pam component
  
  - the change in r510087 which fixes kwallet-pam on FreeBSD unfortunately did not
    include an update to the component in kde.mk
  
  PR:		240186
  Submitted by:	mikael.urankar at gmail.com
  Reported by:	Felix Palmen <felix at palmen-it.de>

Modified:
  head/Mk/Uses/kde.mk
  head/x11/plasma5-plasma/Makefile

Modified: head/Mk/Uses/kde.mk
==============================================================================
--- head/Mk/Uses/kde.mk	Thu Aug 29 19:41:00 2019	(r510184)
+++ head/Mk/Uses/kde.mk	Thu Aug 29 19:41:37 2019	(r510185)
@@ -533,7 +533,7 @@ kde-ksysguard_PORT=		sysutils/plasma5-ksysguard
 kde-ksysguard_PATH=		${KDE_PREFIX}/bin/ksysguard
 
 kde-kwallet-pam_PORT=		security/plasma5-kwallet-pam
-kde-kwallet-pam_PATH=		${KDE_PREFIX}/lib/security/pam_kwallet5.so
+kde-kwallet-pam_PATH=		${KDE_PREFIX}/lib/pam_kwallet5.so
 
 kde-kwayland-integration_PORT=	x11/plasma5-kwayland-integration
 kde-kwayland-integration_PATH=	${QT_PLUGINDIR}/kf5/org.kde.kidletime.platforms/KF5IdleTimeKWaylandPlugin.so

Modified: head/x11/plasma5-plasma/Makefile
==============================================================================
--- head/x11/plasma5-plasma/Makefile	Thu Aug 29 19:41:00 2019	(r510184)
+++ head/x11/plasma5-plasma/Makefile	Thu Aug 29 19:41:37 2019	(r510185)
@@ -2,6 +2,7 @@
 
 PORTNAME=	plasma
 DISTVERSION=	${KDE_PLASMA_VERSION}
+PORTREVISION=	1
 CATEGORIES=	x11 kde
 PKGNAMEPREFIX=	plasma5-
 


More information about the svn-ports-all mailing list