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:           Fri Aug  6 02:12:10 UTC 2021

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

Log Message:
mate: bump to general release version 1.24.1


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/meta-pkgs/mate/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/meta-pkgs/mate/Makefile.common

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.34 pkgsrc/meta-pkgs/mate/Makefile:1.35
--- pkgsrc/meta-pkgs/mate/Makefile:1.34 Mon Aug 24 04:41:40 2020
+++ pkgsrc/meta-pkgs/mate/Makefile      Fri Aug  6 02:12:09 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2020/08/24 04:41:40 gutteridge Exp $
+# $NetBSD: Makefile,v 1.35 2021/08/06 02:12:09 gutteridge Exp $
 
 PKGNAME=       mate-${VERSION}
-PKGREVISION=   2
 CATEGORIES=    meta-pkgs
 
 COMMENT=       Meta-package for MATE desktop environment
@@ -12,12 +11,12 @@ META_PACKAGE=       yes
 
 DEPENDS+=      atril>=${VERSION}:../../print/atril
 DEPENDS+=      caja>=${VERSION}:../../sysutils/caja
-DEPENDS+=      caja-dropbox>=${VERSION}:../../sysutils/caja-dropbox
+DEPENDS+=      caja-dropbox>=${VERSION:R}.0:../../sysutils/caja-dropbox
 DEPENDS+=      caja-extensions>=${VERSION}:../../sysutils/caja-extensions
 DEPENDS+=      engrampa>=${VERSION}:../../archivers/engrampa
 DEPENDS+=      eom>=${VERSION}:../../graphics/eom
 DEPENDS+=      libmatekbd>=${VERSION}:../../x11/libmatekbd
-DEPENDS+=      libmatemixer>=${VERSION}:../../audio/libmatemixer
+DEPENDS+=      libmatemixer>=${VERSION:R}.0:../../audio/libmatemixer
 DEPENDS+=      libmateweather>=${VERSION}:../../misc/libmateweather
 DEPENDS+=      marco>=${VERSION}:../../wm/marco
 DEPENDS+=      mate-applets>=${VERSION}:../../x11/mate-applets
@@ -26,15 +25,15 @@ DEPENDS+=   mate-calc>=${VERSION}:../../mi
 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>=${VERSION:R}.0:../../graphics/mate-icon-theme
 DEPENDS+=      mate-icon-theme-faenza>=1.20.0:../../graphics/mate-icon-theme-faenza
-DEPENDS+=      mate-indicator-applet>=${VERSION}:../../x11/mate-indicator-applet
+DEPENDS+=      mate-indicator-applet>=${VERSION:R}.0:../../x11/mate-indicator-applet
 DEPENDS+=      mate-media>=${VERSION}:../../multimedia/mate-media
 DEPENDS+=      mate-menus>=${VERSION}:../../x11/mate-menus
-DEPENDS+=      mate-netbook>=${VERSION}:../../wm/mate-netbook
+DEPENDS+=      mate-netbook>=${VERSION:R}.0:../../wm/mate-netbook
 DEPENDS+=      mate-notification-daemon>=${VERSION}:../../sysutils/mate-notification-daemon
 DEPENDS+=      mate-panel>=${VERSION}:../../x11/mate-panel
-DEPENDS+=      mate-polkit>=${VERSION}:../../security/mate-polkit
+DEPENDS+=      mate-polkit>=${VERSION:R}.0:../../security/mate-polkit
 DEPENDS+=      mate-power-manager>=${VERSION}:../../sysutils/mate-power-manager
 DEPENDS+=      mate-screensaver>=${VERSION}:../../x11/mate-screensaver
 DEPENDS+=      mate-sensors-applet>=${VERSION}:../../sysutils/mate-sensors-applet
@@ -42,9 +41,9 @@ DEPENDS+=     mate-session-manager>=${VERSIO
 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-themes>=3.22.22:../../graphics/mate-themes
 #DEPENDS+=     mate-user-share>=${VERSION}:../../net/mate-user-share
-DEPENDS+=      mate-utils>=${VERSION}:../../misc/mate-utils
+DEPENDS+=      mate-utils>=${VERSION:R}.0:../../misc/mate-utils
 DEPENDS+=      mozo>=${VERSION}:../../x11/mozo
 DEPENDS+=      pluma>=${VERSION}:../../editors/pluma
 

Index: pkgsrc/meta-pkgs/mate/Makefile.common
diff -u pkgsrc/meta-pkgs/mate/Makefile.common:1.12 pkgsrc/meta-pkgs/mate/Makefile.common:1.13
--- pkgsrc/meta-pkgs/mate/Makefile.common:1.12  Sun May  2 10:24:50 2021
+++ pkgsrc/meta-pkgs/mate/Makefile.common       Fri Aug  6 02:12:09 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.12 2021/05/02 10:24:50 nia Exp $
+# $NetBSD: Makefile.common,v 1.13 2021/08/06 02:12:09 gutteridge Exp $
 # used by meta-pkgs/mate/Makefile
 # used by print/atril/Makefile
 # used by sysutils/caja/Makefile
@@ -38,7 +38,7 @@
 # used by x11/mozo/Makefile
 # used by editors/pluma/Makefile
 
-VERSION=       1.24.0
+VERSION=       1.24.1
 MASTER_SITES+= http://pub.mate-desktop.org/releases/${VERSION:R}/
 EXTRACT_SUFX=  .tar.xz
 
@@ -54,6 +54,5 @@ LICENSE=      gnu-gpl-v3
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-libxml2-[0-9]*:../../textproc/py-libxml2
 
-
 .include "../../lang/python/pyversion.mk"
 .include "../../x11/gtk3/buildlink3.mk"



Home | Main Index | Thread Index | Old Index