Date: Thu, 29 Aug 2019 19:41:37 +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: r510185 - in head: Mk/Uses x11/plasma5-plasma Message-ID: <201908291941.x7TJfbO6098265@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@gmail.com Reported by: Felix Palmen <felix@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-
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908291941.x7TJfbO6098265>