svn commit: r421252 - head/x11/kde4-workspace

Chris Rees crees at FreeBSD.org
Fri Sep 2 06:59:24 UTC 2016


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


More information about the svn-ports-all mailing list