Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Jul 2022 14:37:25 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: 4635b27d97a6 - main - games/oolite: update to use espeak-ng instead of espeak
Message-ID:  <202207151437.26FEbPS8075715@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=4635b27d97a60fe794686a61a82db73cb3cc7b44

commit 4635b27d97a60fe794686a61a82db73cb3cc7b44
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2022-07-15 14:31:10 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2022-07-15 14:36:23 +0000

    games/oolite: update to use espeak-ng instead of espeak
---
 games/oolite/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games/oolite/Makefile b/games/oolite/Makefile
index 61b3660fcad7..0021ebca545d 100644
--- a/games/oolite/Makefile
+++ b/games/oolite/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=		oolite
 PORTVERSION=		1.88
-PORTREVISION=		4
+PORTREVISION=		5
 CATEGORIES=		games gnustep
 MASTER_SITES=		https://github.com/OoliteProject/oolite/releases/download/1.88/
 DISTNAME=		${PORTNAME}-source-${PORTVERSION}
@@ -15,7 +15,7 @@ LICENSE_FILE_CC-BY-NC-SA-3.0=	${WRKSRC}/Doc/LICENSE.TXT
 
 BUILD_DEPENDS=		zip:archivers/zip \
 			${LOCALBASE}/bin/unzip:archivers/unzip
-LIB_DEPENDS=		libespeak.so:audio/espeak \
+LIB_DEPENDS=		libespeak-ng.so:audio/espeak-ng \
 			libnspr4.so:devel/nspr \
 			libvorbisfile.so:audio/libvorbis \
 			libpng.so:graphics/png



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