Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 784B784F01 for ; Tue, 6 Jun 2023 01:26: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 sOfGj-8gzMcN for ; Tue, 6 Jun 2023 01:26:47 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C1FB884C13 for ; Tue, 6 Jun 2023 01:26:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BEE4CFA89; Tue, 6 Jun 2023 01:26:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1686014806116430" MIME-Version: 1.0 Date: Tue, 6 Jun 2023 01:26:46 +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: <20230606012646.BEE4CFA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1686014806116430 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Tue Jun 6 01:26:46 UTC 2023 Modified Files: pkgsrc/meta-pkgs/xfce4: Makefile Log Message: xfce4: reflect latest versions after updates To generate a diff of this commit: cvs rdiff -u -r1.120 -r1.121 pkgsrc/meta-pkgs/xfce4/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1686014806116430 Content-Disposition: inline Content-Length: 1456 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.120 pkgsrc/meta-pkgs/xfce4/Makefile:1.121 --- pkgsrc/meta-pkgs/xfce4/Makefile:1.120 Wed May 3 23:26:38 2023 +++ pkgsrc/meta-pkgs/xfce4/Makefile Tue Jun 6 01:26:46 2023 @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.120 2023/05/03 23:26:38 gutteridge Exp $ +# $NetBSD: Makefile,v 1.121 2023/06/06 01:26:46 gutteridge Exp $ META_PACKAGE= yes .include "Makefile.common" DISTNAME= xfce4-${XFCE4_VERSION} -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= meta-pkgs COMMENT= Meta-package for the Xfce desktop environment @@ -13,10 +13,10 @@ DEPENDS+= xfce4-tumbler>=4.18.1:../../x1 DEPENDS+= xfce4-appfinder>=4.18.0:../../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.3:../../x11/xfce4-panel -DEPENDS+= xfce4-power-manager>=4.18.1:../../sysutils/xfce4-power-manager +DEPENDS+= xfce4-panel>=4.18.4:../../x11/xfce4-panel +DEPENDS+= xfce4-power-manager>=4.18.2:../../sysutils/xfce4-power-manager DEPENDS+= xfce4-settings>=4.18.2:../../x11/xfce4-settings -DEPENDS+= xfce4-session>=4.18.2:../../x11/xfce4-session +DEPENDS+= xfce4-session>=4.18.3:../../x11/xfce4-session DEPENDS+= xfce4-terminal>=1.0.4:../../x11/xfce4-terminal DEPENDS+= xfce4-thunar>=4.18.6:../../sysutils/xfce4-thunar DEPENDS+= xfce4-wm>=4.18.0:../../wm/xfce4-wm --_----------=_1686014806116430--