diff options
author | Adriaan de Groot <adridg@FreeBSD.org> | 2021-03-01 14:20:21 +0000 |
---|---|---|
committer | Adriaan de Groot <adridg@FreeBSD.org> | 2021-03-01 14:20:21 +0000 |
commit | ae15504c5dad79e48fb602c73e1e73cf51bff9c4 (patch) | |
tree | 66635b2c9ce4dab684efa0a0c813bc9f23904d60 /audio/praat/Makefile | |
parent | 5dfcf6776de7087cbc3ddcf1be2a9ba83c3230c5 (diff) | |
download | ports-ae15504c5dad79e48fb602c73e1e73cf51bff9c4.tar.gz ports-ae15504c5dad79e48fb602c73e1e73cf51bff9c4.zip |
Update audio/praat to latest upstream release
We skipped 6.1.{36,37,38,39} and now land at 6.1.40; the release
notes (for all versions) are at
https://www.fon.hum.uva.nl/praat/manual/What_s_new_.html
and can be summarized as
- handful of fixes probably not relevant to us
- scripting extensions
The FreeBSD makefile with settings and things has been merged
upstream, so we can lose that file from ports and simplify
post-patch ever-so-slightly.
Notes
Notes:
svn path=/head/; revision=566856
Diffstat (limited to 'audio/praat/Makefile')
-rw-r--r-- | audio/praat/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/praat/Makefile b/audio/praat/Makefile index adce6eef9ddb..67e75f017844 100644 --- a/audio/praat/Makefile +++ b/audio/praat/Makefile @@ -2,8 +2,7 @@ PORTNAME= praat DISTVERSIONPREFIX= v -DISTVERSION= 6.1.35 -PORTREVISION= 1 +DISTVERSION= 6.1.40 CATEGORIES= audio science MAINTAINER= adridg@FreeBSD.org @@ -35,7 +34,7 @@ post-patch: @${REINPLACE_CMD} -e 's|^CPPFLAGS =|CPPFLAGS +=|' \ ${WRKSRC}/*/Makefile \ ${WRKSRC}/external/*/Makefile - @${CP} ${FILESDIR}/makefile.defs.freebsd.alsa \ + @${CP} ${WRKSRC}/makefiles/makefile.defs.freebsd.alsa \ ${WRKSRC}/makefile.defs do-install: |