git: edaa78faeca9 - main - databases/py-mysql-connector-python: Update dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 31 Mar 2022 07:19:16 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=edaa78faeca93cd181488c975a3a45de12d5a935 commit edaa78faeca93cd181488c975a3a45de12d5a935 Author: Alessandro Sagratini <ale_sagra@hotmail.com> AuthorDate: 2022-03-31 07:15:12 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2022-03-31 07:18:55 +0000 databases/py-mysql-connector-python: Update dependency Update RUN_DEPENDS after py-dnspython2 has been DEPRECATED. PR: 262946 Reported by: ale_sagra@hotmail.com --- databases/py-mysql-connector-python/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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>