summaryrefslogtreecommitdiff
path: root/security/py-python-gvm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/py-python-gvm/Makefile')
-rw-r--r--security/py-python-gvm/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/py-python-gvm/Makefile b/security/py-python-gvm/Makefile
index 514dfcc854fa..3d6dc7066687 100644
--- a/security/py-python-gvm/Makefile
+++ b/security/py-python-gvm/Makefile
@@ -1,5 +1,5 @@
PORTNAME= python-gvm
-DISTVERSION= 23.5.1
+DISTVERSION= 23.10.0
DISTVERSIONPREFIX= v
CATEGORIES= security python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -27,7 +27,8 @@ post-extract:
post-patch:
${REINPLACE_CMD} -i "" -e 's|/run/gvmd/|/var/run/gvmd/|g' \
${WRKSRC}/gvm/connections.py
- ${REINPLACE_CMD} '31d' ${WRKSRC}/pyproject.toml
+ ${REINPLACE_CMD} -e 's|, { include = "tests", format = "sdist" }||g' \
+ ${WRKSRC}/pyproject.toml
pre-configure:
@cd ${WRKSRC} && poetry2setup > ${WRKSRC}/setup.py