Date: Mon, 1 Nov 2021 13:46:43 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d29430dec6f4 - main - devel/py-warlock: Fix build after a06fe6e39adaf76f178798640c57888705cbf40a Message-ID: <202111011346.1A1DkhmG050543@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=d29430dec6f48d64b9dddd203589b238f62022ab commit d29430dec6f48d64b9dddd203589b238f62022ab Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-11-01 13:26:03 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-11-01 13:41:46 +0000 devel/py-warlock: Fix build after a06fe6e39adaf76f178798640c57888705cbf40a - Change RUN_DEPENDS from py-jsonschema to py-jsonschema3 - Bump PORTREVISION for dependency change --- devel/py-warlock/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/py-warlock/Makefile b/devel/py-warlock/Makefile index 87b637f002c0..db8c3a2a340f 100644 --- a/devel/py-warlock/Makefile +++ b/devel/py-warlock/Makefile @@ -2,6 +2,7 @@ PORTNAME= warlock PORTVERSION= 1.3.3 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +13,7 @@ COMMENT= Python object model built on JSON schema and JSON patch LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonschema>=0.7<4:devel/py-jsonschema@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonschema3>=0.7<4:devel/py-jsonschema3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jsonpatch>=0.10<2:devel/py-jsonpatch@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111011346.1A1DkhmG050543>