git: 668d05c2eb73 - main - security/py-sslyze: Sort USES
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 31 Jul 2023 16:47:34 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=668d05c2eb7335f36b9389854209d9528c620892 commit 668d05c2eb7335f36b9389854209d9528c620892 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-07-31 16:32:57 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-07-31 16:40:16 +0000 security/py-sslyze: Sort USES --- security/py-sslyze/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/py-sslyze/Makefile b/security/py-sslyze/Makefile index a190953993b8..6c2789b98c79 100644 --- a/security/py-sslyze/Makefile +++ b/security/py-sslyze/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nassl>=5<6:security/py-nassl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}openssl>=20,1<24,1:security/py-openssl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tls-parser>=2<3:security/py-tls-parser@${PY_FLAVOR} -USES= python pycryptography:run +USES= pycryptography:run python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes