diff options
Diffstat (limited to 'audio/aubio/Makefile')
| -rw-r--r-- | audio/aubio/Makefile | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/audio/aubio/Makefile b/audio/aubio/Makefile index c43fac6ce148..1cacccf529d0 100644 --- a/audio/aubio/Makefile +++ b/audio/aubio/Makefile @@ -1,13 +1,16 @@ PORTNAME= aubio -PORTVERSION= 0.4.9 -PORTREVISION?= 5 +DISTVERSION= 0.4.9 +PORTREVISION?= 6 CATEGORIES?= audio MASTER_SITES= https://aubio.org/pub/ PATCH_SITES= https://github.com/${PORTNAME}/${PORTNAME}/commit/ -PATCHFILES+= cdfe9cef2dcc3edf7d05ca2e9c2dbbf8dea21f1c.patch:-p1 #FFmpeg 6.x compat -PATCHFILES+= 8a05420e5dd8c7b8b2447f82dc919765876511b3.patch:-p1 #FFmpeg 6.x compat -PATCHFILES+= 95ff046c698156f21e2ca0d1d8a02c23ab76969f.patch:-p1 #Add const qualifiers for NumPy >= 1.19.0 +PATCHFILES= 95ff046c698156f21e2ca0d1d8a02c23ab76969f.patch:-p1 \ + cdfe9cef2dcc3edf7d05ca2e9c2dbbf8dea21f1c.patch:-p1 \ + 8a05420e5dd8c7b8b2447f82dc919765876511b3.patch:-p1 \ + 245deeadd81afc4ec5635b65d71646490c5c19fd.patch:-p1 \ + 0b947f9634937d27589d995ec90e90d763aca86f.patch:-p1 \ + 53bc55cda4f0e106e63b8a993538fa4debf4bb66.patch:-p1 MAINTAINER?= jhale@FreeBSD.org COMMENT?= Library for audio labelling |
