pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/polkit



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Nov  5 17:06:57 UTC 2020

Modified Files:
        pkgsrc/security/polkit: Makefile options.mk

Log Message:
polkit: Enable introspection. Required by gnome-shell.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/security/polkit/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/polkit/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/polkit/Makefile
diff -u pkgsrc/security/polkit/Makefile:1.27 pkgsrc/security/polkit/Makefile:1.28
--- pkgsrc/security/polkit/Makefile:1.27        Thu Nov  5 09:09:04 2020
+++ pkgsrc/security/polkit/Makefile     Thu Nov  5 17:06:57 2020
@@ -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/
 

Index: pkgsrc/security/polkit/options.mk
diff -u pkgsrc/security/polkit/options.mk:1.3 pkgsrc/security/polkit/options.mk:1.4
--- pkgsrc/security/polkit/options.mk:1.3       Sun Apr 29 05:14:36 2018
+++ pkgsrc/security/polkit/options.mk   Thu Nov  5 17:06:57 2020
@@ -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