diff options
author | Adriaan de Groot <adridg@FreeBSD.org> | 2020-09-30 11:44:01 +0000 |
---|---|---|
committer | Adriaan de Groot <adridg@FreeBSD.org> | 2020-09-30 11:44:01 +0000 |
commit | 45374552f0c9bb14a4a063fa25be24cc2d2e807c (patch) | |
tree | 3a9d9583d7c3b46055c0b58a3042c3628db05058 /audio | |
parent | a563c59fb314096a8fef522b8342ff391c83a777 (diff) | |
download | freebsd-ports-45374552f0c9bb14a4a063fa25be24cc2d2e807c.zip |
Update audio/praat to latest upstream release
Release notes as always
https://www.fon.hum.uva.nl/praat/manual/What_s_new_.html
- got rid of flashing during a running cursor or when making a selection
in the Sound window or the Picture window.
- corrected a bug that caused the buttons at the top of a manual window
to be overwritten with text when scrolling.
While here, remove two reinplace-bits that no longer apply,
the source has changed to its own cast.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/praat/Makefile | 4 | ||||
-rw-r--r-- | audio/praat/distinfo | 6 |
2 files changed, 4 insertions, 6 deletions
diff --git a/audio/praat/Makefile b/audio/praat/Makefile index 64be6d901a2d..89784039ebd7 100644 --- a/audio/praat/Makefile +++ b/audio/praat/Makefile @@ -2,7 +2,7 @@ PORTNAME= praat DISTVERSIONPREFIX= v -DISTVERSION= 6.1.22 +DISTVERSION= 6.1.24 CATEGORIES= audio science MAINTAINER= adridg@FreeBSD.org @@ -48,8 +48,6 @@ post-patch: -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/makefile.defs @${REINPLACE_CMD} -e 's| log2| NUMlog2|g' \ - -e 's|feof (f)|feof (f.get_ptr())|g' \ - -e 's|ferror (f)|ferror (f.get_ptr())|g' \ ${WRKSRC}/dwtools/Sound_extensions.cpp do-install: diff --git a/audio/praat/distinfo b/audio/praat/distinfo index 40f2f8c421b4..422de49f3157 100644 --- a/audio/praat/distinfo +++ b/audio/praat/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1601119435 -SHA256 (praat-praat-v6.1.22_GH0.tar.gz) = 046917fd84c8acb0c4d35cac4157d9a6d0b3fad112f1b08b14d57185cd0f88cd -SIZE (praat-praat-v6.1.22_GH0.tar.gz) = 31411295 +TIMESTAMP = 1601462618 +SHA256 (praat-praat-v6.1.24_GH0.tar.gz) = 1cc1f80d91dbc169b330fc7855c882c6773f11ffa648f24462a3e5e699c7341d +SIZE (praat-praat-v6.1.24_GH0.tar.gz) = 31408415 |