aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-12-30 10:52:03 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-12-30 10:52:03 +0000
commitd5cc8178ffc4704e909c0977067883d2b041f9d8 (patch)
treeec1d6f83528556699779f20a18482666733fb045
parent39dfff492e9d4dafc70d6d468095f791f8dfd7a7 (diff)
downloadports-d5cc8178ffc4704e909c0977067883d2b041f9d8.tar.gz
ports-d5cc8178ffc4704e909c0977067883d2b041f9d8.zip
www/py-google-cloud-dlp: Change RUN_DEPENDS from py-libcst to py-libcst03
- Bump PORTREVISION for dependency change
-rw-r--r--www/py-google-cloud-dlp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/py-google-cloud-dlp/Makefile b/www/py-google-cloud-dlp/Makefile
index dd557211021b..843154336728 100644
--- a/www/py-google-cloud-dlp/Makefile
+++ b/www/py-google-cloud-dlp/Makefile
@@ -1,5 +1,6 @@
PORTNAME= google-cloud-dlp
PORTVERSION= 3.9.2
+PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -23,6 +24,6 @@ NO_ARCH= yes
OPTIONS_DEFINE= LIBCST
LIBCST_DESC= Concrete Syntax Tree (CST) support
-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>