git: e80ee707df5f - main - devel/oci-cli: fix depends and unbreak the ports tree
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 25 Nov 2022 08:05:24 UTC
The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=e80ee707df5f13b726afe51ab24cfd660fd44f2e commit e80ee707df5f13b726afe51ab24cfd660fd44f2e Author: Antoine Brodin <antoine@FreeBSD.org> AuthorDate: 2022-11-25 08:05:01 +0000 Commit: Antoine Brodin <antoine@FreeBSD.org> CommitDate: 2022-11-25 08:05:01 +0000 devel/oci-cli: fix depends and unbreak the ports tree --- devel/oci-cli/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/oci-cli/Makefile b/devel/oci-cli/Makefile index 3e3cbefa4c7f..f87f8f59be2d 100644 --- a/devel/oci-cli/Makefile +++ b/devel/oci-cli/Makefile @@ -18,7 +18,7 @@ LICENSE_PERMS_UPL= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}arrow>=1.0.0:devel/py-arrow@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certifi>0:security/py-certifi@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}click7>=7.1.2:devel/py-click@7${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}click7>=7.1.2:devel/py-click7@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cryptography>=3.2.1:security/py-cryptography@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dateutil>=2.5.3:devel/py-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jmespath>=0.10.0:devel/py-jmespath@${PY_FLAVOR} \