diff --git a/audio/mpd/Portfile b/audio/mpd/Portfile
a
|
b
|
|
5 | 5 | PortGroup compiler_blacklist_versions 1.0 |
6 | 6 | |
7 | 7 | name mpd |
8 | | version 0.19.12 |
| 8 | version 0.19.19 |
9 | 9 | set branch [join [lrange [split ${version} .] 0 1] .] |
10 | 10 | categories audio |
11 | 11 | maintainers nomaintainer |
… |
… |
|
21 | 21 | master_sites http://www.musicpd.org/download/${name}/${branch}/ |
22 | 22 | license GPL-2+ LGPL-2.1 |
23 | 23 | use_xz yes |
24 | | checksums rmd160 91eda64627568b9112417bf49b3a4f8a31e3920b \ |
25 | | sha256 7b6fe6c7ce72f5f80a276d680072b524ecb395e546e252b8f3a0756377e1e875 |
| 24 | checksums rmd160 ecaf3952fda5f3aaec92d38c9fd3aac33397bf5c \ |
| 25 | sha256 bc856cda4136403446d53d11576f86990b61d1fe4668f6008e9eae47450d4e1d |
26 | 26 | depends_build \ |
27 | 27 | port:pkgconfig \ |
28 | 28 | port:boost |