1 | --- /opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/audio/mpd/Portfile 2006-08-30 07:21:36.000000000 +0200 |
---|
2 | +++ /opt/local/var/db/dports/sources/rsync.rsync.macports.org_dpupdate_dports/audio/mpd/Portfile 2006-09-30 12:08:40.000000000 +0200 |
---|
3 | @@ -1,7 +1,7 @@ |
---|
4 | |
---|
5 | PortSystem 1.0 |
---|
6 | name mpd |
---|
7 | -version 0.11.5 |
---|
8 | +version 0.12.0 |
---|
9 | categories audio |
---|
10 | maintainers ehainry@free.fr |
---|
11 | description Music Player Daemon |
---|
12 | @@ -14,11 +14,10 @@ |
---|
13 | frontend options, or restart X often. |
---|
14 | homepage http://www.musicpd.org/ |
---|
15 | platforms darwin |
---|
16 | -master_sites http://mercury.chem.pitt.edu/~shank/ |
---|
17 | -checksums md5 1a9a1a9d31f00a43838b3752024f7ebe |
---|
18 | +master_sites ${homepage}/uploads/files/ |
---|
19 | +checksums md5 6570b10cdd5d778a1f697865d8268e4f |
---|
20 | depends_lib lib:libmad.0:libmad \ |
---|
21 | lib:libid3tag.0:libid3tag \ |
---|
22 | - lib:libao.2:libao |
---|
23 | -configure.args --mandir=${prefix}/share/man |
---|
24 | -configure.env CFLAGS="-I${prefix}/include" \ |
---|
25 | - LDFLAGS="-L${prefix}/lib" |
---|
26 | + lib:libao.2:libao \ |
---|
27 | + port:libiconv port:pkgconfig port:zlib |
---|
28 | +configure.args --mandir=${prefix}/share/man --enable-id3 --enable-ao |
---|