diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2022-09-07 05:11:22 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2022-09-07 05:12:42 +0000 |
commit | eb7f9206996d703a12c8c699ac1814e84e0a0e51 (patch) | |
tree | 2cf171fa4adee96bda6daec65bcf48abd345f056 | |
parent | 882ba1f1943a0e91c0cd1a4b988c854a9dd87f81 (diff) | |
download | ports-eb7f9206996d703a12c8c699ac1814e84e0a0e51.tar.gz ports-eb7f9206996d703a12c8c699ac1814e84e0a0e51.zip |
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
-rw-r--r-- | accessibility/speech-dispatcher/Makefile | 4 | ||||
-rw-r--r-- | accessibility/speech-dispatcher/distinfo | 4 |
2 files changed, 7 insertions, 1 deletions
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 |