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:   youri
Date:           Mon Jun 13 23:06:47 UTC 2016

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

Log Message:
polkit: Disable introspection by default.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/polkit/Makefile
cvs rdiff -u -r1.1 -r1.2 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.3 pkgsrc/security/polkit/Makefile:1.4
--- pkgsrc/security/polkit/Makefile:1.3 Sat May 21 19:27:47 2016
+++ pkgsrc/security/polkit/Makefile     Mon Jun 13 23:06:46 2016
@@ -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/
 

Index: pkgsrc/security/polkit/options.mk
diff -u pkgsrc/security/polkit/options.mk:1.1 pkgsrc/security/polkit/options.mk:1.2
--- pkgsrc/security/polkit/options.mk:1.1       Fri May 20 18:39:33 2016
+++ pkgsrc/security/polkit/options.mk   Mon Jun 13 23:06:46 2016
@@ -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