Received: by mail.netbsd.org (Postfix, from userid 605) id B3CB784D46; Sat, 6 Feb 2021 08:33:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id ED3A084D1C for ; Sat, 6 Feb 2021 08:33:37 +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 FI_KQJJq3yje for ; Sat, 6 Feb 2021 08:33:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4921D84CDA for ; Sat, 6 Feb 2021 08:33:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 434F6FA95; Sat, 6 Feb 2021 08:33:36 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1612600416281280" MIME-Version: 1.0 Date: Sat, 6 Feb 2021 08:33:36 +0000 From: "pin" Subject: CVS commit: pkgsrc/security/lxqt-openssh-askpass To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20210206083336.434F6FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1612600416281280 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Sat Feb 6 08:33:36 UTC 2021 Modified Files: pkgsrc/security/lxqt-openssh-askpass: Makefile Log Message: security/lxqt-openssh-askpass: remove unneeded dependency Remove dependency on openssh, unnecessary as pointed out by David Brownlee on a private email. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/security/lxqt-openssh-askpass/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1612600416281280 Content-Disposition: inline Content-Length: 829 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/lxqt-openssh-askpass/Makefile diff -u pkgsrc/security/lxqt-openssh-askpass/Makefile:1.9 pkgsrc/security/lxqt-openssh-askpass/Makefile:1.10 --- pkgsrc/security/lxqt-openssh-askpass/Makefile:1.9 Mon Dec 7 12:20:46 2020 +++ pkgsrc/security/lxqt-openssh-askpass/Makefile Sat Feb 6 08:33:36 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2020/12/07 12:20:46 pin Exp $ +# $NetBSD: Makefile,v 1.10 2021/02/06 08:33:36 pin Exp $ DISTNAME= lxqt-openssh-askpass-0.16.0 CATEGORIES= security @@ -23,7 +23,6 @@ pre-configure: TOOL_DEPENDS+= lxqt-build-tools>=0.8:../../devel/lxqt-build-tools TOOL_DEPENDS+= qt5-qttools-[0-9]*:../../x11/qt5-qttools -DEPENDS+= openssh-[0-9]*:../../security/openssh .include "../../x11/qt5-qtbase/buildlink3.mk" .include "../../x11/liblxqt/buildlink3.mk" --_----------=_1612600416281280--