Received: by mail.netbsd.org (Postfix, from userid 605) id 0B64184D8D; Sat, 31 Dec 2022 11:21:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3831A84D8D for ; Sat, 31 Dec 2022 11:21:05 +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 Z66njAn4HSQU for ; Sat, 31 Dec 2022 11:21: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 7953784D00 for ; Sat, 31 Dec 2022 11:21:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 68937FA90; Sat, 31 Dec 2022 11:21:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_167248566452570" MIME-Version: 1.0 Date: Sat, 31 Dec 2022 11:21:04 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/meta-pkgs/xfce4-extras To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20221231112104.68937FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_167248566452570 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Sat Dec 31 11:21:04 UTC 2022 Modified Files: pkgsrc/meta-pkgs/xfce4-extras: Makefile Log Message: xfce4-extras: xfce4-datetime-plugin is no more Its functionality was merged into the "clock" plugin of xfce4-panel. (This package should have had its PKGREVISION dropped when the update to 4.18 was made, but it's probably too late now.) To generate a diff of this commit: cvs rdiff -u -r1.93 -r1.94 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. --_----------=_167248566452570 Content-Disposition: inline Content-Length: 1143 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.93 pkgsrc/meta-pkgs/xfce4-extras/Makefile:1.94 --- pkgsrc/meta-pkgs/xfce4-extras/Makefile:1.93 Thu Nov 17 01:54:41 2022 +++ pkgsrc/meta-pkgs/xfce4-extras/Makefile Sat Dec 31 11:21:04 2022 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.93 2022/11/17 01:54:41 gutteridge Exp $ +# $NetBSD: Makefile,v 1.94 2022/12/31 11:21:04 gutteridge Exp $ META_PACKAGE= yes -PKGREVISION= 4 +PKGREVISION= 5 .include "../../meta-pkgs/xfce4/Makefile.common" DISTNAME= xfce4-extras-${XFCE4_VERSION} @@ -21,7 +21,6 @@ DEPENDS+= xfce4-wavelan-plugin>=0.6.3:.. DEPENDS+= xfce4-battery-plugin>=1.1.3:../../sysutils/xfce4-battery-plugin DEPENDS+= xfce4-calculator-plugin>=0.7.0:../../misc/xfce4-calculator-plugin DEPENDS+= xfce4-clipman-plugin>=1.6.2:../../x11/xfce4-clipman-plugin -DEPENDS+= xfce4-datetime-plugin>=0.8.2:../../time/xfce4-datetime-plugin DEPENDS+= xfce4-dict>=0.8.2:../../textproc/xfce4-dict DEPENDS+= xfce4-eyes-plugin>=4.6.0:../../x11/xfce4-eyes-plugin DEPENDS+= xfce4-fsguard-plugin>=1.1.2:../../sysutils/xfce4-fsguard-plugin --_----------=_167248566452570--