git: d29430dec6f4 - main - devel/py-warlock: Fix build after a06fe6e39adaf76f178798640c57888705cbf40a

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 01 Nov 2021 13:46:43 UTC
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}