git: 4486e5e85a36 - main - www/py-google-cloud-vision: Change RUN_DEPENDS from py-libcst to py-libcst03
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Dec 2022 10:54:21 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=4486e5e85a36bdd5707a4151bba5abcb3e220338 commit 4486e5e85a36bdd5707a4151bba5abcb3e220338 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-12-30 10:52:08 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-12-30 10:52:08 +0000 www/py-google-cloud-vision: Change RUN_DEPENDS from py-libcst to py-libcst03 - Bump PORTREVISION for dependency change --- www/py-google-cloud-vision/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/py-google-cloud-vision/Makefile b/www/py-google-cloud-vision/Makefile index 0a79911b6436..31f651b91cf8 100644 --- a/www/py-google-cloud-vision/Makefile +++ b/www/py-google-cloud-vision/Makefile @@ -1,5 +1,6 @@ PORTNAME= google-cloud-vision PORTVERSION= 3.1.4 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -23,6 +24,6 @@ NO_ARCH= yes OPTIONS_DEFINE= LIBCST LIBCST_DESC= Fixup scripts -LIBCST_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libcst>=0.2.5:devel/py-libcst@${PY_FLAVOR} +LIBCST_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libcst03>=0.2.5:devel/py-libcst03@${PY_FLAVOR} .include <bsd.port.mk>