diff options
| author | Alessandro Sagratini <ale_sagra@hotmail.com> | 2022-03-31 02:15:12 -0500 |
|---|---|---|
| committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-03-31 02:18:55 -0500 |
| commit | edaa78faeca93cd181488c975a3a45de12d5a935 (patch) | |
| tree | f391cc25eca19fe3d12947ba3b1251c61f776b7d /databases/py-mysql-connector-python | |
| parent | 43e4eb107d22257eba0f2029f2017e400ade4bba (diff) | |
databases/py-mysql-connector-python: Update dependency
Update RUN_DEPENDS after py-dnspython2 has been DEPRECATED.
PR: 262946
Reported by: ale_sagra@hotmail.com
Diffstat (limited to 'databases/py-mysql-connector-python')
| -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 a85e82fae37a..0c8f6fb96d89 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.28 +PORTREVISION= 1 CATEGORIES= databases python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -26,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} +DNS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>=1.16.0:dns/py-dnspython@${PY_FLAVOR} GSSAPI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gssapi>=1.6.9:security/py-gssapi@${PY_FLAVOR} .include <bsd.port.pre.mk> |
