pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/mate-polkit



Module Name:    pkgsrc
Committed By:   youri
Date:           Mon Jun 13 23:28:36 UTC 2016

Modified Files:
        pkgsrc/security/mate-polkit: Makefile PLIST options.mk

Log Message:
mate-polkit: Disable introspection by default.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/mate-polkit/Makefile \
    pkgsrc/security/mate-polkit/PLIST pkgsrc/security/mate-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/mate-polkit/Makefile
diff -u pkgsrc/security/mate-polkit/Makefile:1.1 pkgsrc/security/mate-polkit/Makefile:1.2
--- pkgsrc/security/mate-polkit/Makefile:1.1    Sat May 21 19:12:27 2016
+++ pkgsrc/security/mate-polkit/Makefile        Mon Jun 13 23:28:36 2016
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1 2016/05/21 19:12:27 youri Exp $
+# $NetBSD: Makefile,v 1.2 2016/06/13 23:28:36 youri Exp $
 
 .include "../../meta-pkgs/mate/Makefile.common"
 
 DISTNAME=      mate-polkit-${MATE_VERSION}
+PKGREVISION=   1
 CATEGORIES=    security
 
 COMMENT=       MATE desktop environment Authentication Agent for PolicyKit
Index: pkgsrc/security/mate-polkit/PLIST
diff -u pkgsrc/security/mate-polkit/PLIST:1.1 pkgsrc/security/mate-polkit/PLIST:1.2
--- pkgsrc/security/mate-polkit/PLIST:1.1       Sat May 21 19:12:27 2016
+++ pkgsrc/security/mate-polkit/PLIST   Mon Jun 13 23:28:36 2016
@@ -1,13 +1,13 @@
-@comment $NetBSD: PLIST,v 1.1 2016/05/21 19:12:27 youri Exp $
+@comment $NetBSD: PLIST,v 1.2 2016/06/13 23:28:36 youri Exp $
 include/polkit-gtk-mate-1/polkitgtkmate/polkitgtkmate.h
 include/polkit-gtk-mate-1/polkitgtkmate/polkitgtkmatetypes.h
 include/polkit-gtk-mate-1/polkitgtkmate/polkitlockbutton.h
-lib/girepository-1.0/PolkitGtkMate-1.0.typelib
+${PLIST.introspection}lib/girepository-1.0/PolkitGtkMate-1.0.typelib
 lib/libpolkit-gtk-mate-1.la
 lib/pkgconfig/polkit-gtk-mate-1.pc
 libexec/polkit-mate-authentication-agent-1
 share/examples/mate-polkit/xdg/autostart/polkit-mate-authentication-agent-1.desktop
-share/gir-1.0/PolkitGtkMate-1.0.gir
+${PLIST.introspection}share/gir-1.0/PolkitGtkMate-1.0.gir
 share/locale/am/LC_MESSAGES/mate-polkit.mo
 share/locale/ar/LC_MESSAGES/mate-polkit.mo
 share/locale/be/LC_MESSAGES/mate-polkit.mo
Index: pkgsrc/security/mate-polkit/options.mk
diff -u pkgsrc/security/mate-polkit/options.mk:1.1 pkgsrc/security/mate-polkit/options.mk:1.2
--- pkgsrc/security/mate-polkit/options.mk:1.1  Sat May 21 19:12:27 2016
+++ pkgsrc/security/mate-polkit/options.mk      Mon Jun 13 23:28:36 2016
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.1 2016/05/21 19:12:27 youri Exp $
+# $NetBSD: options.mk,v 1.2 2016/06/13 23:28:36 youri Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.mate-polkit
 PKG_SUPPORTED_OPTIONS= introspection
-PKG_SUGGESTED_OPTIONS= introspection
+PKG_SUGGESTED_OPTIONS=
 
 .include "../../mk/bsd.options.mk"
 



Home | Main Index | Thread Index | Old Index