Commits
Ken Cunningham authored 792cf3341e1
3 3 | PortSystem 1.0 |
4 4 | |
5 5 | name libmpdclient |
6 6 | version 2.10 |
7 7 | set branch [join [lrange [split ${version} .] 0 0] .] |
8 8 | categories audio |
9 9 | maintainers nomaintainer |
10 10 | description libmpdclient is a stable, documented, asynchronous API library for interfacing MPD in the C, C++ & Objective C languages. |
11 11 | long_description ${description} |
12 12 | license BSD |
13 - | homepage http://www.musicpd.org/libs/${name}/ |
14 - | master_sites http://www.musicpd.org/download/${name}/${branch}/ |
13 + | homepage https://www.musicpd.org/libs/${name}/ |
14 + | master_sites https://www.musicpd.org/download/${name}/${branch}/ |
15 15 | platforms darwin |
16 16 | use_xz yes |
17 17 | checksums rmd160 2b84c606fe5fc7faaf3fd62cb53eca7245663723 \ |
18 18 | sha256 4f08cde82dae70895f8e4532a6e9b54b201efd5591c6b5d6834895807ed2ff82 |
19 19 | use_autoreconf yes |
20 20 | |
21 21 | depends_lib port:doxygen |
22 22 | configure.args --mandir=${prefix}/share/man |
23 23 | |
24 24 | livecheck.url http://www.musicpd.org/download/${name}/${branch}/ |
25 25 | livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)" |