Date: Fri, 21 Jun 2024 09:31:21 GMT From: Eugene Grosbein <eugen@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 01d422b27367 - main - security/cpfx: depend on pygost-5.13 Message-ID: <202406210931.45L9VL2N049812@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by eugen: URL: https://cgit.FreeBSD.org/ports/commit/?id=01d422b27367a6c1cb356e6983ba7388749c47f2 commit 01d422b27367a6c1cb356e6983ba7388749c47f2 Author: Eugene Grosbein <eugen@FreeBSD.org> AuthorDate: 2024-06-21 09:28:08 +0000 Commit: Eugene Grosbein <eugen@FreeBSD.org> CommitDate: 2024-06-21 09:31:15 +0000 security/cpfx: depend on pygost-5.13 This is followup to previous commit to the port: update dependency on pygost to include latest bugfixes. PORTREVISION not changed intentionally. --- security/cpfx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/cpfx/Makefile b/security/cpfx/Makefile index c2eba21fc730..83a7d254e20c 100644 --- a/security/cpfx/Makefile +++ b/security/cpfx/Makefile @@ -9,7 +9,7 @@ WWW= https://github.com/li0ard/cpfx LICENSE= APACHE20 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygost>=5.11:security/pygost@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygost>=5.13:security/pygost@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyderasn>=9.3:devel/pyderasn@${PY_FLAVOR} PLIST_FILES= bin/cpfx.py bin/schemas.py
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406210931.45L9VL2N049812>