svn commit: r538185 - head/audio/praat

Adriaan de Groot adridg at FreeBSD.org
Sun Jun 7 18:57:07 UTC 2020


Author: adridg
Date: Sun Jun  7 18:57:06 2020
New Revision: 538185
URL: https://svnweb.freebsd.org/changeset/ports/538185

Log:
  audio/praat update to latest upstream release.
  
  Release notes are always on
  	https://www.fon.hum.uva.nl/praat/manual/What_s_new_.html
  there's one bug fixed, "more reliable choice of input device".
  
  This release also vanishes some bundled code, so we no longer have
  to patch out hard CPPFLAGS setting from Makefiles (well, two of them,
  which no longer exist).
  
  Reported by:	portscout

Modified:
  head/audio/praat/Makefile
  head/audio/praat/distinfo

Modified: head/audio/praat/Makefile
==============================================================================
--- head/audio/praat/Makefile	Sun Jun  7 18:42:13 2020	(r538184)
+++ head/audio/praat/Makefile	Sun Jun  7 18:57:06 2020	(r538185)
@@ -2,7 +2,7 @@
 
 PORTNAME=		praat
 DISTVERSIONPREFIX=	v
-DISTVERSION=		6.1.15
+DISTVERSION=		6.1.16
 CATEGORIES=		audio science
 
 MAINTAINER=	adridg at FreeBSD.org
@@ -28,8 +28,6 @@ HARDCPPFLAGS=	${WRKSRC}/EEG/Makefile \
 		${WRKSRC}/artsynth/Makefile \
 		${WRKSRC}/dwsys/Makefile \
 		${WRKSRC}/dwtools/Makefile \
-		${WRKSRC}/external/clapack/blas/Makefile \
-		${WRKSRC}/external/clapack/lapack/Makefile \
 		${WRKSRC}/external/espeak/Makefile \
 		${WRKSRC}/external/flac/Makefile \
 		${WRKSRC}/external/gsl/Makefile \

Modified: head/audio/praat/distinfo
==============================================================================
--- head/audio/praat/distinfo	Sun Jun  7 18:42:13 2020	(r538184)
+++ head/audio/praat/distinfo	Sun Jun  7 18:57:06 2020	(r538185)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1590486356
-SHA256 (praat-praat-v6.1.15_GH0.tar.gz) = 2a526d72515b133d1d82ba19eea32729af0a326bc8242b15dca42a30f4a968e8
-SIZE (praat-praat-v6.1.15_GH0.tar.gz) = 31061291
+TIMESTAMP = 1591555611
+SHA256 (praat-praat-v6.1.16_GH0.tar.gz) = 84b4aa52ece20f7318aa9b5aa03718d074c492cf1998df65e7d128444a0d45d1
+SIZE (praat-praat-v6.1.16_GH0.tar.gz) = 31059591


More information about the svn-ports-all mailing list