From 39dfff492e9d4dafc70d6d468095f791f8dfd7a7 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Fri, 30 Dec 2022 18:52:01 +0800 Subject: [PATCH] www/py-google-cloud-datastore: Change RUN_DEPENDS from py-libcst to py-libcst03 - Bump PORTREVISION for dependency change --- www/py-google-cloud-datastore/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/py-google-cloud-datastore/Makefile b/www/py-google-cloud-datastore/Makefile index ca76c98b6a77..eaa6d67a3d2e 100644 --- a/www/py-google-cloud-datastore/Makefile +++ b/www/py-google-cloud-datastore/Makefile @@ -1,5 +1,6 @@ PORTNAME= google-cloud-datastore PORTVERSION= 2.10.0 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -24,6 +25,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