View | Details | Raw Unified | Return to bug 209833
Collapse All | Expand All

(-)devel/opendht/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	opendht
4
PORTNAME=	opendht
5
PORTVERSION=	0.5.2
5
PORTVERSION=	0.6.1
6
CATEGORIES=	devel net
6
CATEGORIES=	devel net
7
7
8
MAINTAINER=	yuri@rawbw.com
8
MAINTAINER=	yuri@rawbw.com
(-)devel/opendht/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1464414803
1
TIMESTAMP = 1464516495
2
SHA256 (savoirfairelinux-opendht-0.5.2_GH0.tar.gz) = 4fb8c80fed8abd4861b16144a0c50853717add59d5491b779590fa81e72784b8
2
SHA256 (savoirfairelinux-opendht-0.6.1_GH0.tar.gz) = 3da59288d4351702e35390001225b2c2e9a403c32659d26a59a3fa85579ddb27
3
SIZE (savoirfairelinux-opendht-0.5.2_GH0.tar.gz) = 120460
3
SIZE (savoirfairelinux-opendht-0.6.1_GH0.tar.gz) = 163366
(-)devel/opendht/files/patch-include_opendht_value.h (-14 lines)
Lines 1-14 Link Here
1
--- include/opendht/value.h.orig	2016-05-13 00:23:45 UTC
2
+++ include/opendht/value.h
3
@@ -26,6 +26,11 @@
4
 
5
 #include <msgpack.hpp>
6
 
7
+#if defined(__FreeBSD__)
8
+#include <sys/socket.h>
9
+#include <netinet/in.h>
10
+#endif
11
+
12
 #ifndef _WIN32
13
 #include <netinet/in.h>
14
 #include <netdb.h>
(-)devel/opendht/pkg-plist (+7 lines)
Lines 2-13 Link Here
2
bin/dhtnode
2
bin/dhtnode
3
bin/dhtscanner
3
bin/dhtscanner
4
include/opendht.h
4
include/opendht.h
5
include/opendht/callbacks.h
5
include/opendht/crypto.h
6
include/opendht/crypto.h
6
include/opendht/default_types.h
7
include/opendht/default_types.h
7
include/opendht/dht.h
8
include/opendht/dht.h
8
include/opendht/dhtrunner.h
9
include/opendht/dhtrunner.h
9
include/opendht/infohash.h
10
include/opendht/infohash.h
11
include/opendht/log.h
12
include/opendht/network_engine.h
13
include/opendht/node.h
14
include/opendht/node_cache.h
10
include/opendht/rng.h
15
include/opendht/rng.h
16
include/opendht/routing_table.h
17
include/opendht/scheduler.h
11
include/opendht/securedht.h
18
include/opendht/securedht.h
12
include/opendht/utils.h
19
include/opendht/utils.h
13
include/opendht/value.h
20
include/opendht/value.h

Return to bug 209833