git: 2b7ade4f9609 - main - databases/py-mysql-connector-python: Fix incorrect RUN_DEPENDS version
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 01 Feb 2022 18:48:30 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=2b7ade4f96096fcfe1edfa5672d691377918c3dc commit 2b7ade4f96096fcfe1edfa5672d691377918c3dc Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2022-02-01 18:46:44 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2022-02-01 18:46:44 +0000 databases/py-mysql-connector-python: Fix incorrect RUN_DEPENDS version PR: 261586 Reported by: geraud@gcu.info --- databases/py-mysql-connector-python/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/databases/py-mysql-connector-python/Makefile b/databases/py-mysql-connector-python/Makefile index ac65a0b845e6..a85e82fae37a 100644 --- a/databases/py-mysql-connector-python/Makefile +++ b/databases/py-mysql-connector-python/Makefile @@ -27,7 +27,7 @@ DNS_DESC= DNS Support COMPRESSION_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lz4>2.1.6:archivers/py-lz4@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zstandard>0.12.0:archivers/py-zstandard@${PY_FLAVOR} DNS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython2>=1.16.0:dns/py-dnspython2@${PY_FLAVOR} -GSSAPI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gssapi>1.6.14:security/py-gssapi@${PY_FLAVOR} +GSSAPI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gssapi>=1.6.9:security/py-gssapi@${PY_FLAVOR} .include <bsd.port.pre.mk>