Received: by mail.netbsd.org (Postfix, from userid 605) id 702E984D56; Mon, 16 Dec 2019 18:07:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EBC6284D41 for ; Mon, 16 Dec 2019 18:07:41 +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 myvEvPDUjT_v for ; Mon, 16 Dec 2019 18:07:41 +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 663B784C8B for ; Mon, 16 Dec 2019 18:07:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5A1ACFA97; Mon, 16 Dec 2019 18:07:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1576519661205350" MIME-Version: 1.0 Date: Mon, 16 Dec 2019 18:07:41 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/net To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20191216180741.5A1ACFA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1576519661205350 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Mon Dec 16 18:07:41 UTC 2019 Modified Files: pkgsrc/net: Makefile Removed Files: pkgsrc/net/bittorrent: DESCR Makefile Makefile.common PLIST distinfo pkgsrc/net/bittorrent-gui: DESCR Makefile PLIST pkgsrc/net/bittorrent/patches: patch-aa patch-ab patch-ac patch-ad patch-ae Log Message: net: Remove bittorrent According to the wekpideas this has been unmaintained and replaced with a closed source version more than a decade ago, ish. It turned into a fork of uTorrent, so qbittorrent is ~kind of a successor to this. To generate a diff of this commit: cvs rdiff -u -r1.1280 -r1.1281 pkgsrc/net/Makefile cvs rdiff -u -r1.2 -r0 pkgsrc/net/bittorrent/DESCR cvs rdiff -u -r1.56 -r0 pkgsrc/net/bittorrent/Makefile cvs rdiff -u -r1.21 -r0 pkgsrc/net/bittorrent/Makefile.common cvs rdiff -u -r1.17 -r0 pkgsrc/net/bittorrent/PLIST cvs rdiff -u -r1.23 -r0 pkgsrc/net/bittorrent/distinfo cvs rdiff -u -r1.1 -r0 pkgsrc/net/bittorrent-gui/DESCR cvs rdiff -u -r1.43 -r0 pkgsrc/net/bittorrent-gui/Makefile cvs rdiff -u -r1.7 -r0 pkgsrc/net/bittorrent-gui/PLIST cvs rdiff -u -r1.8 -r0 pkgsrc/net/bittorrent/patches/patch-aa cvs rdiff -u -r1.6 -r0 pkgsrc/net/bittorrent/patches/patch-ab \ pkgsrc/net/bittorrent/patches/patch-ac cvs rdiff -u -r1.5 -r0 pkgsrc/net/bittorrent/patches/patch-ad cvs rdiff -u -r1.3 -r0 pkgsrc/net/bittorrent/patches/patch-ae Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1576519661205350 Content-Disposition: inline Content-Length: 570 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/Makefile diff -u pkgsrc/net/Makefile:1.1280 pkgsrc/net/Makefile:1.1281 --- pkgsrc/net/Makefile:1.1280 Mon Dec 16 18:03:20 2019 +++ pkgsrc/net/Makefile Mon Dec 16 18:07:40 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1280 2019/12/16 18:03:20 nia Exp $ +# $NetBSD: Makefile,v 1.1281 2019/12/16 18:07:40 nia Exp $ # COMMENT= Networking tools @@ -47,8 +47,6 @@ SUBDIR+= bird SUBDIR+= bird6 SUBDIR+= bittornado SUBDIR+= bittornado-gui -SUBDIR+= bittorrent -SUBDIR+= bittorrent-gui SUBDIR+= bmon SUBDIR+= bounce SUBDIR+= bridged --_----------=_1576519661205350--