Update to 4.0.4

This commit is contained in:
Mario Sergio Fujikawa Ferreira 2005-08-28 18:13:37 +00:00
parent fc9b786856
commit 44f70f7433
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=141155
6 changed files with 14 additions and 14 deletions

View File

@ -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/ \

View File

@ -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

View File

@ -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

View File

@ -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/ \

View File

@ -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

View File

@ -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