Received: by mail.netbsd.org (Postfix, from userid 605) id 9646284EC6; Wed, 17 Jan 2024 08:19:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B073F84F2E for ; Wed, 17 Jan 2024 08:19:11 +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 u_OyYxptquJv for ; Wed, 17 Jan 2024 08:19:11 +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 F1FA284EC6 for ; Wed, 17 Jan 2024 08:19:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EA3BEFA42; Wed, 17 Jan 2024 08:19:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170547955045940" MIME-Version: 1.0 Date: Wed, 17 Jan 2024 08:19:10 +0000 From: "Niclas Rosenvik" Subject: CVS commit: pkgsrc/meta-pkgs/xfce4-extras To: pkgsrc-changes@NetBSD.org Reply-To: nros@netbsd.org X-Mailer: log_accum Message-Id: <20240117081910.EA3BEFA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_170547955045940 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nros Date: Wed Jan 17 08:19:10 UTC 2024 Modified Files: pkgsrc/meta-pkgs/xfce4-extras: Makefile Log Message: Add xfcd4-docklike-plugin to xfce4-extras To generate a diff of this commit: cvs rdiff -u -r1.113 -r1.114 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. --_----------=_170547955045940 Content-Disposition: inline Content-Length: 1161 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.113 pkgsrc/meta-pkgs/xfce4-extras/Makefile:1.114 --- pkgsrc/meta-pkgs/xfce4-extras/Makefile:1.113 Thu Dec 7 02:18:47 2023 +++ pkgsrc/meta-pkgs/xfce4-extras/Makefile Wed Jan 17 08:19:10 2024 @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.113 2023/12/07 02:18:47 gutteridge Exp $ +# $NetBSD: Makefile,v 1.114 2024/01/17 08:19:10 nros Exp $ META_PACKAGE= yes .include "../../meta-pkgs/xfce4/Makefile.common" DISTNAME= xfce4-extras-${XFCE4_VERSION} -PKGREVISION= 10 +PKGREVISION= 11 CATEGORIES= meta-pkgs COMMENT= Meta-package for extra optional items for the Xfce desktop environment @@ -41,6 +41,7 @@ DEPENDS+= xfce4-verve-plugin>=2.0.3:../. DEPENDS+= xfce4-weather-plugin>=0.11.1:../../misc/xfce4-weather-plugin DEPENDS+= xfce4-whiskermenu-plugin>=2.8.2:../../x11/xfce4-whiskermenu-plugin DEPENDS+= xfce4-xkb-plugin>=0.8.3:../../sysutils/xfce4-xkb-plugin +DEPENDS+= xfce4-docklike-plugin>=0.4.2:../../x11/xfce4-docklike-plugin # File Manager Plugins DEPENDS+= xfce4-thunar-archive-plugin>=0.5.2:../../archivers/xfce4-thunar-archive --_----------=_170547955045940--