pkgsrc-Changes archive

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

CVS commit: pkgsrc/meta-pkgs/mate



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Mon Apr  6 01:26:10 UTC 2020

Modified Files:
        pkgsrc/meta-pkgs/mate: Makefile

Log Message:
mate: fix $VERSION entries for some dependencies


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/meta-pkgs/mate/Makefile

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

Modified files:

Index: pkgsrc/meta-pkgs/mate/Makefile
diff -u pkgsrc/meta-pkgs/mate/Makefile:1.31 pkgsrc/meta-pkgs/mate/Makefile:1.32
--- pkgsrc/meta-pkgs/mate/Makefile:1.31 Sun Apr  5 17:48:18 2020
+++ pkgsrc/meta-pkgs/mate/Makefile      Mon Apr  6 01:26:10 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2020/04/05 17:48:18 gutteridge Exp $
+# $NetBSD: Makefile,v 1.32 2020/04/06 01:26:10 gutteridge Exp $
 
 PKGNAME=       mate-${VERSION}
 CATEGORIES=    meta-pkgs
@@ -11,38 +11,38 @@ META_PACKAGE=       yes
 
 DEPENDS+=      atril>=${VERSION}:../../print/atril
 DEPENDS+=      caja>=${VERSION}:../../sysutils/caja
-DEPENDS+=      caja-dropbox>=${VERSION:R}.1:../../sysutils/caja-dropbox
-DEPENDS+=      caja-extensions>=${VERSION:R}.1:../../sysutils/caja-extensions
+DEPENDS+=      caja-dropbox>=${VERSION}:../../sysutils/caja-dropbox
+DEPENDS+=      caja-extensions>=${VERSION}:../../sysutils/caja-extensions
 DEPENDS+=      engrampa>=${VERSION}:../../archivers/engrampa
 DEPENDS+=      eom>=${VERSION}:../../graphics/eom
-DEPENDS+=      libmatekbd>=${VERSION:R}.0:../../x11/libmatekbd
-DEPENDS+=      libmatemixer>=${VERSION:R}.0:../../audio/libmatemixer
-DEPENDS+=      libmateweather>=${VERSION:R}.1:../../misc/libmateweather
+DEPENDS+=      libmatekbd>=${VERSION}:../../x11/libmatekbd
+DEPENDS+=      libmatemixer>=${VERSION}:../../audio/libmatemixer
+DEPENDS+=      libmateweather>=${VERSION}:../../misc/libmateweather
 DEPENDS+=      marco>=${VERSION}:../../wm/marco
 DEPENDS+=      mate-applets>=${VERSION}:../../x11/mate-applets
-DEPENDS+=      mate-backgrounds>=${VERSION:R}.0:../../graphics/mate-backgrounds
+DEPENDS+=      mate-backgrounds>=${VERSION}:../../graphics/mate-backgrounds
 DEPENDS+=      mate-calc>=${VERSION}:../../misc/mate-calc
 DEPENDS+=      mate-common>=${VERSION}:../../devel/mate-common
 DEPENDS+=      mate-control-center>=${VERSION}:../../x11/mate-control-center
 DEPENDS+=      mate-desktop>=${VERSION}:../../x11/mate-desktop
 DEPENDS+=      mate-icon-theme>=${VERSION}:../../graphics/mate-icon-theme
 DEPENDS+=      mate-icon-theme-faenza>=1.20.0:../../graphics/mate-icon-theme-faenza
-DEPENDS+=      mate-indicator-applet>=${VERSION:R}.1:../../x11/mate-indicator-applet
+DEPENDS+=      mate-indicator-applet>=${VERSION}:../../x11/mate-indicator-applet
 DEPENDS+=      mate-media>=${VERSION}:../../multimedia/mate-media
-DEPENDS+=      mate-menus>=${VERSION:R}.1:../../x11/mate-menus
+DEPENDS+=      mate-menus>=${VERSION}:../../x11/mate-menus
 DEPENDS+=      mate-netbook>=${VERSION}:../../wm/mate-netbook
-DEPENDS+=      mate-notification-daemon>=${VERSION:R}.1:../../sysutils/mate-notification-daemon
+DEPENDS+=      mate-notification-daemon>=${VERSION}:../../sysutils/mate-notification-daemon
 DEPENDS+=      mate-panel>=${VERSION}:../../x11/mate-panel
-DEPENDS+=      mate-polkit>=${VERSION:R}.0:../../security/mate-polkit
+DEPENDS+=      mate-polkit>=${VERSION}:../../security/mate-polkit
 DEPENDS+=      mate-power-manager>=${VERSION}:../../sysutils/mate-power-manager
 DEPENDS+=      mate-screensaver>=${VERSION}:../../x11/mate-screensaver
-DEPENDS+=      mate-sensors-applet>=${VERSION:R}.1:../../sysutils/mate-sensors-applet
+DEPENDS+=      mate-sensors-applet>=${VERSION}:../../sysutils/mate-sensors-applet
 DEPENDS+=      mate-session-manager>=${VERSION}:../../x11/mate-session-manager
-DEPENDS+=      mate-settings-daemon>=${VERSION:R}.1:../../x11/mate-settings-daemon
-#DEPENDS+=     mate-system-monitor>=${VERSION}:../../sysutils/mate-system-monitor
-DEPENDS+=      mate-terminal>=${VERSION:R}.1:../../x11/mate-terminal
+DEPENDS+=      mate-settings-daemon>=${VERSION}:../../x11/mate-settings-daemon
+#DEPENDS+=     mate-system-monitor>=1.22.2:../../sysutils/mate-system-monitor
+DEPENDS+=      mate-terminal>=${VERSION}:../../x11/mate-terminal
 DEPENDS+=      mate-themes>=3.22.21:../../graphics/mate-themes
-#DEPENDS+=     mate-user-share>=${VERSION:R}.1:../../net/mate-user-share
+#DEPENDS+=     mate-user-share>=${VERSION}:../../net/mate-user-share
 DEPENDS+=      mate-utils>=${VERSION}:../../misc/mate-utils
 DEPENDS+=      mozo>=${VERSION}:../../x11/mozo
 DEPENDS+=      pluma>=${VERSION}:../../editors/pluma



Home | Main Index | Thread Index | Old Index