Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Sep 2016 06:59:23 +0000 (UTC)
From:      Chris Rees <crees@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r421252 - head/x11/kde4-workspace
Message-ID:  <201609020659.u826xNga082513@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: crees
Date: Fri Sep  2 06:59:23 2016
New Revision: 421252
URL: https://svnweb.freebsd.org/changeset/ports/421252

Log:
  Correct permissions on kcheckpass
  
  Without this, if the port is staged as non-root (default on new poudriere), the
  file is installed without setuid root and fails to unlock desktops.
  
  PR:		ports/211218
  Submitted by:	jhb
  Approved by:	maintainer timeout (kde, 2 months)

Modified:
  head/x11/kde4-workspace/Makefile
  head/x11/kde4-workspace/pkg-plist

Modified: head/x11/kde4-workspace/Makefile
==============================================================================
--- head/x11/kde4-workspace/Makefile	Fri Sep  2 05:17:16 2016	(r421251)
+++ head/x11/kde4-workspace/Makefile	Fri Sep  2 06:59:23 2016	(r421252)
@@ -2,6 +2,7 @@
 
 PORTNAME=	kde-workspace
 PORTVERSION=	${KDE4_WORKSPACE_VERSION}
+PORTREVISION=	1
 CATEGORIES=	x11 kde
 MASTER_SITES=	KDE/${KDE4_APPLICATIONS_BRANCH}/applications/${KDE4_APPLICATIONS_VERSION}/src
 DIST_SUBDIR=	KDE/${PORTVERSION}

Modified: head/x11/kde4-workspace/pkg-plist
==============================================================================
--- head/x11/kde4-workspace/pkg-plist	Fri Sep  2 05:17:16 2016	(r421251)
+++ head/x11/kde4-workspace/pkg-plist	Fri Sep  2 06:59:23 2016	(r421252)
@@ -229,7 +229,7 @@ lib/kde4/kwin_oxygen_config.so
 lib/kde4/libexec/fontinst
 lib/kde4/libexec/fontinst_helper
 lib/kde4/libexec/fontinst_x11
-lib/kde4/libexec/kcheckpass
+@(root,wheel,6755) lib/kde4/libexec/kcheckpass
 lib/kde4/libexec/kcmdatetimehelper
 lib/kde4/libexec/kcmkdmhelper
 lib/kde4/libexec/kdm_config



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609020659.u826xNga082513>