git: 023189459c6a - main - audio/piper-phonemize: Correct COMMENT

From: Ed Maste <emaste_at_FreeBSD.org>
Date: Wed, 24 Jun 2026 17:41:32 UTC
The branch main has been updated by emaste:

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

commit 023189459c6ab057cba56dd7a77ab415434af566
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2026-06-24 14:39:42 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2026-06-24 17:41:03 +0000

    audio/piper-phonemize: Correct COMMENT
    
    It was just copied from audio/piper.  Piper is a "Fast, local neural
    text to speech system" while piper-phonemize is one of its dependencies.
    
    Reviewed by:    jrm
    Event:          Halifax Hackathon 202606
    Sponsored by:   The FreeBSD Foundation
    Differential Revision: https://reviews.freebsd.org/D57819
---
 audio/piper-phonemize/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/audio/piper-phonemize/Makefile b/audio/piper-phonemize/Makefile
index d2868a52fffa..3b8fce9c229b 100644
--- a/audio/piper-phonemize/Makefile
+++ b/audio/piper-phonemize/Makefile
@@ -1,11 +1,11 @@
 PORTNAME=	piper-phonemize
 DISTVERSION=	2023.11.14
-PORTREVISION=	1
+PORTREVISION=	2
 DISTVERSIONSUFFIX=	-4
 CATEGORIES=	audio
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Fast, local neural text to speech system
+COMMENT=	Piper text-to-speech phonemizer based on espeak-ng
 WWW=		https://rhasspy.github.io/piper-samples/
 
 LICENSE=	MIT