From f1f541d717c4906888c88eccccb3826d703d6093 Mon Sep 17 00:00:00 2001 From: veego Date: Fri, 10 Mar 2006 20:46:28 +0000 Subject: Update to 0.3.15: This release fixes a few long-standing bugs, including one that prevented a torrent from being restarted if files had been selected for no longer downloading. The tracker isn't crashing sporadically any more. And some security has been added to super-seed to prevent CERTAIN CLIENTS (*thwaps BitComet*) from leeching important bandwidth. Neither encryption nor DHT (official or Azureus's version) has been added yet, nor has the UI been revamped. --- net/bittornado-gui/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'net/bittornado-gui') diff --git a/net/bittornado-gui/Makefile b/net/bittornado-gui/Makefile index dd060137d64..bd3ac85189e 100644 --- a/net/bittornado-gui/Makefile +++ b/net/bittornado-gui/Makefile @@ -1,16 +1,15 @@ -# $NetBSD: Makefile,v 1.11 2006/02/05 23:10:22 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2006/03/10 20:46:28 veego Exp $ # .include "../../net/bittornado/Makefile.common" PKGNAME= ${DISTNAME:S/Tornado/Tornado-gui/} -PKGREVISION= 2 COMMENT+= (wxGTK GUI) CONFLICTS= bittorrent-gui-[0-9]* -DEPENDS+= BitTornado>=0.3.14:../../net/bittornado +DEPENDS+= BitTornado>=0.3.15:../../net/bittornado NO_BUILD= yes -- cgit v1.2.3