Received: by mail.netbsd.org (Postfix, from userid 605) id D4CC484E77; Sat, 31 Dec 2022 12:16:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 11B6484E55 for ; Sat, 31 Dec 2022 12:16:45 +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 LjKIgeC5cOlJ for ; Sat, 31 Dec 2022 12:16:44 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6603484D00 for ; Sat, 31 Dec 2022 12:16:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5F758FA90; Sat, 31 Dec 2022 12:16:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1672489004210320" MIME-Version: 1.0 Date: Sat, 31 Dec 2022 12:16:44 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/meta-pkgs/xfce4 To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20221231121644.5F758FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1672489004210320 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Sat Dec 31 12:16:44 UTC 2022 Modified Files: pkgsrc/meta-pkgs/xfce4: Makefile.common Log Message: xfce4: remove a dependency comment To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.76 pkgsrc/meta-pkgs/xfce4/Makefile.common Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1672489004210320 Content-Disposition: inline Content-Length: 864 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/meta-pkgs/xfce4/Makefile.common diff -u pkgsrc/meta-pkgs/xfce4/Makefile.common:1.75 pkgsrc/meta-pkgs/xfce4/Makefile.common:1.76 --- pkgsrc/meta-pkgs/xfce4/Makefile.common:1.75 Fri Dec 30 17:36:10 2022 +++ pkgsrc/meta-pkgs/xfce4/Makefile.common Sat Dec 31 12:16:44 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.75 2022/12/30 17:36:10 bsiegert Exp $ +# $NetBSD: Makefile.common,v 1.76 2022/12/31 12:16:44 gutteridge Exp $ # # used by archivers/xfce4-thunar-archive/Makefile # used by devel/xfce4-conf/Makefile @@ -30,7 +30,6 @@ # used by sysutils/xfce4-verve-plugin/Makefile # used by sysutils/xfce4-xkb-plugin/Makefile # used by textproc/xfce4-dict/Makefile -# used by time/xfce4-datetime-plugin/Makefile # used by time/xfce4-timer-plugin/Makefile # used by wm/xfce4-wm-themes/Makefile # used by wm/xfce4-wm/Makefile --_----------=_1672489004210320--