Received: by mail.netbsd.org (Postfix, from userid 605) id C2AEC84D25; Sat, 24 Apr 2021 03:17:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0663F84D25 for ; Sat, 24 Apr 2021 03:17:18 +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 YRixbplRnxgb for ; Sat, 24 Apr 2021 03:17:17 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5F27084D0F for ; Sat, 24 Apr 2021 03:17:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 58B23FA95; Sat, 24 Apr 2021 03:17:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1619234237295540" MIME-Version: 1.0 Date: Sat, 24 Apr 2021 03:17:17 +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: <20210424031717.58B23FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1619234237295540 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Sat Apr 24 03:17:17 UTC 2021 Modified Files: pkgsrc/meta-pkgs/xfce4-extras: Makefile Log Message: xfce4-extras: improve description To generate a diff of this commit: cvs rdiff -u -r1.85 -r1.86 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. --_----------=_1619234237295540 Content-Disposition: inline Content-Length: 758 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.85 pkgsrc/meta-pkgs/xfce4-extras/Makefile:1.86 --- pkgsrc/meta-pkgs/xfce4-extras/Makefile:1.85 Wed Sep 2 04:08:11 2020 +++ pkgsrc/meta-pkgs/xfce4-extras/Makefile Sat Apr 24 03:17:17 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.85 2020/09/02 04:08:11 gutteridge Exp $ +# $NetBSD: Makefile,v 1.86 2021/04/24 03:17:17 gutteridge Exp $ META_PACKAGE= yes @@ -7,7 +7,7 @@ META_PACKAGE= yes PKGREVISION= 6 DISTNAME= xfce4-extras-${XFCE4_VERSION} CATEGORIES= meta-pkgs -COMMENT= Xfce extras +COMMENT= Meta-package for extra optional items for the Xfce desktop environment # Applications DEPENDS+= ristretto-[0-9]*:../../graphics/ristretto --_----------=_1619234237295540--