aboutsummaryrefslogtreecommitdiff
path: root/net/irrd
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-07-07 08:05:33 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-07-07 08:05:33 +0000
commit1a80ec7c2281900b82b228ee3a7b070c8ca4286e (patch)
tree2e559a47aac23d474a93b5daa1100150e83b1824 /net/irrd
parente005593992bbe078777522f0e053b5dbc651aa6a (diff)
Diffstat (limited to 'net/irrd')
-rw-r--r--net/irrd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/irrd/Makefile b/net/irrd/Makefile
index 74e18dd3935a..7cb4983a371b 100644
--- a/net/irrd/Makefile
+++ b/net/irrd/Makefile
@@ -1,6 +1,7 @@
PORTNAME= irrd
PORTVERSION= 4.2.9
DISTVERSIONPREFIX= v
+PORTREVISION= 1
CATEGORIES= net python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
PKGNAMESUFFIX= 4
@@ -38,7 +39,7 @@ RUN_DEPENDS= \
${PYTHON_PKGNAMEPREFIX}starlette>=0.14.2:www/py-starlette@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}ujson>=4.1.0:devel/py-ujson@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}uvicorn>=0.15.0:www/py-uvicorn@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}yaml>=5.4.1:devel/py-yaml@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}pyyaml>=5.4.1:devel/py-pyyaml@${PY_FLAVOR}
#python-graphql-client==0.4.2
TEST_DEPENDS= \
${PYTHON_PKGNAMEPREFIX}coverage>=6.0:devel/py-coverage@${PY_FLAVOR} \