diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2006-01-11 21:41:23 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2006-01-11 21:41:23 +0000 |
commit | 5b2252f7492024473dbcdf63e16e3947b17de02e (patch) | |
tree | 3b311fe1c0b005a8ad85dca34cbad58d629abd51 /net | |
parent | 3152acc4bbc23d8d359180013d96c3fa28b01da8 (diff) | |
download | ports-5b2252f7492024473dbcdf63e16e3947b17de02e.tar.gz ports-5b2252f7492024473dbcdf63e16e3947b17de02e.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/py-bittorrent-devel/Makefile | 5 | ||||
-rw-r--r-- | net/py-bittorrent-devel/distinfo | 6 | ||||
-rw-r--r-- | net/py-bittorrent-devel/files/patch-BitTorrent::defaultargs.py | 8 |
3 files changed, 11 insertions, 8 deletions
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': |