Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7612785E56 for ; Sun, 20 Aug 2023 20:54:35 +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 ek9IosiZRR9L for ; Sun, 20 Aug 2023 20:54:35 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id CADCD8616D for ; Sun, 20 Aug 2023 20:54:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C32C1FBDB; Sun, 20 Aug 2023 20:54:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1692564874210910" MIME-Version: 1.0 Date: Sun, 20 Aug 2023 20:54:34 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/net/kget To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20230820205434.C32C1FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1692564874210910 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Sun Aug 20 20:54:34 UTC 2023 Modified Files: pkgsrc/net/kget: Makefile Log Message: kget: add dependency on kparts To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 pkgsrc/net/kget/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1692564874210910 Content-Disposition: inline Content-Length: 816 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/kget/Makefile diff -u pkgsrc/net/kget/Makefile:1.67 pkgsrc/net/kget/Makefile:1.68 --- pkgsrc/net/kget/Makefile:1.67 Sat Aug 19 23:27:54 2023 +++ pkgsrc/net/kget/Makefile Sun Aug 20 20:54:34 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.67 2023/08/19 23:27:54 markd Exp $ +# $NetBSD: Makefile,v 1.68 2023/08/20 20:54:34 markd Exp $ DISTNAME= kget-${KAPPSVER} PKGREVISION= 1 @@ -23,6 +23,7 @@ REPLACE_PERL+= conf/kget_sensitive.pl co .include "../../devel/boost-libs/buildlink3.mk" .include "../../devel/kcmutils/buildlink3.mk" .include "../../devel/knotifyconfig/buildlink3.mk" +.include "../../devel/kparts/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../net/libktorrent/buildlink3.mk" .include "../../net/libmms/buildlink3.mk" --_----------=_1692564874210910--