Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Jul 2022 16:48:24 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: fe74bc4851d9 - main - audio/espeak-ng: add espeak to CONFLICTS_INSTALL
Message-ID:  <202207171648.26HGmOvo048593@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=fe74bc4851d9dd76ea5384885db1ee07f88c65c9

commit fe74bc4851d9dd76ea5384885db1ee07f88c65c9
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2022-07-17 16:44:35 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2022-07-17 16:44:35 +0000

    audio/espeak-ng: add espeak to CONFLICTS_INSTALL
    
    The espeak package has been replaced by espeak-ng, but since the pkg
    command does not understand that the latter replaces the former, it is
    possible that "pkg upgrade" tries to install espeak-ng on a system
    that already has espeak installed.
    
    Create and plan to keep the CONFLICTS_INSTALL entry for some time in
    order to let the pkg command know that it cannot install espeak-ng
    without prior deinstallation of espeak.
---
 audio/espeak-ng/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/audio/espeak-ng/Makefile b/audio/espeak-ng/Makefile
index 5b1d8d7e35fc..cebff200e16d 100644
--- a/audio/espeak-ng/Makefile
+++ b/audio/espeak-ng/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	espeak-ng
 PORTVERSION=	1.51.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	audio
 #MASTER_SITES=	https://github.com/espeak-ng/${PORTNAME}/releases/download/${PORTVERSION}/
 
@@ -21,7 +21,7 @@ USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-pcaudiolib
 
-CONFLICTS_INSTALL=	speak
+CONFLICTS_INSTALL=	espeak speak
 
 OPTIONS_DEFINE=	DOCS
 



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