aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2008-03-01 03:25:34 +0800
committermezz <mezz@FreeBSD.org>2008-03-01 03:25:34 +0800
commitc4c5c3b5d3fcd377cc3961d863510cadc7139981 (patch)
tree904fede5f631651d27d8818c77befb8a73225462 /net-p2p
parent8c9bc467342328494f8f4d389732eeccff452a87 (diff)
downloadfreebsd-ports-graphics-c4c5c3b5d3fcd377cc3961d863510cadc7139981.tar.gz
freebsd-ports-graphics-c4c5c3b5d3fcd377cc3961d863510cadc7139981.tar.zst
freebsd-ports-graphics-c4c5c3b5d3fcd377cc3961d863510cadc7139981.zip
Update to 0.5.8.5.
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/deluge/Makefile2
-rw-r--r--net-p2p/deluge/distinfo6
-rw-r--r--net-p2p/deluge/files/patch-libtorrent_src_enum_net.cpp10
-rw-r--r--net-p2p/deluge/files/patch-setup.py12
-rw-r--r--net-p2p/deluge/pkg-plist1
-rw-r--r--net-p2p/deluge05/Makefile2
-rw-r--r--net-p2p/deluge05/distinfo6
-rw-r--r--net-p2p/deluge05/files/patch-libtorrent_src_enum_net.cpp10
-rw-r--r--net-p2p/deluge05/files/patch-setup.py12
-rw-r--r--net-p2p/deluge05/pkg-plist1
10 files changed, 42 insertions, 20 deletions
diff --git a/net-p2p/deluge/Makefile b/net-p2p/deluge/Makefile
index 89978a828e4..7dcf8c79545 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 b2055ac4a4d..a4608903295 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 00000000000..ba47faffbe7
--- /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 96616853aec..cce0a37ee81 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 02ed7530ad4..5ed7bd55b57 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
diff --git a/net-p2p/deluge05/Makefile b/net-p2p/deluge05/Makefile
index 89978a828e4..7dcf8c79545 100644
--- a/net-p2p/deluge05/Makefile
+++ b/net-p2p/deluge05/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/deluge05/distinfo b/net-p2p/deluge05/distinfo
index b2055ac4a4d..a4608903295 100644
--- a/net-p2p/deluge05/distinfo
+++ b/net-p2p/deluge05/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/deluge05/files/patch-libtorrent_src_enum_net.cpp b/net-p2p/deluge05/files/patch-libtorrent_src_enum_net.cpp
new file mode 100644
index 00000000000..ba47faffbe7
--- /dev/null
+++ b/net-p2p/deluge05/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/deluge05/files/patch-setup.py b/net-p2p/deluge05/files/patch-setup.py
index 96616853aec..cce0a37ee81 100644
--- a/net-p2p/deluge05/files/patch-setup.py
+++ b/net-p2p/deluge05/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/deluge05/pkg-plist b/net-p2p/deluge05/pkg-plist
index 02ed7530ad4..5ed7bd55b57 100644
--- a/net-p2p/deluge05/pkg-plist
+++ b/net-p2p/deluge05/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