aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Sagratini <ale_sagra@hotmail.com>2022-03-31 07:15:12 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-03-31 07:18:55 +0000
commitedaa78faeca93cd181488c975a3a45de12d5a935 (patch)
treef391cc25eca19fe3d12947ba3b1251c61f776b7d
parent43e4eb107d22257eba0f2029f2017e400ade4bba (diff)
downloadports-edaa78faeca93cd181488c975a3a45de12d5a935.tar.gz
ports-edaa78faeca93cd181488c975a3a45de12d5a935.zip
databases/py-mysql-connector-python: Update dependency
Update RUN_DEPENDS after py-dnspython2 has been DEPRECATED. PR: 262946 Reported by: ale_sagra@hotmail.com
-rw-r--r--databases/py-mysql-connector-python/Makefile3
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>