Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 0DE3E7A293 for ; Fri, 2 Dec 2016 19:58:25 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 780A8855A9; Fri, 2 Dec 2016 19:58:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0988C84CFB for ; Fri, 2 Dec 2016 19:58:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id sypjL0cEGE1D for ; Fri, 2 Dec 2016 19:58:23 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6943B84CF0 for ; Fri, 2 Dec 2016 19:58:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 64693FBA6; Fri, 2 Dec 2016 19:58:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1480708703160060" MIME-Version: 1.0 Date: Fri, 2 Dec 2016 19:58:23 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/security/policykit To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20161202195823.64693FBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1480708703160060 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Dec 2 19:58:23 UTC 2016 Modified Files: pkgsrc/security/policykit: Makefile Log Message: Remove reference to non-existent polkit-read-grant-helper. Bump PKGREVISION. Noticed by marino. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 pkgsrc/security/policykit/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1480708703160060 Content-Disposition: inline Content-Length: 1064 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/policykit/Makefile diff -u pkgsrc/security/policykit/Makefile:1.32 pkgsrc/security/policykit/Makefile:1.33 --- pkgsrc/security/policykit/Makefile:1.32 Sat Jul 9 06:38:56 2016 +++ pkgsrc/security/policykit/Makefile Fri Dec 2 19:58:23 2016 @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.32 2016/07/09 06:38:56 wiz Exp $ -# +# $NetBSD: Makefile,v 1.33 2016/12/02 19:58:23 wiz Exp $ POLICYKIT_VER= 0.9 DISTNAME= PolicyKit-${POLICYKIT_VER} PKGNAME= policykit-${POLICYKIT_VER} -PKGREVISION= 19 +PKGREVISION= 20 CATEGORIES= security MASTER_SITES= http://hal.freedesktop.org/releases/ @@ -67,8 +66,6 @@ SPECIAL_PERMS+= ${PREFIX}/libexec/polki ${REAL_ROOT_USER} ${POLICYKIT_GROUP} 2555 SPECIAL_PERMS+= ${PREFIX}/libexec/polkit-read-auth-helper \ ${REAL_ROOT_USER} ${POLICYKIT_GROUP} 2555 -SPECIAL_PERMS+= ${PREFIX}/libexec/polkit-read-grant-helper \ - ${REAL_ROOT_USER} ${POLICYKIT_GROUP} 2555 SPECIAL_PERMS+= ${PREFIX}/libexec/polkit-revoke-helper \ ${REAL_ROOT_USER} ${POLICYKIT_GROUP} 2555 --_----------=_1480708703160060--