pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/polkit polkit: Enable introspection. Required...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7c6952f56c4b
branches:  trunk
changeset: 441540:7c6952f56c4b
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu Nov 05 17:06:57 2020 +0000

description:
polkit: Enable introspection. Required by gnome-shell.

diffstat:

 security/polkit/Makefile   |  4 ++--
 security/polkit/options.mk |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r 805aa74fa4e1 -r 7c6952f56c4b security/polkit/Makefile
--- a/security/polkit/Makefile  Thu Nov 05 17:06:10 2020 +0000
+++ b/security/polkit/Makefile  Thu Nov 05 17:06:57 2020 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.27 2020/11/05 09:09:04 ryoon Exp $
+# $NetBSD: Makefile,v 1.28 2020/11/05 17:06:57 nia Exp $
 
 DISTNAME=      polkit-0.116
-PKGREVISION=   5
+PKGREVISION=   6
 CATEGORIES=    security
 MASTER_SITES=  http://www.freedesktop.org/software/polkit/releases/
 
diff -r 805aa74fa4e1 -r 7c6952f56c4b security/polkit/options.mk
--- a/security/polkit/options.mk        Thu Nov 05 17:06:10 2020 +0000
+++ b/security/polkit/options.mk        Thu Nov 05 17:06:57 2020 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.3 2018/04/29 05:14:36 wiz Exp $
+# $NetBSD: options.mk,v 1.4 2020/11/05 17:06:57 nia Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.polkit
 PKG_SUPPORTED_OPTIONS= introspection pam
-PKG_SUGGESTED_OPTIONS= pam
+PKG_SUGGESTED_OPTIONS= introspection pam
 
 .include "../../mk/bsd.options.mk"
 



Home | Main Index | Thread Index | Old Index