Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Feb 2022 18:48:30 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2b7ade4f9609 - main - databases/py-mysql-connector-python: Fix incorrect RUN_DEPENDS version
Message-ID:  <202202011848.211ImUQH022273@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202011848.211ImUQH022273>