diff options
author | veego <veego@pkgsrc.org> | 2006-03-10 20:46:28 +0000 |
---|---|---|
committer | veego <veego@pkgsrc.org> | 2006-03-10 20:46:28 +0000 |
commit | f1f541d717c4906888c88eccccb3826d703d6093 (patch) | |
tree | f466ec5b52ae72637aa98186c18f2b5540e1abdf /net/bittornado-gui | |
parent | 64516283a5bbb5ffbb595a2c619a4fa3dcc6f6f4 (diff) | |
download | pkgsrc-f1f541d717c4906888c88eccccb3826d703d6093.tar.gz |
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.
Diffstat (limited to 'net/bittornado-gui')
-rw-r--r-- | net/bittornado-gui/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
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 |