Date: Sat, 25 Sep 2021 20:30:06 GMT From: Bernhard Froehlich <decke@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 286291f16fef - main - security/py-paramiko1: Add CPE information Message-ID: <202109252030.18PKU6Hq056630@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=286291f16fef89ed494b803fd7991ffa541f0927 commit 286291f16fef89ed494b803fd7991ffa541f0927 Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2021-09-25 20:22:45 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2021-09-25 20:28:59 +0000 security/py-paramiko1: Add CPE information Approved by: portmgr (blanket) --- security/py-paramiko1/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/py-paramiko1/Makefile b/security/py-paramiko1/Makefile index a6642752e3d6..bd7cabb32886 100644 --- a/security/py-paramiko1/Makefile +++ b/security/py-paramiko1/Makefile @@ -16,7 +16,7 @@ EXPIRATION_DATE=2021-09-30 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>0:security/py-cryptography@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ecdsa>0:security/py-ecdsa@${PY_FLAVOR} -USES= python:3.6+ +USES= cpe python:3.6+ USE_PYTHON= distutils autoplist CONFLICTS_INSTALL= py??-paramiko-*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109252030.18PKU6Hq056630>