[Lunar-commits] <moonbase> Subject: BitTorrent: updated to version 5.2.0
Duncan Gibson
engelsman at lunar-linux.org
Sun Sep 6 10:26:01 CEST 2009
commit ac7710706249d9d4f97280e11aeed67420b841ae
Author: Duncan Gibson <duncan.gibson at xs4all.nl>
Date: Sun Sep 6 10:26:01 2009 +0200
Subject: BitTorrent: updated to version 5.2.0
the previous version failed to download during an 'lget -a' sweep.
this still isn't the most up-to-date version: there is a binary
download for 6.2c for Windows, and various pre-built packages, but
no obvious source code.
as with the previous version, the bittorrent-ncurses runs but the
GUI version doesn't find the wx import, even though wxPython is
now a dependency!
---
distributed/BitTorrent/DEPENDS | 2 ++
distributed/BitTorrent/DETAILS | 6 +++---
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/distributed/BitTorrent/DEPENDS b/distributed/BitTorrent/DEPENDS
index 2230cfc..20d7c4c 100644
--- a/distributed/BitTorrent/DEPENDS
+++ b/distributed/BitTorrent/DEPENDS
@@ -1,6 +1,8 @@
depends Python
depends pycrypto
depends Twisted
+depends psyco
+depends wxPython
optional_depends "pygtk" "" "" "For a GUI using pygtk"
optional_depends "dnspython" "" "" "For version update notification"
diff --git a/distributed/BitTorrent/DETAILS b/distributed/BitTorrent/DETAILS
index 040ba3a..e6dc80a 100644
--- a/distributed/BitTorrent/DETAILS
+++ b/distributed/BitTorrent/DETAILS
@@ -1,12 +1,12 @@
MODULE=BitTorrent
- VERSION=5.0.9
+ VERSION=5.2.0
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL[0]=http://download.bittorrent.com/dl/
SOURCE_URL[1]=http://download.bittorrent.com/dl/archive/
- SOURCE_VFY=sha1:066e40ded194bd75c633f681df1febe20ccca8ad
+ SOURCE_VFY=sha1:ff89b8e585b48dda4a87f5379636c0458a876277
WEB_SITE=http://www.bittorrent.com/
ENTERED=20020708
- UPDATED=20070812
+ UPDATED=20090906
SHORT="A distributed server/client for data transfer"
cat << EOF
More information about the Lunar-commits
mailing list