git: 8b0e138a178c - main - audio/praat: update to 6.2.10, latest upstream
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 23 Mar 2022 13:00:50 UTC
The branch main has been updated by adridg: URL: https://cgit.FreeBSD.org/ports/commit/?id=8b0e138a178c572ab6af6b86b076845484c3538d commit 8b0e138a178c572ab6af6b86b076845484c3538d Author: Adriaan de Groot <adridg@FreeBSD.org> AuthorDate: 2022-03-23 12:16:54 +0000 Commit: Adriaan de Groot <adridg@FreeBSD.org> CommitDate: 2022-03-23 13:00:47 +0000 audio/praat: update to 6.2.10, latest upstream There is one bugfix for TextGrid, 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-fon_Praat__tests.cpp | 11 ----------- 3 files changed, 4 insertions(+), 15 deletions(-) diff --git a/audio/praat/Makefile b/audio/praat/Makefile index 46567445802b..49d34fa25009 100644 --- a/audio/praat/Makefile +++ b/audio/praat/Makefile @@ -1,6 +1,6 @@ PORTNAME= praat DISTVERSIONPREFIX= v -DISTVERSION= 6.2.09 +DISTVERSION= 6.2.10 CATEGORIES= audio science MAINTAINER= adridg@FreeBSD.org diff --git a/audio/praat/distinfo b/audio/praat/distinfo index 8721b4e39bc1..ac04ea96e3d9 100644 --- a/audio/praat/distinfo +++ b/audio/praat/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1645195780 -SHA256 (praat-praat-v6.2.09_GH0.tar.gz) = 3c38b8af267b152a3fda1af78fe8cc26a1717f70a886387e657c55746f666af1 -SIZE (praat-praat-v6.2.09_GH0.tar.gz) = 35248830 +TIMESTAMP = 1647955649 +SHA256 (praat-praat-v6.2.10_GH0.tar.gz) = f6358b2c6a967afe89882720d503c74221b364c563e1e4316a2d73c9f0c22bcd +SIZE (praat-praat-v6.2.10_GH0.tar.gz) = 35248464 diff --git a/audio/praat/files/patch-fon_Praat__tests.cpp b/audio/praat/files/patch-fon_Praat__tests.cpp deleted file mode 100644 index bf0c6515f662..000000000000 --- a/audio/praat/files/patch-fon_Praat__tests.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- fon/Praat_tests.cpp.orig 2021-11-30 13:24:45 UTC -+++ fon/Praat_tests.cpp -@@ -742,7 +742,7 @@ class Vec { (public) - }; - - static Vec copy (Vec x) { -- return x; -+ return Vec(x); - } - - /*static void tryVec () {