aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
-rw-r--r--net/py-bittorrent-devel/Makefile5
-rw-r--r--net/py-bittorrent-devel/distinfo6
-rw-r--r--net/py-bittorrent-devel/files/patch-BitTorrent::defaultargs.py8
6 files changed, 22 insertions, 16 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':
diff --git a/net/py-bittorrent-devel/Makefile b/net/py-bittorrent-devel/Makefile
index c0e2a177eedb..0ed3c6744d0e 100644
--- a/net/py-bittorrent-devel/Makefile
+++ b/net/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/py-bittorrent-devel/distinfo b/net/py-bittorrent-devel/distinfo
index 0e0257ed4412..1fd1bf39521e 100644
--- a/net/py-bittorrent-devel/distinfo
+++ b/net/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/py-bittorrent-devel/files/patch-BitTorrent::defaultargs.py b/net/py-bittorrent-devel/files/patch-BitTorrent::defaultargs.py
index dac462a467f5..bd9e57ccacc6 100644
--- a/net/py-bittorrent-devel/files/patch-BitTorrent::defaultargs.py
+++ b/net/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':
ntw44/cgit/cgit.cgi/freebsd-ports-gnome/commit/databases/p5-Rose-DB-Object?h=gstreamer0.10-removal&id=a5788ce13806d029d5ea2f6f2a35b34aaf701ec4'>- Update to 0.751clsung2006-09-022-7/+7 * - Update to 0.75clsung2006-08-142-5/+5 * - Update to 0.742rafan2006-07-233-5/+7 * - Update to 0.741rafan2006-07-162-5/+5 * - update to 0.74clsung2006-07-023-5/+8 * Update to 0.731erwin2006-06-152-4/+4 * Update to 0.74erwin2006-06-122-4/+5