git: 0c5f6038bd95 - main - net/py-errbot: Update version requirement of RUN_DEPENDS

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sun, 09 Apr 2023 13:41:29 UTC
The branch main has been updated by sunpoet:

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

commit 0c5f6038bd956ef3ab66c33bbbb048fc6108a070
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-04-09 13:31:55 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-04-09 13:36:56 +0000

    net/py-errbot: Update version requirement of RUN_DEPENDS
---
 net/py-errbot/Makefile             | 4 ++--
 net/py-errbot/files/patch-setup.py | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net/py-errbot/Makefile b/net/py-errbot/Makefile
index 0a5e9113f9eb..23f19672c04d 100644
--- a/net/py-errbot/Makefile
+++ b/net/py-errbot/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	errbot
 PORTVERSION=	6.1.9
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +16,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ansi>=0.2.0:devel/py-ansi@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}colorlog>=6.6.0:devel/py-colorlog@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}daemonize>=2.5.0:devel/py-daemonize@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}deepmerge>=1.0.1:devel/py-deepmerge@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}dulwich>=0.19.16:devel/py-dulwich@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}dulwich>=0.20.31:devel/py-dulwich@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}Flask>=2.0.2:www/py-flask@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}Jinja2>=3.0.3:devel/py-Jinja2@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}markdown>=3.3.6:textproc/py-markdown@${PY_FLAVOR} \
diff --git a/net/py-errbot/files/patch-setup.py b/net/py-errbot/files/patch-setup.py
index 6f84a5f0c6dc..3927d81e438b 100644
--- a/net/py-errbot/files/patch-setup.py
+++ b/net/py-errbot/files/patch-setup.py
@@ -28,7 +28,7 @@
 +    "ansi>=0.2.0",
 +    "Pygments>=2.11.2",
 +    "pygments-markdown-lexer>=0.1.0.dev39",  # sytax coloring to debug md
-+    "dulwich>=0.19.16",  # python implementation of git
++    "dulwich>=0.20.31",  # python implementation of git
 +    "deepmerge>=1.0.1",
  ]