git: 8eb59ea958b9 - main - devel/py-google-cloud-iam: 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:11 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=8eb59ea958b973c272ee51e57b600e986830110e commit 8eb59ea958b973c272ee51e57b600e986830110e Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-12-30 10:51:52 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-12-30 10:51:52 +0000 devel/py-google-cloud-iam: Change RUN_DEPENDS from py-libcst to py-libcst03 - Bump PORTREVISION for dependency change --- devel/py-google-cloud-iam/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/py-google-cloud-iam/Makefile b/devel/py-google-cloud-iam/Makefile index ea09d4a1f4bd..231199d27268 100644 --- a/devel/py-google-cloud-iam/Makefile +++ b/devel/py-google-cloud-iam/Makefile @@ -1,5 +1,6 @@ PORTNAME= google-cloud-iam PORTVERSION= 2.9.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -23,6 +24,6 @@ NO_ARCH= yes OPTIONS_DEFINE= FIXUP FIXUP_DESC= 1.0 to 2.0 fixer script -FIXUP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libcst>=0.2.5:devel/py-libcst@${PY_FLAVOR} +FIXUP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libcst03>=0.2.5:devel/py-libcst03@${PY_FLAVOR} .include <bsd.port.mk>