git: 0a05a8533ce0 - main - net/py-magic-wormhole: Add missing dependency

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Thu, 04 Jan 2024 05:07:01 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0a05a8533ce0eb960ff4b9dc6743041aea610ac1

commit 0a05a8533ce0eb960ff4b9dc6743041aea610ac1
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-03 20:55:53 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-04 05:06:51 +0000

    net/py-magic-wormhole: Add missing dependency
    
    - Switch to DISTVERSION
    
    Reported by:    jeff.jschmidt@gmail.com
---
 net/py-magic-wormhole/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/net/py-magic-wormhole/Makefile b/net/py-magic-wormhole/Makefile
index 56a3830fbeb7..d6bd3046ac0d 100644
--- a/net/py-magic-wormhole/Makefile
+++ b/net/py-magic-wormhole/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	magic-wormhole
-PORTVERSION=	0.13.0
+DISTVERSION=	0.13.0
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,6 +16,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}attrs>=19.2.0:devel/py-attrs@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}autobahn>=0.14.1:www/py-autobahn@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}Automat>=0.3.0:devel/py-Automat@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}hkdf>=0.0.3:security/py-hkdf@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}humanize>=0:devel/py-humanize@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pynacl>=0.3.0:security/py-pynacl@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} \