Date: Wed, 30 Sep 2020 11:44:02 +0000 (UTC) From: Adriaan de Groot <adridg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r550687 - head/audio/praat Message-ID: <202009301144.08UBi2Un050353@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adridg Date: Wed Sep 30 11:44:01 2020 New Revision: 550687 URL: https://svnweb.freebsd.org/changeset/ports/550687 Log: 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. Modified: head/audio/praat/Makefile head/audio/praat/distinfo Modified: head/audio/praat/Makefile ============================================================================== --- head/audio/praat/Makefile Wed Sep 30 11:33:22 2020 (r550686) +++ head/audio/praat/Makefile Wed Sep 30 11:44:01 2020 (r550687) @@ -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: Modified: head/audio/praat/distinfo ============================================================================== --- head/audio/praat/distinfo Wed Sep 30 11:33:22 2020 (r550686) +++ head/audio/praat/distinfo Wed Sep 30 11:44:01 2020 (r550687) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009301144.08UBi2Un050353>