git: 37c0ea792db1 - main - devel/{,py-}opendht: update 2.6.0 → 2.6.0.4

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Wed, 13 Sep 2023 07:05:48 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=37c0ea792db16a1ae0e90106170356647482ea3f

commit 37c0ea792db16a1ae0e90106170356647482ea3f
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-09-13 06:26:40 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-09-13 07:05:39 +0000

    devel/{,py-}opendht: update 2.6.0 → 2.6.0.4
    
    Reported by:    portscout
---
 devel/opendht/Makefile    | 6 ++----
 devel/opendht/distinfo    | 6 +++---
 devel/opendht/pkg-plist   | 4 ++--
 devel/py-opendht/Makefile | 5 +++--
 devel/py-opendht/distinfo | 6 +++---
 5 files changed, 13 insertions(+), 14 deletions(-)

diff --git a/devel/opendht/Makefile b/devel/opendht/Makefile
index 7f99049a59a7..b522b933dd15 100644
--- a/devel/opendht/Makefile
+++ b/devel/opendht/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	opendht
 DISTVERSIONPREFIX=	v
-DISTVERSION=	2.6.0
+DISTVERSION=	2.6.0.4
 CATEGORIES=	devel net
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -23,7 +23,7 @@ LIB_DEPENDS=	libargon2.so:security/libargon2 \
 RUN_DEPENDS=	msgpack-cxx>0:devel/msgpack-cxx
 TEST_DEPENDS=	cppunit>0:devel/cppunit
 
-USES=		cmake:testing compiler:c++17-lang localbase pathfix pkgconfig readline ssl
+USES=		cmake:testing compiler:c++17-lang localbase ncurses pathfix pkgconfig readline ssl
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	savoirfairelinux
@@ -34,8 +34,6 @@ LDFLAGS+=	-lcrypto
 CMAKE_OFF=	OPENDHT_STATIC BUILD_TESTING
 CMAKE_TESTING_ON=	BUILD_TESTING # tests fail w/out explanation, see https://github.com/savoirfairelinux/opendht/issues/640, https://github.com/savoirfairelinux/opendht/issues/658
 
-PLIST_SUB=	SHL3=${PORTVERSION} SHL1=${PORTVERSION:R:R}
-
 OPTIONS_DEFINE=	PROXY_SERVER PROXY_CLIENT PUSH_NOTIFICATIONS DOCS
 
 PROXY_SERVER_DESC=		Enable DHT proxy server
diff --git a/devel/opendht/distinfo b/devel/opendht/distinfo
index 32cd9ac08090..b5a8d01a147b 100644
--- a/devel/opendht/distinfo
+++ b/devel/opendht/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1694326478
-SHA256 (savoirfairelinux-opendht-v2.6.0_GH0.tar.gz) = 25d67e766e439cc04fd73091f8cd6d3c0fc8bf047427cdc9e8f469b9084add45
-SIZE (savoirfairelinux-opendht-v2.6.0_GH0.tar.gz) = 482044
+TIMESTAMP = 1694584192
+SHA256 (savoirfairelinux-opendht-v2.6.0.4_GH0.tar.gz) = 7afbe6bba1df0ee8a35f6c29a9d250de03555c39aa6c94152f1e34e9abcb6488
+SIZE (savoirfairelinux-opendht-v2.6.0.4_GH0.tar.gz) = 482071
diff --git a/devel/opendht/pkg-plist b/devel/opendht/pkg-plist
index a5b80a31d9b8..5b2c35ba6ecc 100644
--- a/devel/opendht/pkg-plist
+++ b/devel/opendht/pkg-plist
@@ -37,7 +37,7 @@ lib/cmake/opendht/opendhtConfig-%%CMAKE_BUILD_TYPE%%.cmake
 lib/cmake/opendht/opendhtConfig.cmake
 lib/cmake/opendht/opendhtConfigVersion.cmake
 lib/libopendht.so
-lib/libopendht.so.%%SHL1%%
-lib/libopendht.so.%%SHL3%%
+lib/libopendht.so.2
+lib/libopendht.so.2.6.0
 libdata/pkgconfig/opendht.pc
 man/man1/dhtnode.1.gz
diff --git a/devel/py-opendht/Makefile b/devel/py-opendht/Makefile
index 5e92c445888b..213b9be611b1 100644
--- a/devel/py-opendht/Makefile
+++ b/devel/py-opendht/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	opendht
 DISTVERSIONPREFIX=	v
-DISTVERSION=	2.6.0
+DISTVERSION=	2.6.0.4
 CATEGORIES=	devel net
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -16,9 +16,10 @@ LIB_DEPENDS=	libopendht.so:devel/opendht \
 		libgnutls.so:security/gnutls
 
 USES=		cmake compiler:c++17-lang localbase python
+USE_PYTHON=	distutils cython autoplist pytest
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	savoirfairelinux
-USE_PYTHON=	distutils cython autoplist pytest
 
 WRKSRC_SUBDIR=	python
 
diff --git a/devel/py-opendht/distinfo b/devel/py-opendht/distinfo
index 219cb50d9c66..5add9a0be504 100644
--- a/devel/py-opendht/distinfo
+++ b/devel/py-opendht/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1694327093
-SHA256 (savoirfairelinux-opendht-v2.6.0_GH0.tar.gz) = 25d67e766e439cc04fd73091f8cd6d3c0fc8bf047427cdc9e8f469b9084add45
-SIZE (savoirfairelinux-opendht-v2.6.0_GH0.tar.gz) = 482044
+TIMESTAMP = 1694584568
+SHA256 (savoirfairelinux-opendht-v2.6.0.4_GH0.tar.gz) = 7afbe6bba1df0ee8a35f6c29a9d250de03555c39aa6c94152f1e34e9abcb6488
+SIZE (savoirfairelinux-opendht-v2.6.0.4_GH0.tar.gz) = 482071