summaryrefslogtreecommitdiff
path: root/net-p2p/py-bittorrent-devel
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2006-01-11 21:41:23 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2006-01-11 21:41:23 +0000
commit5b2252f7492024473dbcdf63e16e3947b17de02e (patch)
tree3b311fe1c0b005a8ad85dca34cbad58d629abd51 /net-p2p/py-bittorrent-devel
parentFix port: www/typo3 (diff)
Update to 4.3.5
Notes
Notes: svn path=/head/; revision=153315
Diffstat (limited to 'net-p2p/py-bittorrent-devel')
-rw-r--r--net-p2p/py-bittorrent-devel/Makefile5
-rw-r--r--net-p2p/py-bittorrent-devel/distinfo6
-rw-r--r--net-p2p/py-bittorrent-devel/files/patch-BitTorrent::defaultargs.py8
3 files changed, 11 insertions, 8 deletions
diff --git a/net-p2p/py-bittorrent-devel/Makefile b/net-p2p/py-bittorrent-devel/Makefile
index c0e2a177eedb..0ed3c6744d0e 100644
--- a/net-p2p/py-bittorrent-devel/Makefile
+++ b/net-p2p/py-bittorrent-devel/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= BitTorrent
-PORTVERSION= 4.3.4
+PORTVERSION= 4.3.5
PORTEPOCH= 1
CATEGORIES?= net python
MASTER_SITES= http://www.bittorrent.com/dl/ \
@@ -68,8 +68,11 @@ PLIST_FILES+= \
share/pixmaps/BitTorrent/queued.png \
share/pixmaps/BitTorrent/remove.png \
share/pixmaps/BitTorrent/running.png \
+ share/pixmaps/BitTorrent/status-broken.png \
share/pixmaps/BitTorrent/status-natted.png \
+ share/pixmaps/BitTorrent/status-pre-natted.png \
share/pixmaps/BitTorrent/status-running.png \
+ share/pixmaps/BitTorrent/status-starting.png \
share/pixmaps/BitTorrent/status-stopped.png
PLIST_SUB+= GUI=""
diff --git a/net-p2p/py-bittorrent-devel/distinfo b/net-p2p/py-bittorrent-devel/distinfo
index 0e0257ed4412..1fd1bf39521e 100644
--- a/net-p2p/py-bittorrent-devel/distinfo
+++ b/net-p2p/py-bittorrent-devel/distinfo
@@ -1,3 +1,3 @@
-MD5 (BitTorrent-4.3.4.tar.gz) = 43f1dbf77d99190285635f8a4e85e416
-SHA256 (BitTorrent-4.3.4.tar.gz) = 96cd309ce34260e1faff74c5af77d00b581caeb325c4562c4d086d41a254976a
-SIZE (BitTorrent-4.3.4.tar.gz) = 2638783
+MD5 (BitTorrent-4.3.5.tar.gz) = 4a00027831aa9ce2505cebd55a2a5376
+SHA256 (BitTorrent-4.3.5.tar.gz) = bd15cd0ac7568b100e88dfa170ddc1e559dd56227aa784932117d828948fb1b6
+SIZE (BitTorrent-4.3.5.tar.gz) = 1196112
diff --git a/net-p2p/py-bittorrent-devel/files/patch-BitTorrent::defaultargs.py b/net-p2p/py-bittorrent-devel/files/patch-BitTorrent::defaultargs.py
index dac462a467f5..bd9e57ccacc6 100644
--- a/net-p2p/py-bittorrent-devel/files/patch-BitTorrent::defaultargs.py
+++ b/net-p2p/py-bittorrent-devel/files/patch-BitTorrent::defaultargs.py
@@ -1,11 +1,11 @@
---- BitTorrent/defaultargs.py.orig Thu Dec 8 14:52:02 2005
-+++ BitTorrent/defaultargs.py Thu Dec 8 14:52:22 2005
+--- BitTorrent/defaultargs.py.orig Wed Jan 11 19:16:54 2006
++++ BitTorrent/defaultargs.py Wed Jan 11 19:17:16 2006
@@ -33,6 +33,8 @@
if os.name == 'posix':
if os.uname()[0] in ['Darwin']:
BAD_LIBC_WORKAROUND_DEFAULT = MYTRUE
+ if os.uname()[0] in ['FreeBSD']:
+ BAD_LIBC_WORKAROUND_DEFAULT = MYTRUE
-
- from BitTorrent import languages
+ MIN_INCOMPLETE = 100
+ if os.name == 'nt':