summaryrefslogtreecommitdiff
path: root/net-p2p/py-bittorrent
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2005-08-28 18:13:37 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2005-08-28 18:13:37 +0000
commit44f70f74330d974149f2dcb18edbd36d5beb8343 (patch)
treebb9cb31a4cd8b705cfb78b31ef824e21556d1a20 /net-p2p/py-bittorrent
parentUpdate to 0.10.1 (diff)
Update to 4.0.4
Notes
Notes: svn path=/head/; revision=141155
Diffstat (limited to 'net-p2p/py-bittorrent')
-rw-r--r--net-p2p/py-bittorrent/Makefile2
-rw-r--r--net-p2p/py-bittorrent/distinfo4
-rw-r--r--net-p2p/py-bittorrent/files/extra-psyco-patch-btreannouce.py8
3 files changed, 7 insertions, 7 deletions
diff --git a/net-p2p/py-bittorrent/Makefile b/net-p2p/py-bittorrent/Makefile
index 1489fbaf69ee..382cb72873a6 100644
--- a/net-p2p/py-bittorrent/Makefile
+++ b/net-p2p/py-bittorrent/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= BitTorrent
-PORTVERSION= 4.0.3
+PORTVERSION= 4.0.4
PORTEPOCH= 1
CATEGORIES?= net python
MASTER_SITES= http://www.bittorrent.com/dl/ \
diff --git a/net-p2p/py-bittorrent/distinfo b/net-p2p/py-bittorrent/distinfo
index c44a419f518f..314f6318761e 100644
--- a/net-p2p/py-bittorrent/distinfo
+++ b/net-p2p/py-bittorrent/distinfo
@@ -1,2 +1,2 @@
-MD5 (BitTorrent-4.0.3.tar.gz) = 73ecb4c9f5b7cfeb3ad6b50da515c36b
-SIZE (BitTorrent-4.0.3.tar.gz) = 157027
+MD5 (BitTorrent-4.0.4.tar.gz) = 7f03514dd4d684728a4e54c6ffce7d1f
+SIZE (BitTorrent-4.0.4.tar.gz) = 153911
diff --git a/net-p2p/py-bittorrent/files/extra-psyco-patch-btreannouce.py b/net-p2p/py-bittorrent/files/extra-psyco-patch-btreannouce.py
index 9cb26a477321..ba827e720916 100644
--- a/net-p2p/py-bittorrent/files/extra-psyco-patch-btreannouce.py
+++ b/net-p2p/py-bittorrent/files/extra-psyco-patch-btreannouce.py
@@ -1,5 +1,5 @@
---- btreannounce.py.orig Fri Mar 11 23:15:59 2005
-+++ btreannounce.py Fri Mar 11 23:16:05 2005
+--- btreannounce.py.orig Wed Aug 17 15:24:19 2005
++++ btreannounce.py Mon Aug 22 23:06:19 2005
@@ -12,6 +12,15 @@
# Written by Henry 'Pi' James and Bram Cohen
@@ -13,6 +13,6 @@
+ except:
+ pass
+
- from sys import argv
+ from os.path import basename
+ from sys import argv, exit
from BitTorrent.bencode import bencode, bdecode
-