Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Jan 2021 10:11:55 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r560491 - in head/security: gvm py-gvm-tools py-ospd-openvas py-python-gvm
Message-ID:  <202101061011.106ABtSx028746@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed Jan  6 10:11:55 2021
New Revision: 560491
URL: https://svnweb.freebsd.org/changeset/ports/560491

Log:
  Remove python 2.7 support from newly added ports

Modified:
  head/security/gvm/Makefile
  head/security/py-gvm-tools/Makefile
  head/security/py-ospd-openvas/Makefile
  head/security/py-python-gvm/Makefile

Modified: head/security/gvm/Makefile
==============================================================================
--- head/security/gvm/Makefile	Wed Jan  6 09:48:12 2021	(r560490)
+++ head/security/gvm/Makefile	Wed Jan  6 10:11:55 2021	(r560491)
@@ -7,7 +7,7 @@ CATEGORIES=	security
 MAINTAINER=	acm@FreeBSD.org
 COMMENT=	Greenbone vulnerability management (metaport)
 
-USES=		metaport python
+USES=		metaport python:3.6+
 
 # Install GVM libraries
 RUN_DEPENDS+=	${LOCALBASE}/lib/libgvm_base.so:security/gvm-libs
@@ -32,7 +32,7 @@ OPTIONS_DEFAULT=	PYTHON-GVM GVM-TOOLS
 PYTHON-GVM_DESC=	Install GVM python API library
 GVM-TOOLS_DESC=		Install GVM tools
 
-PYTHON-GVM_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}gvm>=0:security/py-python-gvm@${PY_FLAVOR}
+PYTHON-GVM_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}python-gvm>=0:security/py-python-gvm@${PY_FLAVOR}
 GVM-TOOLS_RUN_DEPENDS=	gvm-cli:security/py-gvm-tools@${PY_FLAVOR}
 
 .include <bsd.port.mk>

Modified: head/security/py-gvm-tools/Makefile
==============================================================================
--- head/security/py-gvm-tools/Makefile	Wed Jan  6 09:48:12 2021	(r560490)
+++ head/security/py-gvm-tools/Makefile	Wed Jan  6 10:11:55 2021	(r560491)
@@ -13,7 +13,7 @@ LICENSE=	GPLv3+
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}python-gvm>=0:security/py-python-gvm@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.6+
 USE_PYTHON=	autoplist distutils
 
 NO_ARCH=	yes

Modified: head/security/py-ospd-openvas/Makefile
==============================================================================
--- head/security/py-ospd-openvas/Makefile	Wed Jan  6 09:48:12 2021	(r560490)
+++ head/security/py-ospd-openvas/Makefile	Wed Jan  6 10:11:55 2021	(r560491)
@@ -19,7 +19,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ospd>=0:security/p
 		${PYTHON_PKGNAMEPREFIX}defusedxml>=0:devel/py-defusedxml@${PY_FLAVOR} \
 		openvas:security/openvas
 
-USES=		python
+USES=		python:3.6+
 USE_PYTHON=	distutils
 
 NO_ARCH=	yes

Modified: head/security/py-python-gvm/Makefile
==============================================================================
--- head/security/py-python-gvm/Makefile	Wed Jan  6 09:48:12 2021	(r560490)
+++ head/security/py-python-gvm/Makefile	Wed Jan  6 10:11:55 2021	(r560491)
@@ -11,7 +11,7 @@ COMMENT=	The Greenbone Vulnerability Management Python
 
 LICENSE=	GPLv3+
 
-USES=		python
+USES=		python:3.6+
 USE_PYTHON=	autoplist distutils
 
 NO_ARCH=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101061011.106ABtSx028746>