git: e33bc5e3a8b5 - main - net/cloud-init: update jsonschema dependency

From: Larry Rosenman <ler_at_FreeBSD.org>
Date: Wed, 24 Aug 2022 16:55:00 UTC
The branch main has been updated by ler:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e33bc5e3a8b52226bab0ab7d87192ceec741885c

commit e33bc5e3a8b52226bab0ab7d87192ceec741885c
Author:     Larry Rosenman <ler@FreeBSD.org>
AuthorDate: 2022-08-24 16:54:13 +0000
Commit:     Larry Rosenman <ler@FreeBSD.org>
CommitDate: 2022-08-24 16:54:13 +0000

    net/cloud-init: update jsonschema dependency
    
    PR: 266002
    Submitted By: ahktenzero+freebsd@mohorovi.cc
---
 net/cloud-init/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/net/cloud-init/Makefile b/net/cloud-init/Makefile
index b9dbe25d77ab..cc041414bd39 100644
--- a/net/cloud-init/Makefile
+++ b/net/cloud-init/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	cloud-init
 DISTVERSION=	22.3
+PORTREVISION=	1
 CATEGORIES=	net python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -20,7 +21,7 @@ RUN_DEPENDS=	sudo>0:security/sudo \
 		${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}oauthlib>0:security/py-oauthlib@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}jsonpatch>0:devel/py-jsonpatch@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}jsonschema3>0:devel/py-jsonschema3@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}jsonschema>0:devel/py-jsonschema@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}jsonpointer>0:devel/py-jsonpointer@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}netifaces>0:net/py-netifaces@${PY_FLAVOR}
 
@@ -29,7 +30,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	canonical
 
 SHEBANG_FILES=	tools/validate-yaml.py tools/read-dependencies \
-		tools/read-version
+		tools/read-version tools/hook-hotplug
 USE_PYTHON=	autoplist distutils
 ETCDIR=		${PREFIX}/etc/cloud