git: 470d11922825 - main - audio/praat: update to 7.3.01, latest upstream
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 27 Nov 2022 13:43:49 UTC
The branch main has been updated by adridg: URL: https://cgit.FreeBSD.org/ports/commit/?id=470d11922825cdbe61ca212417c162a8e4500b37 commit 470d11922825cdbe61ca212417c162a8e4500b37 Author: Adriaan de Groot <adridg@FreeBSD.org> AuthorDate: 2022-11-27 12:42:31 +0000 Commit: Adriaan de Groot <adridg@FreeBSD.org> CommitDate: 2022-11-27 13:43:46 +0000 audio/praat: update to 7.3.01, latest upstream New scripting improvements, and the release notes are at https://www.fon.hum.uva.nl/praat/manual/What_s_new_.html --- audio/praat/Makefile | 2 +- audio/praat/distinfo | 6 +++--- audio/praat/files/patch-dwsys_NUMsort2.cpp | 11 ----------- 3 files changed, 4 insertions(+), 15 deletions(-) diff --git a/audio/praat/Makefile b/audio/praat/Makefile index 28d8669da854..cf7e53dddcf3 100644 --- a/audio/praat/Makefile +++ b/audio/praat/Makefile @@ -1,6 +1,6 @@ PORTNAME= praat DISTVERSIONPREFIX= v -DISTVERSION= 6.2.23 +DISTVERSION= 6.3.01 CATEGORIES= audio science MAINTAINER= adridg@FreeBSD.org diff --git a/audio/praat/distinfo b/audio/praat/distinfo index e2410eab3ec7..523731461b20 100644 --- a/audio/praat/distinfo +++ b/audio/praat/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1665436779 -SHA256 (praat-praat-v6.2.23_GH0.tar.gz) = cc2041656a9d8b36a7dd5115ddde2af09d669c6179d252330b83da9504483b62 -SIZE (praat-praat-v6.2.23_GH0.tar.gz) = 36293567 +TIMESTAMP = 1669411820 +SHA256 (praat-praat-v6.3.01_GH0.tar.gz) = 038916781a8f8b4c78bf9d153e3f5a81dc42166d8d4bfecd28b1265004592f8d +SIZE (praat-praat-v6.3.01_GH0.tar.gz) = 36422610 diff --git a/audio/praat/files/patch-dwsys_NUMsort2.cpp b/audio/praat/files/patch-dwsys_NUMsort2.cpp deleted file mode 100644 index bc25fd3db2b3..000000000000 --- a/audio/praat/files/patch-dwsys_NUMsort2.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- dwsys/NUMsort2.cpp.orig 2022-10-10 21:25:25 UTC -+++ dwsys/NUMsort2.cpp -@@ -239,7 +239,7 @@ void VECsort3_inplace (VEC const& a, INTVEC const& iv1 - iv2 [j] = itmp [index [j]]; - } - --autoINTMAT sortRows_INTMAT (constINTMAT mat, integer icol) { // TODO test me -+void sortRows_INTMAT (constINTMAT mat, integer icol) { // TODO test me - try { - Melder_require (icol > 0 && icol <= mat.ncol, - U"The column index is not valid.");