Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0D8AB84CFA for ; Sun, 26 Nov 2023 01:37:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id oX_lAPu1_Hxx for ; Sun, 26 Nov 2023 01:37:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 84D1F84CDC for ; Sun, 26 Nov 2023 01:37:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7E749FA3F; Sun, 26 Nov 2023 01:37:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1700962626267470" MIME-Version: 1.0 Date: Sun, 26 Nov 2023 01:37:06 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/meta-pkgs/xfce4 To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20231126013706.7E749FA3F@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1700962626267470 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Sun Nov 26 01:37:06 UTC 2023 Modified Files: pkgsrc/meta-pkgs/xfce4: Makefile Log Message: xfce4: reflect xfce4-panel and xfce4-thunar updates To generate a diff of this commit: cvs rdiff -u -r1.130 -r1.131 pkgsrc/meta-pkgs/xfce4/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1700962626267470 Content-Disposition: inline Content-Length: 1524 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/meta-pkgs/xfce4/Makefile diff -u pkgsrc/meta-pkgs/xfce4/Makefile:1.130 pkgsrc/meta-pkgs/xfce4/Makefile:1.131 --- pkgsrc/meta-pkgs/xfce4/Makefile:1.130 Tue Nov 14 14:02:28 2023 +++ pkgsrc/meta-pkgs/xfce4/Makefile Sun Nov 26 01:37:06 2023 @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.130 2023/11/14 14:02:28 wiz Exp $ +# $NetBSD: Makefile,v 1.131 2023/11/26 01:37:06 gutteridge Exp $ META_PACKAGE= yes .include "Makefile.common" DISTNAME= xfce4-${XFCE4_VERSION} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= meta-pkgs COMMENT= Meta-package for the Xfce desktop environment @@ -13,12 +13,12 @@ DEPENDS+= xfce4-tumbler>=4.18.1:../../x1 DEPENDS+= xfce4-appfinder>=4.18.1:../../sysutils/xfce4-appfinder DEPENDS+= xfce4-desktop>=4.18.1:../../x11/xfce4-desktop DEPENDS+= xfce4-mousepad>=0.6.0:../../editors/xfce4-mousepad -DEPENDS+= xfce4-panel>=4.18.4:../../x11/xfce4-panel +DEPENDS+= xfce4-panel>=4.18.5:../../x11/xfce4-panel DEPENDS+= xfce4-power-manager>=4.18.2:../../sysutils/xfce4-power-manager DEPENDS+= xfce4-settings>=4.18.3:../../x11/xfce4-settings DEPENDS+= xfce4-session>=4.18.3:../../x11/xfce4-session DEPENDS+= xfce4-terminal>=1.1.1:../../x11/xfce4-terminal -DEPENDS+= xfce4-thunar>=4.18.7:../../sysutils/xfce4-thunar +DEPENDS+= xfce4-thunar>=4.18.8:../../sysutils/xfce4-thunar DEPENDS+= xfce4-wm>=4.18.0:../../wm/xfce4-wm DEPENDS+= xfce4-wm-themes>=4.10.0:../../wm/xfce4-wm-themes DEPENDS+= elementary-xfce-icon-theme>=0.17:../../graphics/elementary-xfce-icon-theme --_----------=_1700962626267470--