svn commit: r565983 - in head/security/py-gvm-tools: . files

Jose Alonso Cardenas Marquez acm at FreeBSD.org
Thu Feb 18 20:54:07 UTC 2021


Author: acm
Date: Thu Feb 18 20:54:06 2021
New Revision: 565983
URL: https://svnweb.freebsd.org/changeset/ports/565983

Log:
  - Update to 21.1.0
  
  ChangeLog at: https://github.com/greenbone/gvm-tools/releases/tag/v21.1.0

Modified:
  head/security/py-gvm-tools/Makefile
  head/security/py-gvm-tools/distinfo
  head/security/py-gvm-tools/files/patch-setup.py

Modified: head/security/py-gvm-tools/Makefile
==============================================================================
--- head/security/py-gvm-tools/Makefile	Thu Feb 18 20:52:59 2021	(r565982)
+++ head/security/py-gvm-tools/Makefile	Thu Feb 18 20:54:06 2021	(r565983)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	gvm-tools
-DISTVERSION=	20.10.1
+DISTVERSION=	21.1.0
 CATEGORIES=	security python
 MASTER_SITES=   CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +13,7 @@ LICENSE=	GPLv3+
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}python-gvm>=0:security/py-python-gvm@${PY_FLAVOR}
 
-USES=		python:3.6+
+USES=		python:3.7+
 USE_PYTHON=	autoplist distutils
 
 NO_ARCH=	yes

Modified: head/security/py-gvm-tools/distinfo
==============================================================================
--- head/security/py-gvm-tools/distinfo	Thu Feb 18 20:52:59 2021	(r565982)
+++ head/security/py-gvm-tools/distinfo	Thu Feb 18 20:54:06 2021	(r565983)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1609779351
-SHA256 (gvm-tools-20.10.1.tar.gz) = 790d44c11aa4b96d2f8e5dbbdf25783c1785e91cad5da86dec71ef0d0f2eae36
-SIZE (gvm-tools-20.10.1.tar.gz) = 74334
+TIMESTAMP = 1613680518
+SHA256 (gvm-tools-21.1.0.tar.gz) = 622fe776403043aa3e033b79670def59c94d0ae920e03da34e498609d2795b65
+SIZE (gvm-tools-21.1.0.tar.gz) = 91161

Modified: head/security/py-gvm-tools/files/patch-setup.py
==============================================================================
--- head/security/py-gvm-tools/files/patch-setup.py	Thu Feb 18 20:52:59 2021	(r565982)
+++ head/security/py-gvm-tools/files/patch-setup.py	Thu Feb 18 20:54:06 2021	(r565983)
@@ -4,7 +4,7 @@
  from setuptools import setup
  
  packages = \
--['gvmtools', 'scripts', 'tests']
+-['gvmtools', 'scripts', 'tests', 'tests.scripts']
 +['gvmtools', 'scripts']
  
  package_data = \


More information about the svn-ports-all mailing list