Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 923B48507E for ; Mon, 16 Oct 2023 23:15:04 +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 kepnKeqlss1b for ; Mon, 16 Oct 2023 23:15:04 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id E13D284E73 for ; Mon, 16 Oct 2023 23:15:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D507BFADC; Mon, 16 Oct 2023 23:15:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1697498103181560" MIME-Version: 1.0 Date: Mon, 16 Oct 2023 23:15:03 +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: <20231016231503.D507BFADC@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1697498103181560 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Mon Oct 16 23:15:03 UTC 2023 Modified Files: pkgsrc/meta-pkgs/xfce4: Makefile Log Message: xfce4: bump for xfce4-terminal 1.1.1 To generate a diff of this commit: cvs rdiff -u -r1.125 -r1.126 pkgsrc/meta-pkgs/xfce4/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1697498103181560 Content-Disposition: inline Content-Length: 1134 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.125 pkgsrc/meta-pkgs/xfce4/Makefile:1.126 --- pkgsrc/meta-pkgs/xfce4/Makefile:1.125 Mon Sep 4 23:00:32 2023 +++ pkgsrc/meta-pkgs/xfce4/Makefile Mon Oct 16 23:15:03 2023 @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.125 2023/09/04 23:00:32 gutteridge Exp $ +# $NetBSD: Makefile,v 1.126 2023/10/16 23:15:03 gutteridge Exp $ META_PACKAGE= yes .include "Makefile.common" DISTNAME= xfce4-${XFCE4_VERSION} +PKGREVISION= 1 CATEGORIES= meta-pkgs COMMENT= Meta-package for the Xfce desktop environment @@ -16,7 +17,7 @@ DEPENDS+= xfce4-panel>=4.18.4:../../x11/ 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.0:../../x11/xfce4-terminal +DEPENDS+= xfce4-terminal>=1.1.1:../../x11/xfce4-terminal DEPENDS+= xfce4-thunar>=4.18.7:../../sysutils/xfce4-thunar DEPENDS+= xfce4-wm>=4.18.0:../../wm/xfce4-wm DEPENDS+= xfce4-wm-themes>=4.10.0:../../wm/xfce4-wm-themes --_----------=_1697498103181560--