Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F214584FDF for ; Sat, 19 Aug 2023 23:27:54 +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 HtQhMXYoaGxV for ; Sat, 19 Aug 2023 23:27:54 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 666CC84FDE for ; Sat, 19 Aug 2023 23:27:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 58D7AFBDB; Sat, 19 Aug 2023 23:27:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1692487674297290" MIME-Version: 1.0 Date: Sat, 19 Aug 2023 23:27:54 +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: <20230819232754.58D7AFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1692487674297290 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Sat Aug 19 23:27:54 UTC 2023 Modified Files: pkgsrc/net/kget: Makefile PLIST Log Message: kget: add dependency on libktorrent To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67 pkgsrc/net/kget/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/kget/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1692487674297290 Content-Disposition: inline Content-Length: 1813 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.66 pkgsrc/net/kget/Makefile:1.67 --- pkgsrc/net/kget/Makefile:1.66 Wed Aug 16 09:37:35 2023 +++ pkgsrc/net/kget/Makefile Sat Aug 19 23:27:54 2023 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.66 2023/08/16 09:37:35 markd Exp $ +# $NetBSD: Makefile,v 1.67 2023/08/19 23:27:54 markd Exp $ DISTNAME= kget-${KAPPSVER} +PKGREVISION= 1 CATEGORIES= net HOMEPAGE= https://kde.org/applications/internet/kget/ @@ -23,6 +24,7 @@ REPLACE_PERL+= conf/kget_sensitive.pl co .include "../../devel/kcmutils/buildlink3.mk" .include "../../devel/knotifyconfig/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" +.include "../../net/libktorrent/buildlink3.mk" .include "../../net/libmms/buildlink3.mk" .include "../../security/qgpgme/buildlink3.mk" .include "../../security/qca2-qt5/buildlink3.mk" Index: pkgsrc/net/kget/PLIST diff -u pkgsrc/net/kget/PLIST:1.4 pkgsrc/net/kget/PLIST:1.5 --- pkgsrc/net/kget/PLIST:1.4 Wed Aug 16 09:37:35 2023 +++ pkgsrc/net/kget/PLIST Sat Aug 19 23:27:54 2023 @@ -1,14 +1,16 @@ -@comment $NetBSD: PLIST,v 1.4 2023/08/16 09:37:35 markd Exp $ +@comment $NetBSD: PLIST,v 1.5 2023/08/19 23:27:54 markd Exp $ bin/kget lib/libkgetcore.so lib/libkgetcore.so.5 lib/libkgetcore.so.5.0.0 +qt5/plugins/kget/kget_bittorrent.so qt5/plugins/kget/kget_checksumsearchfactory.so qt5/plugins/kget/kget_kio.so qt5/plugins/kget/kget_metalinkfactory.so qt5/plugins/kget/kget_mirrorsearchfactory.so qt5/plugins/kget/kget_mmsfactory.so qt5/plugins/kget/kget_multisegkiofactory.so +qt5/plugins/kget_kcms/kcm_kget_bittorrentfactory.so qt5/plugins/kget_kcms/kcm_kget_checksumsearchfactory.so qt5/plugins/kget_kcms/kcm_kget_metalinkfactory.so qt5/plugins/kget_kcms/kcm_kget_mirrorsearchfactory.so --_----------=_1692487674297290--