From owner-svn-ports-head@freebsd.org Wed Sep 30 11:44:02 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BDBC94257A6; Wed, 30 Sep 2020 11:44:02 +0000 (UTC) (envelope-from adridg@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4C1ZCk4fwnz48kt; Wed, 30 Sep 2020 11:44:02 +0000 (UTC) (envelope-from adridg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8339F1F0FB; Wed, 30 Sep 2020 11:44:02 +0000 (UTC) (envelope-from adridg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 08UBi2wS050354; Wed, 30 Sep 2020 11:44:02 GMT (envelope-from adridg@FreeBSD.org) Received: (from adridg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08UBi2Un050353; Wed, 30 Sep 2020 11:44:02 GMT (envelope-from adridg@FreeBSD.org) Message-Id: <202009301144.08UBi2Un050353@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adridg set sender to adridg@FreeBSD.org using -f From: Adriaan de Groot Date: Wed, 30 Sep 2020 11:44:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r550687 - head/audio/praat X-SVN-Group: ports-head X-SVN-Commit-Author: adridg X-SVN-Commit-Paths: head/audio/praat X-SVN-Commit-Revision: 550687 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Sep 2020 11:44:02 -0000 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