Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Jul 2022 14:37:18 GMT
From:      =?utf-8?Q?Stefan=20E=C3=9Fer?= <se@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b8a7f1e6cee7 - main - textproc/google-translate-cli: use espeak-ng
Message-ID:  <202207151437.26FEbIj6075533@gitrepo.freebsd.org>

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

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

commit b8a7f1e6cee73f18edcf078f2e78db473559df14
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2022-07-15 13:40:33 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2022-07-15 14:36:22 +0000

    textproc/google-translate-cli: use espeak-ng
    
    The espeak package has been renamed to espeak-ng.
---
 textproc/google-translate-cli/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/textproc/google-translate-cli/Makefile b/textproc/google-translate-cli/Makefile
index 08fae882650a..cb1f69aa4da4 100644
--- a/textproc/google-translate-cli/Makefile
+++ b/textproc/google-translate-cli/Makefile
@@ -3,7 +3,7 @@
 PORTNAME=	google-translate-cli
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.9.6.12
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	textproc
 
 MAINTAINER=	nivit@FreeBSD.org
@@ -39,7 +39,7 @@ FRIBIDI_RUN_DEPENDS=	fribidi:converters/fribidi
 
 READLINE_RUN_DEPENDS=	rlwrap:devel/rlwrap
 
-TEXT2SPEECH_RUN_DEPENDS=	espeak:audio/espeak
+TEXT2SPEECH_RUN_DEPENDS=	espeak-ng:audio/espeak-ng
 
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/build/trans ${STAGEDIR}${PREFIX}/bin/trans



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