[Lunar-commits] r25432 - moonbase/trunk/distributed/BitTorrent
Florin Braescu
florin at lunar-linux.org
Sat Aug 11 09:59:29 CEST 2007
Author: florin
Date: 2007-08-11 09:59:28 +0200 (Sat, 11 Aug 2007)
New Revision: 25432
Modified:
moonbase/trunk/distributed/BitTorrent/BUILD
moonbase/trunk/distributed/BitTorrent/DEPENDS
moonbase/trunk/distributed/BitTorrent/DETAILS
Log:
bump the version from 5.0.8 to 5.0.9. bugfixes and improvements.
Modified: moonbase/trunk/distributed/BitTorrent/BUILD
===================================================================
--- moonbase/trunk/distributed/BitTorrent/BUILD 2007-08-11 07:58:05 UTC (rev 25431)
+++ moonbase/trunk/distributed/BitTorrent/BUILD 2007-08-11 07:59:28 UTC (rev 25432)
@@ -2,7 +2,7 @@
prepare_install &&
# allow more than 3 simultaneous downloads! :-)
-# sedit "s/= 3 #/= 6 #/" BitTorrent/TorrentQueue.py &&
+ # sedit "s/= 3 #/= 6 #/" BitTorrent/TorrentQueue.py &&
python setup.py install
) > $C_FIFO 2>&1
Modified: moonbase/trunk/distributed/BitTorrent/DEPENDS
===================================================================
--- moonbase/trunk/distributed/BitTorrent/DEPENDS 2007-08-11 07:58:05 UTC (rev 25431)
+++ moonbase/trunk/distributed/BitTorrent/DEPENDS 2007-08-11 07:59:28 UTC (rev 25432)
@@ -1,7 +1,7 @@
-depends Python &&
-depends pycrypto &&
-depends Twisted &&
+depends Python
+depends pycrypto
+depends Twisted
-optional_depends "pygtk2" "" "" "For a GUI using pygtk2" &&
+optional_depends "pygtk2" "" "" "For a GUI using pygtk2"
optional_depends "dnspython" "" "" "For version update notification"
Modified: moonbase/trunk/distributed/BitTorrent/DETAILS
===================================================================
--- moonbase/trunk/distributed/BitTorrent/DETAILS 2007-08-11 07:58:05 UTC (rev 25431)
+++ moonbase/trunk/distributed/BitTorrent/DETAILS 2007-08-11 07:59:28 UTC (rev 25432)
@@ -1,11 +1,11 @@
MODULE=BitTorrent
- VERSION=5.0.8
+ VERSION=5.0.9
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=http://download.bittorrent.com/dl/
- SOURCE_VFY=sha1:bc370ca67882f21882910f216928c153124c7e19
+ SOURCE_VFY=sha1:9f1b9b66736dac204b19bc5dc13f3dd10158c89c
WEB_SITE=http://www.bittorrent.com/
ENTERED=20020708
- UPDATED=20070802
+ UPDATED=20070812
SHORT="A distributed server/client for data transfer"
cat << EOF
More information about the Lunar-commits
mailing list