Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B9D9A84F8A for ; Thu, 7 Dec 2023 02:18:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id NGMCco8_OFLk for ; Thu, 7 Dec 2023 02:18:47 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 36E3D84EF5 for ; Thu, 7 Dec 2023 02:18:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 306CDFA42; Thu, 7 Dec 2023 02:18:47 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1701915527160320" MIME-Version: 1.0 Date: Thu, 7 Dec 2023 02:18:47 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/meta-pkgs/xfce4-extras To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20231207021847.306CDFA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1701915527160320 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Thu Dec 7 02:18:47 UTC 2023 Modified Files: pkgsrc/meta-pkgs/xfce4-extras: Makefile Log Message: xfce4-extras: bump for a couple of plugins To generate a diff of this commit: cvs rdiff -u -r1.112 -r1.113 pkgsrc/meta-pkgs/xfce4-extras/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1701915527160320 Content-Disposition: inline Content-Length: 1838 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/meta-pkgs/xfce4-extras/Makefile diff -u pkgsrc/meta-pkgs/xfce4-extras/Makefile:1.112 pkgsrc/meta-pkgs/xfce4-extras/Makefile:1.113 --- pkgsrc/meta-pkgs/xfce4-extras/Makefile:1.112 Sun Nov 26 02:08:02 2023 +++ pkgsrc/meta-pkgs/xfce4-extras/Makefile Thu Dec 7 02:18:47 2023 @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.112 2023/11/26 02:08:02 gutteridge Exp $ +# $NetBSD: Makefile,v 1.113 2023/12/07 02:18:47 gutteridge Exp $ META_PACKAGE= yes .include "../../meta-pkgs/xfce4/Makefile.common" DISTNAME= xfce4-extras-${XFCE4_VERSION} -PKGREVISION= 9 +PKGREVISION= 10 CATEGORIES= meta-pkgs COMMENT= Meta-package for extra optional items for the Xfce desktop environment @@ -16,7 +16,7 @@ DEPENDS+= xfce4-taskmanager>=1.5.6:../.. # Panel Plugins DEPENDS+= xfce4-diskperf-plugin>=2.7.0:../../sysutils/xfce4-diskperf-plugin DEPENDS+= xfce4-systemload-plugin>=1.3.2:../../sysutils/xfce4-systemload-plugin -DEPENDS+= xfce4-cpugraph-plugin>=1.2.7:../../sysutils/xfce4-cpugraph-plugin +DEPENDS+= xfce4-cpugraph-plugin>=1.2.10:../../sysutils/xfce4-cpugraph-plugin DEPENDS+= xfce4-wavelan-plugin>=0.6.3:../../net/xfce4-wavelan-plugin DEPENDS+= xfce4-battery-plugin>=1.1.5:../../sysutils/xfce4-battery-plugin DEPENDS+= xfce4-calculator-plugin>=0.7.0:../../misc/xfce4-calculator-plugin @@ -39,7 +39,7 @@ DEPENDS+= xfce4-time-out-plugin>=1.1.3:. DEPENDS+= xfce4-timer-plugin>=1.7.2:../../time/xfce4-timer-plugin DEPENDS+= xfce4-verve-plugin>=2.0.3:../../sysutils/xfce4-verve-plugin DEPENDS+= xfce4-weather-plugin>=0.11.1:../../misc/xfce4-weather-plugin -DEPENDS+= xfce4-whiskermenu-plugin>=2.8.1:../../x11/xfce4-whiskermenu-plugin +DEPENDS+= xfce4-whiskermenu-plugin>=2.8.2:../../x11/xfce4-whiskermenu-plugin DEPENDS+= xfce4-xkb-plugin>=0.8.3:../../sysutils/xfce4-xkb-plugin # File Manager Plugins --_----------=_1701915527160320--