Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id BED061A921F for ; Tue, 8 Mar 2022 01:45:42 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 7093F84FE1; Tue, 8 Mar 2022 01:45:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8697484FE0 for ; Tue, 8 Mar 2022 01:42:13 +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 JRFGj_lmO1Ut for ; Tue, 8 Mar 2022 01:42:13 +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 B36EF84ED1 for ; Tue, 8 Mar 2022 01:42:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A618EFB24; Tue, 8 Mar 2022 01:42:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1646703732244420" MIME-Version: 1.0 Date: Tue, 8 Mar 2022 01:42:12 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/x11/xfce4-screenshooter To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20220308014212.A618EFB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1646703732244420 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Tue Mar 8 01:42:12 UTC 2022 Modified Files: pkgsrc/x11/xfce4-screenshooter: Makefile Log Message: xfce4-screenshooter: address issues noted by pkglint To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 pkgsrc/x11/xfce4-screenshooter/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1646703732244420 Content-Disposition: inline Content-Length: 1007 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/xfce4-screenshooter/Makefile diff -u pkgsrc/x11/xfce4-screenshooter/Makefile:1.47 pkgsrc/x11/xfce4-screenshooter/Makefile:1.48 --- pkgsrc/x11/xfce4-screenshooter/Makefile:1.47 Tue Mar 8 01:39:06 2022 +++ pkgsrc/x11/xfce4-screenshooter/Makefile Tue Mar 8 01:42:12 2022 @@ -1,18 +1,15 @@ -# $NetBSD: Makefile,v 1.47 2022/03/08 01:39:06 gutteridge Exp $ +# $NetBSD: Makefile,v 1.48 2022/03/08 01:42:12 gutteridge Exp $ .include "../../meta-pkgs/xfce4/Makefile.common" VERSION= 1.9.10 DISTNAME= xfce4-screenshooter-${VERSION} -CATEGORIES= misc +CATEGORIES= x11 MASTER_SITES= https://archive.xfce.org/src/apps/xfce4-screenshooter/${VERSION:R}/ HOMEPAGE= https://archive.xfce.org/src/apps/xfce4-screenshooter/${VERSION:R}/ COMMENT= Xfce screenshoot application -GNU_CONFIGURE= yes -USE_LIBTOOL= yes - BUILDLINK_API_DEPENDS.xfce4-panel+= xfce4-panel>=4.14.0 .include "../../x11/xfce4-panel/buildlink3.mk" BUILDLINK_API_DEPENDS.libxfce4ui+= libxfce4ui>=4.14.0 --_----------=_1646703732244420--