git: eb7f9206996d - main - accessibility/speech-dispatcher: add upstream crash-fix

From: Tobias C. Berner <tcberner_at_FreeBSD.org>
Date: Wed, 07 Sep 2022 05:13:15 UTC
The branch main has been updated by tcberner:

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

commit eb7f9206996d703a12c8c699ac1814e84e0a0e51
Author:     Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2022-09-07 05:11:22 +0000
Commit:     Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2022-09-07 05:12:42 +0000

    accessibility/speech-dispatcher: add upstream crash-fix
    
    A bug in speed-dispatcher lead to a crash in okular (as
    speech-dispatcher was segfaulting).
    
    Upstream PR:    https://bugs.kde.org/show_bug.cgi?id=458762
    Upstream PR:    https://github.com/brailcom/speechd/issues/762
---
 accessibility/speech-dispatcher/Makefile | 4 ++++
 accessibility/speech-dispatcher/distinfo | 4 +++-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/accessibility/speech-dispatcher/Makefile b/accessibility/speech-dispatcher/Makefile
index c3f121a508d6..90e3f2b0939d 100644
--- a/accessibility/speech-dispatcher/Makefile
+++ b/accessibility/speech-dispatcher/Makefile
@@ -1,8 +1,12 @@
 PORTNAME=	speech-dispatcher
 DISTVERSION=	0.11.2
+PORTREVISION=	1
 CATEGORIES?=	accessibility audio
 MASTER_SITES=	https://github.com/brailcom/speechd/releases/download/${PORTVERSION}/
 
+PATCH_SITES=	https://github.com/brailcom/speechd/commit/
+PATCHFILES=	c204a23db76345d0bce2cdf395517c99699a8a4a.diff:-p1
+
 MAINTAINER=	multimedia@FreeBSD.org
 COMMENT?=	Common interface to speech synthesis
 
diff --git a/accessibility/speech-dispatcher/distinfo b/accessibility/speech-dispatcher/distinfo
index 71fe73281ad7..e159c4e6a320 100644
--- a/accessibility/speech-dispatcher/distinfo
+++ b/accessibility/speech-dispatcher/distinfo
@@ -1,3 +1,5 @@
-TIMESTAMP = 1661497121
+TIMESTAMP = 1662527209
 SHA256 (speech-dispatcher-0.11.2.tar.gz) = 8b4649925e68cbe1a7b4c0a07bb041ce7738b35c906a602bf82986db1aa0f364
 SIZE (speech-dispatcher-0.11.2.tar.gz) = 7147526
+SHA256 (c204a23db76345d0bce2cdf395517c99699a8a4a.diff) = eaf5c67ef7e9cf5febeb397cf857fd69750f6cf1c56be7248a85d1de14150e3a
+SIZE (c204a23db76345d0bce2cdf395517c99699a8a4a.diff) = 422