Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jul 2023 10:36:27 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: b21bd1639507 - main - net/py-errbot: Update version requirement of RUN_DEPENDS
Message-ID:  <202307091036.369AaReI058459@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=b21bd1639507c7e375f1ade35f8438c93bbd23e4

commit b21bd1639507c7e375f1ade35f8438c93bbd23e4
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-07-09 10:19:54 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-07-09 10:19:54 +0000

    net/py-errbot: Update version requirement of RUN_DEPENDS
    
    - Bump PORTREVISION for package change
---
 net/py-errbot/Makefile             | 6 +++---
 net/py-errbot/files/patch-setup.py | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net/py-errbot/Makefile b/net/py-errbot/Makefile
index d7deb8856fea..31c15b6faddf 100644
--- a/net/py-errbot/Makefile
+++ b/net/py-errbot/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	errbot
 PORTVERSION=	6.1.9
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	net python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -21,9 +21,9 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ansi>=0.2.0:devel/py-ansi@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}Jinja2>=3.0.3:devel/py-Jinja2@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}markdown>=3.3.6:textproc/py-markdown@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pygments>=2.11.2:textproc/py-pygments@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}openssl>=21.0.0:security/py-openssl@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}openssl>=21.0.0,1:security/py-openssl@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests>=2.27.1:www/py-requests@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}webtest>=2.0.32:www/py-webtest@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}webtest>=3.0.0:www/py-webtest@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent distutils
diff --git a/net/py-errbot/files/patch-setup.py b/net/py-errbot/files/patch-setup.py
index 3927d81e438b..0e2819626fda 100644
--- a/net/py-errbot/files/patch-setup.py
+++ b/net/py-errbot/files/patch-setup.py
@@ -17,7 +17,7 @@
 -    "pygments-markdown-lexer==0.1.0.dev39",  # sytax coloring to debug md
 -    "dulwich==0.20.31",  # python implementation of git
 -    "deepmerge==1.0.1",
-+    "webtest>=2.0.32",
++    "webtest>=3.0.0",
 +    "setuptools>=60.5.0",
 +    "flask>=2.0.2",
 +    "requests>=2.27.1",



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307091036.369AaReI058459>