git: 4638eafe8085 - main - audio/espeak: rename to audio/espeak-ng

From: Stefan Eßer <se_at_FreeBSD.org>
Date: Fri, 15 Jul 2022 14:37:16 UTC
The branch main has been updated by se:

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

commit 4638eafe8085aa22994fdabd9083383040f880fa
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2022-07-15 13:34:36 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2022-07-15 14:36:21 +0000

    audio/espeak: rename to audio/espeak-ng
    
    The stale espeak repository has been forked and development has
    restarted under the name espeak-ng.
---
 audio/Makefile                                                    | 2 +-
 audio/{espeak => espeak-ng}/Makefile                              | 5 ++---
 audio/{espeak => espeak-ng}/distinfo                              | 0
 audio/{espeak => espeak-ng}/files/patch-Makefile.am               | 0
 audio/{espeak => espeak-ng}/files/patch-src_libespeak-ng_speech.h | 0
 audio/{espeak => espeak-ng}/pkg-descr                             | 0
 audio/{espeak => espeak-ng}/pkg-plist                             | 0
 7 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/audio/Makefile b/audio/Makefile
index 33ad3ad8c32d..97e8c4d8320f 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -141,7 +141,7 @@
     SUBDIR += enscribe
     SUBDIR += epos-devel
     SUBDIR += eq10q-lv2
-    SUBDIR += espeak
+    SUBDIR += espeak-ng
     SUBDIR += espressivo-lv2
     SUBDIR += etcd
     SUBDIR += eteroj-lv2
diff --git a/audio/espeak/Makefile b/audio/espeak-ng/Makefile
similarity index 88%
rename from audio/espeak/Makefile
rename to audio/espeak-ng/Makefile
index d5e005f504f7..5b1d8d7e35fc 100644
--- a/audio/espeak/Makefile
+++ b/audio/espeak-ng/Makefile
@@ -2,10 +2,9 @@
 
 PORTNAME=	espeak-ng
 PORTVERSION=	1.51.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	audio
-#MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}
-#DISTNAME=	${PORTNAME}-${PORTVERSION}-source
+#MASTER_SITES=	https://github.com/espeak-ng/${PORTNAME}/releases/download/${PORTVERSION}/
 
 MAINTAINER=	se@FreeBSD.org
 COMMENT=	Software speech synthesizer
diff --git a/audio/espeak/distinfo b/audio/espeak-ng/distinfo
similarity index 100%
rename from audio/espeak/distinfo
rename to audio/espeak-ng/distinfo
diff --git a/audio/espeak/files/patch-Makefile.am b/audio/espeak-ng/files/patch-Makefile.am
similarity index 100%
rename from audio/espeak/files/patch-Makefile.am
rename to audio/espeak-ng/files/patch-Makefile.am
diff --git a/audio/espeak/files/patch-src_libespeak-ng_speech.h b/audio/espeak-ng/files/patch-src_libespeak-ng_speech.h
similarity index 100%
rename from audio/espeak/files/patch-src_libespeak-ng_speech.h
rename to audio/espeak-ng/files/patch-src_libespeak-ng_speech.h
diff --git a/audio/espeak/pkg-descr b/audio/espeak-ng/pkg-descr
similarity index 100%
rename from audio/espeak/pkg-descr
rename to audio/espeak-ng/pkg-descr
diff --git a/audio/espeak/pkg-plist b/audio/espeak-ng/pkg-plist
similarity index 100%
rename from audio/espeak/pkg-plist
rename to audio/espeak-ng/pkg-plist