Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 78ACE63BA8C for ; Fri, 22 Jul 2011 11:30:46 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id EFB6614A254; Fri, 22 Jul 2011 11:30:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 374F314A24F for ; Fri, 22 Jul 2011 11:30:43 +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 yobvBNMieG3a for ; Fri, 22 Jul 2011 11:30:42 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id B00E714A234 for ; Fri, 22 Jul 2011 11:30:42 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 98CAF175DD; Fri, 22 Jul 2011 11:30:42 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Fri, 22 Jul 2011 11:30:42 +0000 From: "Hauke Fath" Subject: CVS commit: pkgsrc/net/btpd To: pkgsrc-changes@NetBSD.org Reply-To: hauke@netbsd.org X-Mailer: log_accum Message-Id: <20110722113042.98CAF175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: hauke Date: Fri Jul 22 11:30:42 UTC 2011 Modified Files: pkgsrc/net/btpd: Makefile PLIST distinfo Removed Files: pkgsrc/net/btpd/patches: patch-aa Log Message: Update to btpd 0.16 Lose the only patch, since upstream fixed the "test ==" bashisms. Use curl to fetch distfile from https site >From the CHANGES file: btpd 0.16: ---------- Misc: - Added "start all" (start -a) command. - Allow adding multiple torrents at once. - Custom list formatting options. - Man pages for btpd, btcli, and btinfo. Bug fixes: - Handle .torrent files larger than 2MB. - http parsing and addrinfo freeing fixes. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 pkgsrc/net/btpd/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/btpd/PLIST pkgsrc/net/btpd/distinfo cvs rdiff -u -r1.1 -r0 pkgsrc/net/btpd/patches/patch-aa Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.