diff --git a/multimedia/fluidsynth/Portfile b/multimedia/fluidsynth/Portfile
index db5ab728cb5..28794489660 100644
a
|
b
|
PortGroup github 1.0 |
7 | 7 | # Warning: fluidsynth 2.2.0 breaks API (not just ABI as claimed) and causes some dependent ports |
8 | 8 | # such as QTads 3.0.0 not to compile. Verify that dependents are updated to work with fluidsynth 2.2+ |
9 | 9 | # before updating fluidsynth to that version. See https://github.com/FluidSynth/fluidsynth/releases/tag/v2.2.0 |
10 | | github.setup FluidSynth fluidsynth 2.1.9 v |
| 10 | github.setup FluidSynth fluidsynth 2.2.8 v |
11 | 11 | categories multimedia audio |
12 | 12 | maintainers {gmail.com:rjvbertin @RJVB} {mojca @mojca} openmaintainer |
13 | 13 | license LGPL |
… |
… |
platforms darwin |
22 | 22 | |
23 | 23 | homepage http://www.fluidsynth.org/ |
24 | 24 | |
25 | | checksums rmd160 c5a51617ce7a82033dbe5908ce7b2fabf3e5d1c3 \ |
26 | | sha256 dca6ce2e1eff22d32f40d55470c079c8fc8999a6e5628bf85f8cb2183f827934 \ |
27 | | size 1369736 |
| 25 | checksums rmd160 6b58e02c6e36a4ae9fdd81c5f35f3190cb24ae2c \ |
| 26 | sha256 a7b012d30f7c3f9272b548dcb5fddacd4fe1f54034d47b574e4b1f6d967d82bc \ |
| 27 | size 1751702 |
28 | 28 | |
29 | 29 | depends_build-append \ |
30 | 30 | path:bin/pkg-config:pkgconfig |
… |
… |
depends_lib port:flac \ |
42 | 42 | |
43 | 43 | depends_run-append port:generaluser-soundfont |
44 | 44 | |
45 | | # Remove with fluidsynth 2.2.3 or later |
46 | | # https://trac.macports.org/ticket/63230 |
47 | | patchfiles-append patch-pre-snow-leopard.diff |
48 | | |
49 | 45 | # https://trac.macports.org/ticket/36962 |
50 | 46 | platform darwin 8 { |
51 | 47 | patchfiles-append \ |