From owner-svn-ports-head@FreeBSD.ORG Thu Jan 1 16:56:00 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2BA67AA7; Thu, 1 Jan 2015 16:56:00 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 184C19C6; Thu, 1 Jan 2015 16:56:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t01GtxI3033024; Thu, 1 Jan 2015 16:55:59 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t01GtxxD033022; Thu, 1 Jan 2015 16:55:59 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201501011655.t01GtxxD033022@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Thu, 1 Jan 2015 16:55:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376002 - head/sysutils/polkit 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.18-1 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: Thu, 01 Jan 2015 16:56:00 -0000 Author: kwm Date: Thu Jan 1 16:55:58 2015 New Revision: 376002 URL: https://svnweb.freebsd.org/changeset/ports/376002 QAT: https://qat.redports.org/buildarchive/r376002/ Log: Add @dir lines for empty directories reported by check-plist. PR: 196417 Submitted by: sunpoet@ Modified: head/sysutils/polkit/Makefile head/sysutils/polkit/pkg-plist Modified: head/sysutils/polkit/Makefile ============================================================================== --- head/sysutils/polkit/Makefile Thu Jan 1 16:48:31 2015 (r376001) +++ head/sysutils/polkit/Makefile Thu Jan 1 16:55:58 2015 (r376002) @@ -4,7 +4,7 @@ PORTNAME= polkit PORTVERSION= 0.105 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils gnome MASTER_SITES= http://www.freedesktop.org/software/polkit/releases/ Modified: head/sysutils/polkit/pkg-plist ============================================================================== --- head/sysutils/polkit/pkg-plist Thu Jan 1 16:48:31 2015 (r376001) +++ head/sysutils/polkit/pkg-plist Thu Jan 1 16:55:58 2015 (r376002) @@ -81,6 +81,12 @@ share/gir-1.0/PolkitAgent-1.0.gir share/locale/da/LC_MESSAGES/polkit-1.mo share/polkit-1/actions/org.freedesktop.policykit.examples.pkexec.policy share/polkit-1/actions/org.freedesktop.policykit.policy +@dir share/polkit-1/rules.d +@dir etc/polkit-1/localauthority/90-mandatory.d +@dir etc/polkit-1/localauthority/50-local.d +@dir etc/polkit-1/localauthority/30-site.d +@dir etc/polkit-1/localauthority/20-org.d +@dir etc/polkit-1/localauthority/10-vendor.d @dir /var/lib/polkit-1/localauthority/90-mandatory.d @dir /var/lib/polkit-1/localauthority/50-local.d @dir /var/lib/polkit-1/localauthority/30-site.d