diff options
author | vs <vs@FreeBSD.org> | 2004-06-28 21:36:38 +0000 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-06-28 21:36:38 +0000 |
commit | baaddd02f199b2e498fa0a61f471a04b6d8ff21e (patch) | |
tree | 5e0c3abbbb551bb4fe241658c21c8a61120fc3ac /net-p2p/py-bittornado/Makefile | |
parent | 465ffbf570d10805e75f71c7ec08d09b84b117f3 (diff) | |
download | FreeBSD-ports-baaddd02f199b2e498fa0a61f471a04b6d8ff21e.zip FreeBSD-ports-baaddd02f199b2e498fa0a61f471a04b6d8ff21e.tar.gz |
Update to 0.3.3:
- reduced RAM usage (hopefully)
- smarter upstream control
- fast-resume, file priority system
- automatically saves stats and some client settings
PR: ports/68446
Submitted by: maintainer
Diffstat (limited to 'net-p2p/py-bittornado/Makefile')
-rw-r--r-- | net-p2p/py-bittornado/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-p2p/py-bittornado/Makefile b/net-p2p/py-bittornado/Makefile index 0fa1bff..e98eb52 100644 --- a/net-p2p/py-bittornado/Makefile +++ b/net-p2p/py-bittornado/Makefile @@ -6,12 +6,13 @@ # PORTNAME= BitTornado -PORTVERSION= 0.3.1 +PORTVERSION= 0.3.3 PORTEPOCH= 1 CATEGORIES?= net python ipv6 MASTER_SITES= http://e.scarywater.net/bt/download/ \ http://mediahost.inetsalestech.com/shadow/ \ - http://www.hypermax.net.au/~gamr/ + http://www.hypermax.net.au/~gamr/ \ + http://ftp.acc.umu.se/mirror/bittornado/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= janos.mohacsi@bsd.hu |