diff options
author | lioux <lioux@FreeBSD.org> | 2006-01-12 05:41:23 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2006-01-12 05:41:23 +0800 |
commit | 24010f9af429211ce2e19e20469fd8667415adf6 (patch) | |
tree | 0b35999e47c7bf8c77d0ac2da9975c38a8808d3b /net-p2p | |
parent | e178dc61552490e6f8d44618edb912ba8a06f4ce (diff) | |
download | freebsd-ports-gnome-24010f9af429211ce2e19e20469fd8667415adf6.tar.gz freebsd-ports-gnome-24010f9af429211ce2e19e20469fd8667415adf6.tar.zst freebsd-ports-gnome-24010f9af429211ce2e19e20469fd8667415adf6.zip |
Update to 4.3.5
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/py-bittorrent-devel/Makefile | 5 | ||||
-rw-r--r-- | net-p2p/py-bittorrent-devel/distinfo | 6 | ||||
-rw-r--r-- | net-p2p/py-bittorrent-devel/files/patch-BitTorrent::defaultargs.py | 8 |
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': |