pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/polkit polkit: Disable introspection by default.
details: https://anonhg.NetBSD.org/pkgsrc/rev/dc3180bbc99d
branches: trunk
changeset: 348436:dc3180bbc99d
user: youri <youri%pkgsrc.org@localhost>
date: Mon Jun 13 23:06:46 2016 +0000
description:
polkit: Disable introspection by default.
diffstat:
security/polkit/Makefile | 4 ++--
security/polkit/options.mk | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (28 lines):
diff -r 79a32a4eed89 -r dc3180bbc99d security/polkit/Makefile
--- a/security/polkit/Makefile Mon Jun 13 23:03:42 2016 +0000
+++ b/security/polkit/Makefile Mon Jun 13 23:06:46 2016 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2016/05/21 19:27:47 leot Exp $
+# $NetBSD: Makefile,v 1.4 2016/06/13 23:06:46 youri Exp $
#
DISTNAME= polkit-0.113
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= security
MASTER_SITES= http://www.freedesktop.org/software/polkit/releases/
diff -r 79a32a4eed89 -r dc3180bbc99d security/polkit/options.mk
--- a/security/polkit/options.mk Mon Jun 13 23:03:42 2016 +0000
+++ b/security/polkit/options.mk Mon Jun 13 23:06:46 2016 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.1 2016/05/20 18:39:33 youri Exp $
+# $NetBSD: options.mk,v 1.2 2016/06/13 23:06:46 youri Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.polkit
PKG_SUPPORTED_OPTIONS= introspection pam
-PKG_SUGGESTED_OPTIONS= introspection pam
+PKG_SUGGESTED_OPTIONS= pam
.include "../../mk/bsd.options.mk"
Home |
Main Index |
Thread Index |
Old Index