diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2008-03-01 03:25:34 +0800 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2008-03-01 03:25:34 +0800 |
commit | 89025a2eb81089e333b4ef39def8a3b384b87f64 (patch) | |
tree | 49a6cb6b60004854e7e8ce3f04302f12421611b0 /net-p2p/deluge | |
parent | ce190c8ff6e109031be4a5cd7a0824af6b9f713a (diff) | |
download | freebsd-ports-gnome-89025a2eb81089e333b4ef39def8a3b384b87f64.tar.gz freebsd-ports-gnome-89025a2eb81089e333b4ef39def8a3b384b87f64.tar.zst freebsd-ports-gnome-89025a2eb81089e333b4ef39def8a3b384b87f64.zip |
Update to 0.5.8.5.
Diffstat (limited to 'net-p2p/deluge')
-rw-r--r-- | net-p2p/deluge/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/deluge/distinfo | 6 | ||||
-rw-r--r-- | net-p2p/deluge/files/patch-libtorrent_src_enum_net.cpp | 10 | ||||
-rw-r--r-- | net-p2p/deluge/files/patch-setup.py | 12 | ||||
-rw-r--r-- | net-p2p/deluge/pkg-plist | 1 |
5 files changed, 21 insertions, 10 deletions
diff --git a/net-p2p/deluge/Makefile b/net-p2p/deluge/Makefile index 89978a828e48..7dcf8c795452 100644 --- a/net-p2p/deluge/Makefile +++ b/net-p2p/deluge/Makefile @@ -6,7 +6,7 @@ # PORTNAME= deluge -PORTVERSION= 0.5.8.4 +PORTVERSION= 0.5.8.5 CATEGORIES= net-p2p python MASTER_SITES= http://ftp.osuosl.org/pub/deluge/source/${PORTVERSION}/ diff --git a/net-p2p/deluge/distinfo b/net-p2p/deluge/distinfo index b2055ac4a4d7..a4608903295d 100644 --- a/net-p2p/deluge/distinfo +++ b/net-p2p/deluge/distinfo @@ -1,3 +1,3 @@ -MD5 (deluge-0.5.8.4.tar.gz) = 9a550449d8c73cd9c0603ce484f92447 -SHA256 (deluge-0.5.8.4.tar.gz) = 48a125b751a10ada2e1cc9808e42fb614a0b9ab6386c55bb6f6f19199ab7e373 -SIZE (deluge-0.5.8.4.tar.gz) = 2146108 +MD5 (deluge-0.5.8.5.tar.gz) = 3bb32ae71f3e442a9c623510eafee80b +SHA256 (deluge-0.5.8.5.tar.gz) = a97dd68c5fb5809fde0059596ceb653eb8503757210c42a7b78d860105d6fb14 +SIZE (deluge-0.5.8.5.tar.gz) = 2164303 diff --git a/net-p2p/deluge/files/patch-libtorrent_src_enum_net.cpp b/net-p2p/deluge/files/patch-libtorrent_src_enum_net.cpp new file mode 100644 index 000000000000..ba47faffbe7d --- /dev/null +++ b/net-p2p/deluge/files/patch-libtorrent_src_enum_net.cpp @@ -0,0 +1,10 @@ +--- libtorrent/src/enum_net.cpp.orig 2008-02-29 13:02:02.000000000 -0600 ++++ libtorrent/src/enum_net.cpp 2008-02-29 13:02:22.000000000 -0600 +@@ -34,6 +34,7 @@ + + #if defined TORRENT_BSD || defined TORRENT_LINUX + #include <sys/ioctl.h> ++#include <sys/socket.h> + #include <netinet/in.h> + #include <net/if.h> + #elif defined TORRENT_WINDOWS diff --git a/net-p2p/deluge/files/patch-setup.py b/net-p2p/deluge/files/patch-setup.py index 96616853aecc..cce0a37ee814 100644 --- a/net-p2p/deluge/files/patch-setup.py +++ b/net-p2p/deluge/files/patch-setup.py @@ -1,5 +1,5 @@ ---- setup.py.orig 2008-01-19 12:43:31.000000000 -0600 -+++ setup.py 2008-01-19 12:45:24.000000000 -0600 +--- setup.py.orig 2008-02-29 12:23:50.000000000 -0600 ++++ setup.py 2008-02-29 12:25:51.000000000 -0600 @@ -103,13 +103,13 @@ "-DHAVE_INCLUDE_LIBTORRENT_ASIO_SSL_STREAM_HPP=1", "-DHAVE_INCLUDE_LIBTORRENT_ASIO_IP_TCP_HPP=1", @@ -20,12 +20,12 @@ boost_thread = "boost_thread-mt" librariestype = [boost_filesystem, boost_date_time, -- boost_thread, 'z', 'pthread', 'ssl', 'rt', 'crypto'] +- boost_thread, 'z', 'pthread', 'ssl', 'crypto'] + boost_thread, 'z', 'ssl', 'crypto'] - - removals = ['-g', '-Wstrict-prototypes'] -@@ -202,8 +202,10 @@ + if os == "linux": + librariestype += ['rt'] +@@ -205,8 +205,10 @@ sources.remove('libtorrent/src/file_win.cpp') deluge_core = Extension('deluge_core', include_dirs = includedirs, diff --git a/net-p2p/deluge/pkg-plist b/net-p2p/deluge/pkg-plist index 02ed7530ad4a..5ed7bd55b575 100644 --- a/net-p2p/deluge/pkg-plist +++ b/net-p2p/deluge/pkg-plist @@ -735,6 +735,7 @@ share/locale/eo/LC_MESSAGES/deluge.mo share/locale/es/LC_MESSAGES/deluge.mo share/locale/et/LC_MESSAGES/deluge.mo share/locale/eu/LC_MESSAGES/deluge.mo +share/locale/fa/LC_MESSAGES/deluge.mo share/locale/fi/LC_MESSAGES/deluge.mo share/locale/fr/LC_MESSAGES/deluge.mo share/locale/gl/LC_MESSAGES/deluge.mo |