Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Dec 2022 10:54:20 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 093268fb9cd3 - main - www/py-google-cloud-speech: Change RUN_DEPENDS from py-libcst to py-libcst03
Message-ID:  <202212301054.2BUAsKYS073152@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=093268fb9cd37fdfea79e844cb2bb73132742e94

commit 093268fb9cd37fdfea79e844cb2bb73132742e94
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-12-30 10:52:06 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-12-30 10:52:06 +0000

    www/py-google-cloud-speech: Change RUN_DEPENDS from py-libcst to py-libcst03
    
    - Bump PORTREVISION for dependency change
---
 www/py-google-cloud-speech/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/www/py-google-cloud-speech/Makefile b/www/py-google-cloud-speech/Makefile
index 470b28934cb3..a576c75722be 100644
--- a/www/py-google-cloud-speech/Makefile
+++ b/www/py-google-cloud-speech/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	google-cloud-speech
 PORTVERSION=	2.16.2
+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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212301054.2BUAsKYS073152>