pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/mate-menus



Module Name:    pkgsrc
Committed By:   youri
Date:           Mon Jun 13 23:08:31 UTC 2016

Modified Files:
        pkgsrc/x11/mate-menus: Makefile options.mk

Log Message:
mate-menus: Disable introspection in suggested options.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/mate-menus/Makefile \
    pkgsrc/x11/mate-menus/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/x11/mate-menus/Makefile
diff -u pkgsrc/x11/mate-menus/Makefile:1.1 pkgsrc/x11/mate-menus/Makefile:1.2
--- pkgsrc/x11/mate-menus/Makefile:1.1  Sat May 21 18:59:08 2016
+++ pkgsrc/x11/mate-menus/Makefile      Mon Jun 13 23:08:31 2016
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1 2016/05/21 18:59:08 youri Exp $
+# $NetBSD: Makefile,v 1.2 2016/06/13 23:08:31 youri Exp $
 
 .include "../../meta-pkgs/mate/Makefile.common"
 
 DISTNAME=      mate-menus-${MATE_VERSION}
+PKGREVISION=   1
 CATEGORIES=    sysutils
 
 COMMENT=       Implementation of the desktop menu specification for MATE
Index: pkgsrc/x11/mate-menus/options.mk
diff -u pkgsrc/x11/mate-menus/options.mk:1.1 pkgsrc/x11/mate-menus/options.mk:1.2
--- pkgsrc/x11/mate-menus/options.mk:1.1        Sat May 21 18:59:08 2016
+++ pkgsrc/x11/mate-menus/options.mk    Mon Jun 13 23:08:31 2016
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.1 2016/05/21 18:59:08 youri Exp $
+# $NetBSD: options.mk,v 1.2 2016/06/13 23:08:31 youri Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.mate-menus
 PKG_SUPPORTED_OPTIONS= introspection python
-PKG_SUGGESTED_OPTIONS= introspection python
+PKG_SUGGESTED_OPTIONS= python
 
 .include "../../mk/bsd.options.mk"
 



Home | Main Index | Thread Index | Old Index