git: 98ba32b2b3d3 - main - www/py-instabot: Update version requirement of RUN_DEPENDS

Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jul 24 20:32:16 UTC 2021


The branch main has been updated by sunpoet:

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

commit 98ba32b2b3d37783fdfc6edfca12a575e599649b
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-07-24 20:22:40 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-07-24 20:22:40 +0000

    www/py-instabot: Update version requirement of RUN_DEPENDS
---
 www/py-instabot/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/py-instabot/Makefile b/www/py-instabot/Makefile
index 581bf733920b..4328e8f0aede 100644
--- a/www/py-instabot/Makefile
+++ b/www/py-instabot/Makefile
@@ -28,7 +28,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}certifi>=2019.11.28:security/py-certifi@${PY
 		${PYTHON_PKGNAMEPREFIX}schedule>=0.6.0:devel/py-schedule@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=1.14.0:devel/py-six@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}tqdm>=4.41.1:misc/py-tqdm@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}urllib3>=1.25.7:net/py-urllib3@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}urllib3>=1.25.7,1:net/py-urllib3@${PY_FLAVOR}
 
 USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent distutils


More information about the dev-commits-ports-main mailing list