aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-12-30 10:51:59 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-12-30 10:51:59 +0000
commit266d04163ccbe03f3c26f6098093ca241f3efad4 (patch)
tree0a4990a2b73d70c039cc284c50468949c3333936
parent922104437ef2df858a9266e846924215e04caacb (diff)
downloadports-266d04163ccbe03f3c26f6098093ca241f3efad4.tar.gz
ports-266d04163ccbe03f3c26f6098093ca241f3efad4.zip
www/py-google-cloud-bigtable: Change RUN_DEPENDS from py-libcst to py-libcst03
- Bump PORTREVISION for dependency change
-rw-r--r--www/py-google-cloud-bigtable/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/py-google-cloud-bigtable/Makefile b/www/py-google-cloud-bigtable/Makefile
index 35494e30b6d6..d7d5f043d442 100644
--- a/www/py-google-cloud-bigtable/Makefile
+++ b/www/py-google-cloud-bigtable/Makefile
@@ -1,5 +1,6 @@
PORTNAME= google-cloud-bigtable
PORTVERSION= 2.13.2
+PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -25,6 +26,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>