git: 75a3c8fd7137 - main - net/py-errbot: Update version requirement of RUN_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 25 Oct 2024 11:21:57 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=75a3c8fd71379b23398c3c31da2dc6502e35c0b8 commit 75a3c8fd71379b23398c3c31da2dc6502e35c0b8 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-10-25 11:17:58 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-10-25 11:17:58 +0000 net/py-errbot: Update version requirement of RUN_DEPENDS - Bump PORTREVISION for package change --- net/py-errbot/Makefile | 2 +- net/py-errbot/files/patch-setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net/py-errbot/Makefile b/net/py-errbot/Makefile index c2df5bd93797..aa53d6d53a40 100644 --- a/net/py-errbot/Makefile +++ b/net/py-errbot/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ansi>=0.3.6:devel/py-ansi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}colorlog>=6.7.0:devel/py-colorlog@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}daemonize>=2.5.0:devel/py-daemonize@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}deepmerge>=1.1.0:devel/py-deepmerge@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dulwich>=0.21.2:devel/py-dulwich@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dulwich>=0.21.5:devel/py-dulwich@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}flask>=2.3.3:www/py-flask@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Jinja2>=3.1.2:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}markdown>=3.4.4:textproc/py-markdown@${PY_FLAVOR} \ diff --git a/net/py-errbot/files/patch-setup.py b/net/py-errbot/files/patch-setup.py index 5ccf2ccb9f60..98b13d3e3c74 100644 --- a/net/py-errbot/files/patch-setup.py +++ b/net/py-errbot/files/patch-setup.py @@ -28,7 +28,7 @@ + "ansi>=0.3.6", + "Pygments>=2.16.1", + "pygments-markdown-lexer>=0.1.0.dev39", # sytax coloring to debug md -+ "dulwich>=0.21.2", # python implementation of git ++ "dulwich>=0.21.5", # python implementation of git + "deepmerge>=1.1.0", ]