aboutsummaryrefslogtreecommitdiff
path: root/security/py-gvm-tools/Makefile
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2024-04-24 22:29:33 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2024-04-24 22:30:12 +0000
commitfde0b606556b9deb1dd043cdd07d45145d33720b (patch)
tree892d77e57fc4cb9d1472bbace5247a727b499fd3 /security/py-gvm-tools/Makefile
parent958270c5c9e6f54403962595eef2e6740a14be03 (diff)
downloadports-fde0b606556b9deb1dd043cdd07d45145d33720b.tar.gz
ports-fde0b606556b9deb1dd043cdd07d45145d33720b.zip
security/gvm: update to 23.5.2
- databases/pg-gvm: update to 22.6.5 - security/gsa: update to 23.0.0 - security/gsad: update to 22.9.1 - security/gvm-libs: update to 22.9.1 - security/gvmd: update to 23.5.2 - security/openvas: update to 23.0.1 - security/py-gvm-tools: update to 24.3.0 - security/py-notus-scanner: update to 22.6.3 - security/py-ospd-openvas: update to 22.7.1 - security/py-python-gvm: update to 24.3.0 - security/py-greenbone-feed-sync: update to 24.3.0
Diffstat (limited to 'security/py-gvm-tools/Makefile')
-rw-r--r--security/py-gvm-tools/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/security/py-gvm-tools/Makefile b/security/py-gvm-tools/Makefile
index 66d5c2bdf51e..b812218f1145 100644
--- a/security/py-gvm-tools/Makefile
+++ b/security/py-gvm-tools/Makefile
@@ -1,7 +1,6 @@
PORTNAME= gvm-tools
-DISTVERSION= 24.1.0
+DISTVERSION= 24.3.0
DISTVERSIONPREFIX= v
-PORTREVISION= 1
CATEGORIES= security python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -28,6 +27,6 @@ post-extract:
${MV} ${WRKSRC}/scripts ${WRKSRC}/gvmtools/
post-patch:
- ${REINPLACE_CMD} '30,31d' ${WRKSRC}/pyproject.toml
+ ${REINPLACE_CMD} '31,32d' ${WRKSRC}/pyproject.toml
.include <bsd.port.mk>