pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Mon Aug 24 04:41:43 UTC 2020

Modified Files:
        pkgsrc/archivers/engrampa: Makefile
        pkgsrc/audio/libmatemixer: Makefile
        pkgsrc/devel/mate-common: Makefile
        pkgsrc/editors/pluma: Makefile
        pkgsrc/graphics/eom: Makefile
        pkgsrc/graphics/mate-backgrounds: Makefile
        pkgsrc/graphics/mate-icon-theme: Makefile
        pkgsrc/graphics/mate-icon-theme-faenza: Makefile
        pkgsrc/graphics/mate-themes: Makefile
        pkgsrc/meta-pkgs/mate: Makefile Makefile.common
        pkgsrc/misc/libmateweather: Makefile
        pkgsrc/misc/mate-calc: Makefile
        pkgsrc/misc/mate-utils: Makefile
        pkgsrc/multimedia/mate-media: Makefile
        pkgsrc/net/mate-user-share: Makefile
        pkgsrc/print/atril: Makefile
        pkgsrc/security/mate-polkit: Makefile
        pkgsrc/sysutils/caja: Makefile
        pkgsrc/sysutils/caja-dropbox: Makefile
        pkgsrc/sysutils/caja-extensions: Makefile
        pkgsrc/sysutils/mate-notification-daemon: Makefile
        pkgsrc/sysutils/mate-power-manager: Makefile
        pkgsrc/sysutils/mate-sensors-applet: Makefile
        pkgsrc/sysutils/mate-system-monitor: Makefile
        pkgsrc/wm/marco: Makefile
        pkgsrc/wm/mate-netbook: Makefile
        pkgsrc/x11/libmatekbd: Makefile
        pkgsrc/x11/mate-applets: Makefile
        pkgsrc/x11/mate-control-center: Makefile
        pkgsrc/x11/mate-desktop: Makefile
        pkgsrc/x11/mate-indicator-applet: Makefile
        pkgsrc/x11/mate-menus: Makefile
        pkgsrc/x11/mate-panel: Makefile
        pkgsrc/x11/mate-screensaver: Makefile
        pkgsrc/x11/mate-session-manager: Makefile
        pkgsrc/x11/mate-settings-daemon: Makefile
        pkgsrc/x11/mate-terminal: Makefile
        pkgsrc/x11/mozo: Makefile

Log Message:
mate*: remove unintentional linkage against pkgsrc gettext-libs

As of 1.24, MATE requires GNU-specific msgfmt features. meta-pkgs/mate/
Makefile.common r. 1.10 expressed this tool dependency using
USE_BUILTIN.gettext=no, but this exposed pkgsrc gettext-libs in the
build environment as well, which some MATE packages then linked
against, but gettext-libs didn't end up being declared as a run-time
dependency, so binary package installations were broken (with the
workaround of manually installing the undeclared gettext-libs
dependency). Express this dependency differently, so GNU msgfmt is
used as a tool without exposing pkgsrc gettext-libs.

(The pkgsrc tooling infrastruture could be altered to provide a
distinct "gmsgfmt" tool, same with "gxgettext", and perhaps others.
Here I'm just immediately concerned with fixing this packaging issue.)

Addresses PR pkg/55503 by Jay Patel.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/archivers/engrampa/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/audio/libmatemixer/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/mate-common/Makefile
cvs rdiff -u -r1.30 -r1.31 pkgsrc/editors/pluma/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/graphics/eom/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/graphics/mate-backgrounds/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/graphics/mate-icon-theme/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/graphics/mate-icon-theme-faenza/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/graphics/mate-themes/Makefile
cvs rdiff -u -r1.33 -r1.34 pkgsrc/meta-pkgs/mate/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/meta-pkgs/mate/Makefile.common
cvs rdiff -u -r1.30 -r1.31 pkgsrc/misc/libmateweather/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/misc/mate-calc/Makefile
cvs rdiff -u -r1.26 -r1.27 pkgsrc/misc/mate-utils/Makefile
cvs rdiff -u -r1.29 -r1.30 pkgsrc/multimedia/mate-media/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/net/mate-user-share/Makefile
cvs rdiff -u -r1.60 -r1.61 pkgsrc/print/atril/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/security/mate-polkit/Makefile
cvs rdiff -u -r1.28 -r1.29 pkgsrc/sysutils/caja/Makefile
cvs rdiff -u -r1.26 -r1.27 pkgsrc/sysutils/caja-dropbox/Makefile
cvs rdiff -u -r1.30 -r1.31 pkgsrc/sysutils/caja-extensions/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/sysutils/mate-notification-daemon/Makefile
cvs rdiff -u -r1.25 -r1.26 pkgsrc/sysutils/mate-power-manager/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/sysutils/mate-sensors-applet/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/sysutils/mate-system-monitor/Makefile
cvs rdiff -u -r1.25 -r1.26 pkgsrc/wm/marco/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/wm/mate-netbook/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/x11/libmatekbd/Makefile
cvs rdiff -u -r1.35 -r1.36 pkgsrc/x11/mate-applets/Makefile
cvs rdiff -u -r1.26 -r1.27 pkgsrc/x11/mate-control-center/Makefile
cvs rdiff -u -r1.28 -r1.29 pkgsrc/x11/mate-desktop/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/x11/mate-indicator-applet/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/x11/mate-menus/Makefile
cvs rdiff -u -r1.35 -r1.36 pkgsrc/x11/mate-panel/Makefile
cvs rdiff -u -r1.26 -r1.27 pkgsrc/x11/mate-screensaver/Makefile
cvs rdiff -u -r1.25 -r1.26 pkgsrc/x11/mate-session-manager/Makefile
cvs rdiff -u -r1.34 -r1.35 pkgsrc/x11/mate-settings-daemon/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/x11/mate-terminal/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/x11/mozo/Makefile

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

Modified files:

Index: pkgsrc/archivers/engrampa/Makefile
diff -u pkgsrc/archivers/engrampa/Makefile:1.22 pkgsrc/archivers/engrampa/Makefile:1.23
--- pkgsrc/archivers/engrampa/Makefile:1.22     Mon Aug 17 20:18:02 2020
+++ pkgsrc/archivers/engrampa/Makefile  Mon Aug 24 04:41:39 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2020/08/17 20:18:02 leot Exp $
+# $NetBSD: Makefile,v 1.23 2020/08/24 04:41:39 gutteridge Exp $
 
-PKGREVISION= 1
+PKGREVISION= 2
 .include "../../meta-pkgs/mate/Makefile.common"
 
 DISTNAME=      engrampa-${VERSION}

Index: pkgsrc/audio/libmatemixer/Makefile
diff -u pkgsrc/audio/libmatemixer/Makefile:1.21 pkgsrc/audio/libmatemixer/Makefile:1.22
--- pkgsrc/audio/libmatemixer/Makefile:1.21     Mon Aug 17 20:18:08 2020
+++ pkgsrc/audio/libmatemixer/Makefile  Mon Aug 24 04:41:39 2020
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.21 2020/08/17 20:18:08 leot Exp $
+# $NetBSD: Makefile,v 1.22 2020/08/24 04:41:39 gutteridge Exp $
 
 .include "../../meta-pkgs/mate/Makefile.common"
 
-PKGREVISION=   2
+PKGREVISION=   3
 DISTNAME=      libmatemixer-${VERSION:R}.0
 CATEGORIES=    audio
 

Index: pkgsrc/devel/mate-common/Makefile
diff -u pkgsrc/devel/mate-common/Makefile:1.18 pkgsrc/devel/mate-common/Makefile:1.19
--- pkgsrc/devel/mate-common/Makefile:1.18      Mon Aug 17 20:18:28 2020
+++ pkgsrc/devel/mate-common/Makefile   Mon Aug 24 04:41:39 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2020/08/17 20:18:28 leot Exp $
+# $NetBSD: Makefile,v 1.19 2020/08/24 04:41:39 gutteridge Exp $
 
-PKGREVISION= 1
+PKGREVISION= 2
 .include "../../meta-pkgs/mate/Makefile.common"
 
 DISTNAME=      mate-common-${VERSION:R}.1

Index: pkgsrc/editors/pluma/Makefile
diff -u pkgsrc/editors/pluma/Makefile:1.30 pkgsrc/editors/pluma/Makefile:1.31
--- pkgsrc/editors/pluma/Makefile:1.30  Mon Aug 17 20:18:35 2020
+++ pkgsrc/editors/pluma/Makefile       Mon Aug 24 04:41:39 2020
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.30 2020/08/17 20:18:35 leot Exp $
+# $NetBSD: Makefile,v 1.31 2020/08/24 04:41:39 gutteridge Exp $
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 DISTNAME=      pluma-${VERSION:R}.0
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    editors
 
 COMMENT=       Small and lightweight UTF-8 text editor for MATE

Index: pkgsrc/graphics/eom/Makefile
diff -u pkgsrc/graphics/eom/Makefile:1.24 pkgsrc/graphics/eom/Makefile:1.25
--- pkgsrc/graphics/eom/Makefile:1.24   Mon Aug 17 20:18:57 2020
+++ pkgsrc/graphics/eom/Makefile        Mon Aug 24 04:41:39 2020
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.24 2020/08/17 20:18:57 leot Exp $
+# $NetBSD: Makefile,v 1.25 2020/08/24 04:41:39 gutteridge Exp $
 
 # XXX: meta-pkgs/mate/Makefile.common includes pyversion.mk which sets the
 # python version too early and clashes with PYTHON_VERSIONS_INCOMPATIBLE
 # from libpeas bl3, so we include it early to ensure a valid version is
 # chosen.  This is not ideal, please fix it properly at some point.
-PKGREVISION= 2
+PKGREVISION= 3
 .include "../../devel/libpeas/buildlink3.mk"
 .include "../../meta-pkgs/mate/Makefile.common"
 

Index: pkgsrc/graphics/mate-backgrounds/Makefile
diff -u pkgsrc/graphics/mate-backgrounds/Makefile:1.18 pkgsrc/graphics/mate-backgrounds/Makefile:1.19
--- pkgsrc/graphics/mate-backgrounds/Makefile:1.18      Mon Aug 17 20:19:05 2020
+++ pkgsrc/graphics/mate-backgrounds/Makefile   Mon Aug 24 04:41:39 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2020/08/17 20:19:05 leot Exp $
+# $NetBSD: Makefile,v 1.19 2020/08/24 04:41:39 gutteridge Exp $
 
-PKGREVISION= 1
+PKGREVISION= 2
 .include "../../meta-pkgs/mate/Makefile.common"
 
 DISTNAME=      mate-backgrounds-${VERSION:R}.1

Index: pkgsrc/graphics/mate-icon-theme/Makefile
diff -u pkgsrc/graphics/mate-icon-theme/Makefile:1.18 pkgsrc/graphics/mate-icon-theme/Makefile:1.19
--- pkgsrc/graphics/mate-icon-theme/Makefile:1.18       Mon Aug 17 20:19:05 2020
+++ pkgsrc/graphics/mate-icon-theme/Makefile    Mon Aug 24 04:41:39 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2020/08/17 20:19:05 leot Exp $
+# $NetBSD: Makefile,v 1.19 2020/08/24 04:41:39 gutteridge Exp $
 
-PKGREVISION= 1
+PKGREVISION= 2
 .include "../../meta-pkgs/mate/Makefile.common"
 
 DISTNAME=      mate-icon-theme-${VERSION:R}.0

Index: pkgsrc/graphics/mate-icon-theme-faenza/Makefile
diff -u pkgsrc/graphics/mate-icon-theme-faenza/Makefile:1.15 pkgsrc/graphics/mate-icon-theme-faenza/Makefile:1.16
--- pkgsrc/graphics/mate-icon-theme-faenza/Makefile:1.15        Mon Aug 17 20:19:05 2020
+++ pkgsrc/graphics/mate-icon-theme-faenza/Makefile     Mon Aug 24 04:41:39 2020
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2020/08/17 20:19:05 leot Exp $
+# $NetBSD: Makefile,v 1.16 2020/08/24 04:41:39 gutteridge Exp $
 
 .include "../../meta-pkgs/mate/Makefile.common"
 
-PKGREVISION=   7
+PKGREVISION=   8
 DISTNAME=      mate-icon-theme-faenza-1.20.0
 CATEGORIES=    graphics
 MASTER_SITES+= http://pub.mate-desktop.org/releases/1.20/

Index: pkgsrc/graphics/mate-themes/Makefile
diff -u pkgsrc/graphics/mate-themes/Makefile:1.21 pkgsrc/graphics/mate-themes/Makefile:1.22
--- pkgsrc/graphics/mate-themes/Makefile:1.21   Mon Aug 17 20:19:05 2020
+++ pkgsrc/graphics/mate-themes/Makefile        Mon Aug 24 04:41:39 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2020/08/17 20:19:05 leot Exp $
+# $NetBSD: Makefile,v 1.22 2020/08/24 04:41:39 gutteridge Exp $
 
-PKGREVISION= 1
+PKGREVISION= 2
 .include "../../meta-pkgs/mate/Makefile.common"
 
 VERSION=       3.22.21

Index: pkgsrc/meta-pkgs/mate/Makefile
diff -u pkgsrc/meta-pkgs/mate/Makefile:1.33 pkgsrc/meta-pkgs/mate/Makefile:1.34
--- pkgsrc/meta-pkgs/mate/Makefile:1.33 Mon Aug 17 20:19:28 2020
+++ pkgsrc/meta-pkgs/mate/Makefile      Mon Aug 24 04:41:40 2020
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.33 2020/08/17 20:19:28 leot Exp $
+# $NetBSD: Makefile,v 1.34 2020/08/24 04:41:40 gutteridge Exp $
 
 PKGNAME=       mate-${VERSION}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    meta-pkgs
 
 COMMENT=       Meta-package for MATE desktop environment

Index: pkgsrc/meta-pkgs/mate/Makefile.common
diff -u pkgsrc/meta-pkgs/mate/Makefile.common:1.10 pkgsrc/meta-pkgs/mate/Makefile.common:1.11
--- pkgsrc/meta-pkgs/mate/Makefile.common:1.10  Sun Apr  5 16:05:39 2020
+++ pkgsrc/meta-pkgs/mate/Makefile.common       Mon Aug 24 04:41:40 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.10 2020/04/05 16:05:39 bsiegert Exp $
+# $NetBSD: Makefile.common,v 1.11 2020/08/24 04:41:40 gutteridge Exp $
 # used by meta-pkgs/mate/Makefile
 # used by print/atril/Makefile
 # used by sysutils/caja/Makefile
@@ -44,7 +44,10 @@ EXTRACT_SUFX=        .tar.xz
 
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
-USE_TOOLS+=    gmake intltool msgfmt pkg-config
+USE_TOOLS+=    gmake msgfmt pkg-config
+
+# Fails without GNU msgfmt
+_TOOLS_USE_PKGSRC.msgfmt=      yes
 
 MAINTAINER=    youri%NetBSD.org@localhost
 LICENSE=       gnu-gpl-v3
@@ -52,8 +55,6 @@ LICENSE=      gnu-gpl-v3
 TOOL_DEPENDS+= itstool-[0-9]*:../../textproc/itstool
 TOOL_DEPENDS+= ${PYPKGPREFIX}-libxml2-[0-9]*:../../textproc/py-libxml2
 
-# Fails without GNU msgfmt
-USE_BUILTIN.gettext=    no
 
 .include "../../lang/python/pyversion.mk"
 .include "../../x11/gtk3/buildlink3.mk"

Index: pkgsrc/misc/libmateweather/Makefile
diff -u pkgsrc/misc/libmateweather/Makefile:1.30 pkgsrc/misc/libmateweather/Makefile:1.31
--- pkgsrc/misc/libmateweather/Makefile:1.30    Mon Aug 17 20:19:33 2020
+++ pkgsrc/misc/libmateweather/Makefile Mon Aug 24 04:41:40 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2020/08/17 20:19:33 leot Exp $
+# $NetBSD: Makefile,v 1.31 2020/08/24 04:41:40 gutteridge Exp $
 
-PKGREVISION= 3
+PKGREVISION= 4
 .include "../../meta-pkgs/mate/Makefile.common"
 
 DISTNAME=      libmateweather-${VERSION}

Index: pkgsrc/misc/mate-calc/Makefile
diff -u pkgsrc/misc/mate-calc/Makefile:1.13 pkgsrc/misc/mate-calc/Makefile:1.14
--- pkgsrc/misc/mate-calc/Makefile:1.13 Mon Aug 17 20:19:34 2020
+++ pkgsrc/misc/mate-calc/Makefile      Mon Aug 24 04:41:40 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2020/08/17 20:19:34 leot Exp $
+# $NetBSD: Makefile,v 1.14 2020/08/24 04:41:40 gutteridge Exp $
 
-PKGREVISION= 2
+PKGREVISION= 3
 .include "../../meta-pkgs/mate/Makefile.common"
 
 DISTNAME=      mate-calc-${VERSION}

Index: pkgsrc/misc/mate-utils/Makefile
diff -u pkgsrc/misc/mate-utils/Makefile:1.26 pkgsrc/misc/mate-utils/Makefile:1.27
--- pkgsrc/misc/mate-utils/Makefile:1.26        Mon Aug 17 20:19:34 2020
+++ pkgsrc/misc/mate-utils/Makefile     Mon Aug 24 04:41:40 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2020/08/17 20:19:34 leot Exp $
+# $NetBSD: Makefile,v 1.27 2020/08/24 04:41:40 gutteridge Exp $
 
-PKGREVISION= 1
+PKGREVISION= 2
 .include "../../meta-pkgs/mate/Makefile.common"
 
 DISTNAME=      mate-utils-${VERSION:R}.0

Index: pkgsrc/multimedia/mate-media/Makefile
diff -u pkgsrc/multimedia/mate-media/Makefile:1.29 pkgsrc/multimedia/mate-media/Makefile:1.30
--- pkgsrc/multimedia/mate-media/Makefile:1.29  Mon Aug 17 20:19:40 2020
+++ pkgsrc/multimedia/mate-media/Makefile       Mon Aug 24 04:41:40 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2020/08/17 20:19:40 leot Exp $
+# $NetBSD: Makefile,v 1.30 2020/08/24 04:41:40 gutteridge Exp $
 
-PKGREVISION= 2
+PKGREVISION= 3
 .include "../../meta-pkgs/mate/Makefile.common"
 
 DISTNAME=      mate-media-${VERSION:R}.0

Index: pkgsrc/net/mate-user-share/Makefile
diff -u pkgsrc/net/mate-user-share/Makefile:1.22 pkgsrc/net/mate-user-share/Makefile:1.23
--- pkgsrc/net/mate-user-share/Makefile:1.22    Mon Aug 17 20:19:48 2020
+++ pkgsrc/net/mate-user-share/Makefile Mon Aug 24 04:41:40 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2020/08/17 20:19:48 leot Exp $
+# $NetBSD: Makefile,v 1.23 2020/08/24 04:41:40 gutteridge Exp $
 
-PKGREVISION= 1
+PKGREVISION= 2
 .include "../../meta-pkgs/mate/Makefile.common"
 
 DISTNAME=      mate-user-share-${VERSION:R}.0

Index: pkgsrc/print/atril/Makefile
diff -u pkgsrc/print/atril/Makefile:1.60 pkgsrc/print/atril/Makefile:1.61
--- pkgsrc/print/atril/Makefile:1.60    Mon Aug 17 20:19:54 2020
+++ pkgsrc/print/atril/Makefile Mon Aug 24 04:41:40 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.60 2020/08/17 20:19:54 leot Exp $
+# $NetBSD: Makefile,v 1.61 2020/08/24 04:41:40 gutteridge Exp $
 
-PKGREVISION= 2
+PKGREVISION= 3
 .include "../../meta-pkgs/mate/Makefile.common"
 
 DISTNAME=      atril-${VERSION}

Index: pkgsrc/security/mate-polkit/Makefile
diff -u pkgsrc/security/mate-polkit/Makefile:1.22 pkgsrc/security/mate-polkit/Makefile:1.23
--- pkgsrc/security/mate-polkit/Makefile:1.22   Mon Aug 17 20:19:59 2020
+++ pkgsrc/security/mate-polkit/Makefile        Mon Aug 24 04:41:40 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2020/08/17 20:19:59 leot Exp $
+# $NetBSD: Makefile,v 1.23 2020/08/24 04:41:40 gutteridge Exp $
 
-PKGREVISION= 1
+PKGREVISION= 2
 .include "../../meta-pkgs/mate/Makefile.common"
 
 DISTNAME=      mate-polkit-${VERSION:R}.0

Index: pkgsrc/sysutils/caja/Makefile
diff -u pkgsrc/sysutils/caja/Makefile:1.28 pkgsrc/sysutils/caja/Makefile:1.29
--- pkgsrc/sysutils/caja/Makefile:1.28  Mon Aug 17 20:20:03 2020
+++ pkgsrc/sysutils/caja/Makefile       Mon Aug 24 04:41:40 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2020/08/17 20:20:03 leot Exp $
+# $NetBSD: Makefile,v 1.29 2020/08/24 04:41:40 gutteridge Exp $
 
-PKGREVISION= 2
+PKGREVISION= 3
 .include "../../meta-pkgs/mate/Makefile.common"
 
 DISTNAME=      caja-${VERSION}

Index: pkgsrc/sysutils/caja-dropbox/Makefile
diff -u pkgsrc/sysutils/caja-dropbox/Makefile:1.26 pkgsrc/sysutils/caja-dropbox/Makefile:1.27
--- pkgsrc/sysutils/caja-dropbox/Makefile:1.26  Mon Aug 17 20:20:03 2020
+++ pkgsrc/sysutils/caja-dropbox/Makefile       Mon Aug 24 04:41:41 2020
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.26 2020/08/17 20:20:03 leot Exp $
+# $NetBSD: Makefile,v 1.27 2020/08/24 04:41:41 gutteridge Exp $
 
 # Makefile.common already includes python .mk files, so need to set this here
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-PKGREVISION= 1
+PKGREVISION= 2
 .include "../../meta-pkgs/mate/Makefile.common"
 
 DISTNAME=      caja-dropbox-${VERSION}

Index: pkgsrc/sysutils/caja-extensions/Makefile
diff -u pkgsrc/sysutils/caja-extensions/Makefile:1.30 pkgsrc/sysutils/caja-extensions/Makefile:1.31
--- pkgsrc/sysutils/caja-extensions/Makefile:1.30       Mon Aug 17 20:20:03 2020
+++ pkgsrc/sysutils/caja-extensions/Makefile    Mon Aug 24 04:41:41 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2020/08/17 20:20:03 leot Exp $
+# $NetBSD: Makefile,v 1.31 2020/08/24 04:41:41 gutteridge Exp $
 
-PKGREVISION= 3
+PKGREVISION= 4
 .include "../../meta-pkgs/mate/Makefile.common"
 
 DISTNAME=      caja-extensions-${VERSION}

Index: pkgsrc/sysutils/mate-notification-daemon/Makefile
diff -u pkgsrc/sysutils/mate-notification-daemon/Makefile:1.20 pkgsrc/sysutils/mate-notification-daemon/Makefile:1.21
--- pkgsrc/sysutils/mate-notification-daemon/Makefile:1.20      Mon Aug 17 20:20:07 2020
+++ pkgsrc/sysutils/mate-notification-daemon/Makefile   Mon Aug 24 04:41:41 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2020/08/17 20:20:07 leot Exp $
+# $NetBSD: Makefile,v 1.21 2020/08/24 04:41:41 gutteridge Exp $
 
-PKGREVISION= 1
+PKGREVISION= 2
 .include "../../meta-pkgs/mate/Makefile.common"
 
 DISTNAME=      mate-notification-daemon-${VERSION:R}.0

Index: pkgsrc/sysutils/mate-power-manager/Makefile
diff -u pkgsrc/sysutils/mate-power-manager/Makefile:1.25 pkgsrc/sysutils/mate-power-manager/Makefile:1.26
--- pkgsrc/sysutils/mate-power-manager/Makefile:1.25    Mon Aug 17 20:20:07 2020
+++ pkgsrc/sysutils/mate-power-manager/Makefile Mon Aug 24 04:41:41 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2020/08/17 20:20:07 leot Exp $
+# $NetBSD: Makefile,v 1.26 2020/08/24 04:41:41 gutteridge Exp $
 
-PKGREVISION= 1
+PKGREVISION= 2
 .include "../../meta-pkgs/mate/Makefile.common"
 
 DISTNAME=      mate-power-manager-${VERSION:R}.1

Index: pkgsrc/sysutils/mate-sensors-applet/Makefile
diff -u pkgsrc/sysutils/mate-sensors-applet/Makefile:1.21 pkgsrc/sysutils/mate-sensors-applet/Makefile:1.22
--- pkgsrc/sysutils/mate-sensors-applet/Makefile:1.21   Mon Aug 17 20:20:07 2020
+++ pkgsrc/sysutils/mate-sensors-applet/Makefile        Mon Aug 24 04:41:41 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2020/08/17 20:20:07 leot Exp $
+# $NetBSD: Makefile,v 1.22 2020/08/24 04:41:41 gutteridge Exp $
 
-PKGREVISION= 1
+PKGREVISION= 2
 .include "../../meta-pkgs/mate/Makefile.common"
 
 DISTNAME=      mate-sensors-applet-${VERSION:R}.0

Index: pkgsrc/sysutils/mate-system-monitor/Makefile
diff -u pkgsrc/sysutils/mate-system-monitor/Makefile:1.22 pkgsrc/sysutils/mate-system-monitor/Makefile:1.23
--- pkgsrc/sysutils/mate-system-monitor/Makefile:1.22   Mon Aug 17 20:20:07 2020
+++ pkgsrc/sysutils/mate-system-monitor/Makefile        Mon Aug 24 04:41:41 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2020/08/17 20:20:07 leot Exp $
+# $NetBSD: Makefile,v 1.23 2020/08/24 04:41:41 gutteridge Exp $
 
-PKGREVISION= 5
+PKGREVISION= 6
 .include "../../meta-pkgs/mate/Makefile.common"
 
 DISTNAME=      mate-system-monitor-1.22.2

Index: pkgsrc/wm/marco/Makefile
diff -u pkgsrc/wm/marco/Makefile:1.25 pkgsrc/wm/marco/Makefile:1.26
--- pkgsrc/wm/marco/Makefile:1.25       Mon Aug 17 20:17:46 2020
+++ pkgsrc/wm/marco/Makefile    Mon Aug 24 04:41:41 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2020/08/17 20:17:46 leot Exp $
+# $NetBSD: Makefile,v 1.26 2020/08/24 04:41:41 gutteridge Exp $
 
-PKGREVISION= 1
+PKGREVISION= 2
 .include "../../meta-pkgs/mate/Makefile.common"
 
 DISTNAME=      marco-${VERSION:R}.1

Index: pkgsrc/wm/mate-netbook/Makefile
diff -u pkgsrc/wm/mate-netbook/Makefile:1.22 pkgsrc/wm/mate-netbook/Makefile:1.23
--- pkgsrc/wm/mate-netbook/Makefile:1.22        Mon Aug 17 20:20:17 2020
+++ pkgsrc/wm/mate-netbook/Makefile     Mon Aug 24 04:41:41 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2020/08/17 20:20:17 leot Exp $
+# $NetBSD: Makefile,v 1.23 2020/08/24 04:41:41 gutteridge Exp $
 
-PKGREVISION= 1
+PKGREVISION= 2
 .include "../../meta-pkgs/mate/Makefile.common"
 
 DISTNAME=      mate-netbook-${VERSION:R}.0

Index: pkgsrc/x11/libmatekbd/Makefile
diff -u pkgsrc/x11/libmatekbd/Makefile:1.21 pkgsrc/x11/libmatekbd/Makefile:1.22
--- pkgsrc/x11/libmatekbd/Makefile:1.21 Mon Aug 17 20:20:28 2020
+++ pkgsrc/x11/libmatekbd/Makefile      Mon Aug 24 04:41:41 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2020/08/17 20:20:28 leot Exp $
+# $NetBSD: Makefile,v 1.22 2020/08/24 04:41:41 gutteridge Exp $
 
-PKGREVISION= 2
+PKGREVISION= 3
 .include "../../meta-pkgs/mate/Makefile.common"
 
 DISTNAME=      libmatekbd-${VERSION:R}.0

Index: pkgsrc/x11/mate-applets/Makefile
diff -u pkgsrc/x11/mate-applets/Makefile:1.35 pkgsrc/x11/mate-applets/Makefile:1.36
--- pkgsrc/x11/mate-applets/Makefile:1.35       Mon Aug 17 20:20:31 2020
+++ pkgsrc/x11/mate-applets/Makefile    Mon Aug 24 04:41:42 2020
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.35 2020/08/17 20:20:31 leot Exp $
+# $NetBSD: Makefile,v 1.36 2020/08/24 04:41:42 gutteridge Exp $
 
 PYTHON_VERSIONS_ACCEPTED=      27
 
-PKGREVISION= 3
+PKGREVISION= 4
 .include "../../meta-pkgs/mate/Makefile.common"
 
 DISTNAME=      mate-applets-${VERSION}

Index: pkgsrc/x11/mate-control-center/Makefile
diff -u pkgsrc/x11/mate-control-center/Makefile:1.26 pkgsrc/x11/mate-control-center/Makefile:1.27
--- pkgsrc/x11/mate-control-center/Makefile:1.26        Mon Aug 17 20:17:55 2020
+++ pkgsrc/x11/mate-control-center/Makefile     Mon Aug 24 04:41:42 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2020/08/17 20:17:55 leot Exp $
+# $NetBSD: Makefile,v 1.27 2020/08/24 04:41:42 gutteridge Exp $
 
-PKGREVISION= 2
+PKGREVISION= 3
 .include "../../meta-pkgs/mate/Makefile.common"
 
 DISTNAME=      mate-control-center-${VERSION:R}.0

Index: pkgsrc/x11/mate-desktop/Makefile
diff -u pkgsrc/x11/mate-desktop/Makefile:1.28 pkgsrc/x11/mate-desktop/Makefile:1.29
--- pkgsrc/x11/mate-desktop/Makefile:1.28       Mon Aug 17 20:20:31 2020
+++ pkgsrc/x11/mate-desktop/Makefile    Mon Aug 24 04:41:42 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2020/08/17 20:20:31 leot Exp $
+# $NetBSD: Makefile,v 1.29 2020/08/24 04:41:42 gutteridge Exp $
 
-PKGREVISION= 1
+PKGREVISION= 2
 .include "../../meta-pkgs/mate/Makefile.common"
 
 DISTNAME=      mate-desktop-${VERSION:R}.0

Index: pkgsrc/x11/mate-indicator-applet/Makefile
diff -u pkgsrc/x11/mate-indicator-applet/Makefile:1.21 pkgsrc/x11/mate-indicator-applet/Makefile:1.22
--- pkgsrc/x11/mate-indicator-applet/Makefile:1.21      Mon Aug 17 20:20:31 2020
+++ pkgsrc/x11/mate-indicator-applet/Makefile   Mon Aug 24 04:41:42 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2020/08/17 20:20:31 leot Exp $
+# $NetBSD: Makefile,v 1.22 2020/08/24 04:41:42 gutteridge Exp $
 
-PKGREVISION= 1
+PKGREVISION= 2
 .include "../../meta-pkgs/mate/Makefile.common"
 
 DISTNAME=      mate-indicator-applet-${VERSION:R}.0

Index: pkgsrc/x11/mate-menus/Makefile
diff -u pkgsrc/x11/mate-menus/Makefile:1.18 pkgsrc/x11/mate-menus/Makefile:1.19
--- pkgsrc/x11/mate-menus/Makefile:1.18 Mon Aug 17 20:20:31 2020
+++ pkgsrc/x11/mate-menus/Makefile      Mon Aug 24 04:41:42 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2020/08/17 20:20:31 leot Exp $
+# $NetBSD: Makefile,v 1.19 2020/08/24 04:41:42 gutteridge Exp $
 
-PKGREVISION= 1
+PKGREVISION= 2
 .include "../../meta-pkgs/mate/Makefile.common"
 
 DISTNAME=      mate-menus-${VERSION:R}.0

Index: pkgsrc/x11/mate-panel/Makefile
diff -u pkgsrc/x11/mate-panel/Makefile:1.35 pkgsrc/x11/mate-panel/Makefile:1.36
--- pkgsrc/x11/mate-panel/Makefile:1.35 Mon Aug 17 20:20:31 2020
+++ pkgsrc/x11/mate-panel/Makefile      Mon Aug 24 04:41:42 2020
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.35 2020/08/17 20:20:31 leot Exp $
+# $NetBSD: Makefile,v 1.36 2020/08/24 04:41:42 gutteridge Exp $
 
 PYTHON_VERSIONS_ACCEPTED=      27
-PKGREVISION= 3
+PKGREVISION= 4
 .include "../../meta-pkgs/mate/Makefile.common"
 
 DISTNAME=      mate-panel-${VERSION:R}.0

Index: pkgsrc/x11/mate-screensaver/Makefile
diff -u pkgsrc/x11/mate-screensaver/Makefile:1.26 pkgsrc/x11/mate-screensaver/Makefile:1.27
--- pkgsrc/x11/mate-screensaver/Makefile:1.26   Mon Aug 17 20:20:31 2020
+++ pkgsrc/x11/mate-screensaver/Makefile        Mon Aug 24 04:41:42 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2020/08/17 20:20:31 leot Exp $
+# $NetBSD: Makefile,v 1.27 2020/08/24 04:41:42 gutteridge Exp $
 
-PKGREVISION= 2
+PKGREVISION= 3
 .include "../../meta-pkgs/mate/Makefile.common"
 
 DISTNAME=      mate-screensaver-${VERSION:R}.0

Index: pkgsrc/x11/mate-session-manager/Makefile
diff -u pkgsrc/x11/mate-session-manager/Makefile:1.25 pkgsrc/x11/mate-session-manager/Makefile:1.26
--- pkgsrc/x11/mate-session-manager/Makefile:1.25       Mon Aug 17 20:20:31 2020
+++ pkgsrc/x11/mate-session-manager/Makefile    Mon Aug 24 04:41:42 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2020/08/17 20:20:31 leot Exp $
+# $NetBSD: Makefile,v 1.26 2020/08/24 04:41:42 gutteridge Exp $
 
-PKGREVISION= 1
+PKGREVISION= 2
 .include "../../meta-pkgs/mate/Makefile.common"
 
 DISTNAME=      mate-session-manager-${VERSION:R}.0

Index: pkgsrc/x11/mate-settings-daemon/Makefile
diff -u pkgsrc/x11/mate-settings-daemon/Makefile:1.34 pkgsrc/x11/mate-settings-daemon/Makefile:1.35
--- pkgsrc/x11/mate-settings-daemon/Makefile:1.34       Tue Aug 18 17:58:18 2020
+++ pkgsrc/x11/mate-settings-daemon/Makefile    Mon Aug 24 04:41:42 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2020/08/18 17:58:18 leot Exp $
+# $NetBSD: Makefile,v 1.35 2020/08/24 04:41:42 gutteridge Exp $
 
-PKGREVISION= 3
+PKGREVISION= 4
 .include "../../meta-pkgs/mate/Makefile.common"
 
 DISTNAME=      mate-settings-daemon-${VERSION:R}.0

Index: pkgsrc/x11/mate-terminal/Makefile
diff -u pkgsrc/x11/mate-terminal/Makefile:1.24 pkgsrc/x11/mate-terminal/Makefile:1.25
--- pkgsrc/x11/mate-terminal/Makefile:1.24      Mon Aug 17 20:20:32 2020
+++ pkgsrc/x11/mate-terminal/Makefile   Mon Aug 24 04:41:43 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2020/08/17 20:20:32 leot Exp $
+# $NetBSD: Makefile,v 1.25 2020/08/24 04:41:43 gutteridge Exp $
 
-PKGREVISION= 2
+PKGREVISION= 3
 .include "../../meta-pkgs/mate/Makefile.common"
 
 DISTNAME=      mate-terminal-${VERSION:R}.0

Index: pkgsrc/x11/mozo/Makefile
diff -u pkgsrc/x11/mozo/Makefile:1.23 pkgsrc/x11/mozo/Makefile:1.24
--- pkgsrc/x11/mozo/Makefile:1.23       Mon Aug 17 20:20:32 2020
+++ pkgsrc/x11/mozo/Makefile    Mon Aug 24 04:41:43 2020
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2020/08/17 20:20:32 leot Exp $
+# $NetBSD: Makefile,v 1.24 2020/08/24 04:41:43 gutteridge Exp $
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
-PKGREVISION= 1
+PKGREVISION= 2
 .include "../../meta-pkgs/mate/Makefile.common"
 
 DISTNAME=      mozo-${VERSION:R}.0



Home | Main Index | Thread Index | Old Index