From owner-svn-ports-head@freebsd.org Fri Sep 2 06:59:24 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9A278BCC5B8; Fri, 2 Sep 2016 06:59:24 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6A7F983E; Fri, 2 Sep 2016 06:59:24 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u826xNIC082515; Fri, 2 Sep 2016 06:59:23 GMT (envelope-from crees@FreeBSD.org) Received: (from crees@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u826xNga082513; Fri, 2 Sep 2016 06:59:23 GMT (envelope-from crees@FreeBSD.org) Message-Id: <201609020659.u826xNga082513@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: crees set sender to crees@FreeBSD.org using -f From: Chris Rees Date: Fri, 2 Sep 2016 06:59:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421252 - head/x11/kde4-workspace X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Sep 2016 06:59:24 -0000 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