diff --git a/audio/praat/Makefile b/audio/praat/Makefile index 28d8669da854..cf7e53dddcf3 100644 --- a/audio/praat/Makefile +++ b/audio/praat/Makefile @@ -1,44 +1,44 @@ PORTNAME= praat DISTVERSIONPREFIX= v -DISTVERSION= 6.2.23 +DISTVERSION= 6.3.01 CATEGORIES= audio science MAINTAINER= adridg@FreeBSD.org COMMENT= Phonetics by Computer WWW= https://www.fon.hum.uva.nl/praat/ LICENSE= GPLv2 LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libharfbuzz.so:print/harfbuzz \ libasound.so:audio/alsa-lib # These are recommended but I can't tell the difference RUN_DEPENDS= CharisSIL>=0:x11-fonts/charis \ DoulosSIL>=0:x11-fonts/doulos USES= compiler:c++11-lang dos2unix gnome iconv pkgconfig xorg USE_GNOME= cairo gdkpixbuf2 gtk30 USE_GITHUB= yes USE_XORG= x11 DOS2UNIX_FILES= \ fon/Makefile \ melder/Makefile \ sys/Makefile \ EEG/Makefile PLIST_FILES= bin/praat share/man/man1/praat.1.gz post-patch: @${REINPLACE_CMD} -e 's|^CPPFLAGS =|CPPFLAGS +=|' \ ${WRKSRC}/*/Makefile \ ${WRKSRC}/external/*/Makefile @${CP} ${WRKSRC}/makefiles/makefile.defs.freebsd.alsa \ ${WRKSRC}/makefile.defs do-install: ${INSTALL_PROGRAM} ${WRKSRC}/praat ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${FILESDIR}/praat.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include 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.");