diff options
author | recht <recht> | 2005-07-10 19:11:02 +0000 |
---|---|---|
committer | recht <recht> | 2005-07-10 19:11:02 +0000 |
commit | 192c824a3aa68665a59d76bc6605577bbafaee5d (patch) | |
tree | 587ff0dfc33700a2b04fcba2ec8c0ab23002e490 /net/bittorrent-gui/Makefile | |
parent | f9b5d72ade29928cf7b6387db2a57a4e5f0ec3a4 (diff) | |
download | pkgsrc-192c824a3aa68665a59d76bc6605577bbafaee5d.tar.gz |
update to BitTorrent 4.0.2
Changes in this release:
- Opening a torrent that is already open in the GUI now has the correct behavior rather than
raising an error
- Backported --chop_max_allow_in from 4.1 to help fix TCP stack flaking out problem on Windows
- Robustly handle config files corrupted by Windows
- Better error messages when a torrent already meets seeding limits
- File filters
Diffstat (limited to 'net/bittorrent-gui/Makefile')
-rw-r--r-- | net/bittorrent-gui/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/bittorrent-gui/Makefile b/net/bittorrent-gui/Makefile index 8daa1133993..c9d9275ee7f 100644 --- a/net/bittorrent-gui/Makefile +++ b/net/bittorrent-gui/Makefile @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.11 2005/06/19 02:49:23 salo Exp $ +# $NetBSD: Makefile,v 1.12 2005/07/10 19:11:02 recht Exp $ # .include "../../net/bittorrent/Makefile.common" PKGNAME= ${DISTNAME:S/BitTorrent/bittorrent-gui/} -PKGREVISION= 1 COMMENT+= (GTK+ GUI) -DEPENDS+= bittorrent>=4.0.1:../../net/bittorrent +DEPENDS+= bittorrent>=4.0.2:../../net/bittorrent PYTHON_PATCH_SCRIPTS= btdownloadgui.py btmaketorrentgui.py |