diff options
| author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-01-17 13:41:04 -0600 |
|---|---|---|
| committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-01-17 13:43:02 -0600 |
| commit | 5bf1a9a40747ea2cf2939f50c2ab13e89e8a21d2 (patch) | |
| tree | 1e978c6c145446b2cc0fabb00a42f8e95fc55817 /databases/py-mysql-connector-python/Makefile | |
| parent | c67bef93fed608f8fa3a6772e7331faf24feaf4e (diff) | |
databases/py-mysql-connector-python: Runtime fix
PR: 269014
Reported by: dvl
MFH: 2023Q1
Diffstat (limited to 'databases/py-mysql-connector-python/Makefile')
| -rw-r--r-- | databases/py-mysql-connector-python/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/py-mysql-connector-python/Makefile b/databases/py-mysql-connector-python/Makefile index 14b560f3fceb..425bc92cda68 100644 --- a/databases/py-mysql-connector-python/Makefile +++ b/databases/py-mysql-connector-python/Makefile @@ -1,5 +1,6 @@ PORTNAME= mysql-connector-python PORTVERSION= 8.0.31 +PORTREVISION= 1 CATEGORIES= databases python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -9,7 +10,7 @@ WWW= https://dev.mysql.com/doc/connector-python/en LICENSE= GPLv2 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}protobuf>=3.0.0:devel/py-protobuf@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}protobuf>=3.11.0:devel/py-protobuf@${PY_FLAVOR} USES= python:3.6+ USE_GITHUB= yes |
