Index: head/devel/opendht/Makefile =================================================================== --- head/devel/opendht/Makefile (revision 468181) +++ head/devel/opendht/Makefile (revision 468182) @@ -1,43 +1,45 @@ # Created by: Yuri Victorovich # $FreeBSD$ PORTNAME= opendht -DISTVERSION= 1.6.1 +DISTVERSION= 1.7.1 CATEGORIES= devel net MAINTAINER= yuri@FreeBSD.org COMMENT= Lightweight Distributed Hash Table implementation LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_FreeBSD_10= Missing __cxa_thread_atexit LIB_DEPENDS= libargon2.so:security/libargon2 \ libmsgpackc.so:devel/msgpack \ libnettle.so:security/nettle \ libgnutls.so:security/gnutls USES= cmake:outsource compiler:c++11-lib pathfix pkgconfig readline:port USE_GITHUB= yes GH_ACCOUNT= savoirfairelinux USE_LDCONFIG= yes CMAKE_OFF= OPENDHT_STATIC + +PLIST_SUB= SHL3=${PORTVERSION} SHL1=${PORTVERSION:R:R} OPTIONS_DEFINE= PROXY_SERVER PROXY_CLIENT PUSH_NOTIFICATIONS DOCS PROXY_SERVER_DESC= Enable DHT proxy server PROXY_CLIENT_DESC= Enable DHT proxy client PUSH_NOTIFICATIONS_DESC= Enable push notifications support PROXY_SERVER_CMAKE_BOOL= OPENDHT_PROXY_SERVER PROXY_CLIENT_CMAKE_BOOL= OPENDHT_PROXY_CLIENT PUSH_NOTIFICATIONS_CMAKE_BOOL= OPENDHT_PUSH_NOTIFICATIONS PROXY_SERVER_LIB_DEPENDS= libjsoncpp.so:devel/jsoncpp \ librestbed.so:www/restbed PORTDOCS= * .include Index: head/devel/opendht/distinfo =================================================================== --- head/devel/opendht/distinfo (revision 468181) +++ head/devel/opendht/distinfo (revision 468182) @@ -1,3 +1,3 @@ -TIMESTAMP = 1521093684 -SHA256 (savoirfairelinux-opendht-1.6.1_GH0.tar.gz) = c50d4862d01233be02856affc560dcd6425b5e742c6445d597dc0ceccb7e9d19 -SIZE (savoirfairelinux-opendht-1.6.1_GH0.tar.gz) = 400456 +TIMESTAMP = 1524550008 +SHA256 (savoirfairelinux-opendht-1.7.1_GH0.tar.gz) = 411d8ceeefed6837e426638a8d4de3e16bf91647ef244014fc2cbbb39805f397 +SIZE (savoirfairelinux-opendht-1.7.1_GH0.tar.gz) = 412432 Index: head/devel/opendht/pkg-plist =================================================================== --- head/devel/opendht/pkg-plist (revision 468181) +++ head/devel/opendht/pkg-plist (revision 468182) @@ -1,37 +1,38 @@ bin/dhtchat bin/dhtnode bin/dhtscanner include/opendht.h include/opendht/callbacks.h include/opendht/crypto.h include/opendht/def.h include/opendht/default_types.h include/opendht/dht.h include/opendht/dht_interface.h include/opendht/dht_proxy_client.h include/opendht/dht_proxy_server.h include/opendht/dhtrunner.h include/opendht/indexation/pht.h include/opendht/infohash.h include/opendht/log.h include/opendht/log_enable.h include/opendht/network_engine.h include/opendht/node.h include/opendht/node_cache.h +include/opendht/proxy.h include/opendht/rate_limiter.h include/opendht/rng.h include/opendht/routing_table.h include/opendht/scheduler.h include/opendht/securedht.h include/opendht/sockaddr.h include/opendht/utils.h include/opendht/value.h include/opendht/value.h.orig lib/cmake/opendht/opendhtConfig-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/opendht/opendhtConfig.cmake lib/cmake/opendht/opendhtConfigVersion.cmake lib/libopendht.so -lib/libopendht.so.1 -lib/libopendht.so.1.6.1 +lib/libopendht.so.%%SHL1%% +lib/libopendht.so.%%SHL3%% libdata/pkgconfig/opendht.pc man/man1/dhtnode.1.gz