diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2021-02-18 20:54:06 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2021-02-18 20:54:06 +0000 |
commit | 1e564554941a45edf4e172ecb5886b6341589e5f (patch) | |
tree | bf1d34062b7891c5467773d23783dbdf244dbdf0 | |
parent | - Update to 21.1.3 (diff) |
- Update to 21.1.0
ChangeLog at: https://github.com/greenbone/gvm-tools/releases/tag/v21.1.0
Notes
Notes:
svn path=/head/; revision=565983
-rw-r--r-- | security/py-gvm-tools/Makefile | 4 | ||||
-rw-r--r-- | security/py-gvm-tools/distinfo | 6 | ||||
-rw-r--r-- | security/py-gvm-tools/files/patch-setup.py | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/security/py-gvm-tools/Makefile b/security/py-gvm-tools/Makefile index 28764db36823..0b87b783a2ce 100644 --- a/security/py-gvm-tools/Makefile +++ b/security/py-gvm-tools/Makefile @@ -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 diff --git a/security/py-gvm-tools/distinfo b/security/py-gvm-tools/distinfo index 23b3fb92419d..9edb960d1f7d 100644 --- a/security/py-gvm-tools/distinfo +++ b/security/py-gvm-tools/distinfo @@ -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 diff --git a/security/py-gvm-tools/files/patch-setup.py b/security/py-gvm-tools/files/patch-setup.py index d640498735a1..645b3e9c6578 100644 --- a/security/py-gvm-tools/files/patch-setup.py +++ b/security/py-gvm-tools/files/patch-setup.py @@ -4,7 +4,7 @@ from setuptools import setup packages = \ --['gvmtools', 'scripts', 'tests'] +-['gvmtools', 'scripts', 'tests', 'tests.scripts'] +['gvmtools', 'scripts'] package_data = \ |