diff -ur /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/multimedia/mediainfo/Portfile ./Portfile
old
|
new
|
|
4 | 4 | PortSystem 1.0 |
5 | 5 | |
6 | 6 | name mediainfo |
7 | | version 0.7.64 |
| 7 | version 0.7.67 |
8 | 8 | categories multimedia |
9 | 9 | platforms darwin |
10 | 10 | maintainers nomaintainer |
… |
… |
|
16 | 16 | video or audio file |
17 | 17 | |
18 | 18 | homepage http://mediainfo.sourceforge.net/ |
19 | | master_sites sourceforge:project/mediainfo/binary/mediainfo/${version} |
| 19 | master_sites http://mediaarea.net/download/binary/mediainfo/${version} |
| 20 | |
20 | 21 | distname MediaInfo_CLI_${version}_GNU_FromSource |
21 | 22 | use_bzip2 yes |
22 | 23 | |
23 | | checksums rmd160 022855f354dce8206b1b00d8f4fd0baf5b39d2e5 \ |
24 | | sha256 7f29078337cdc4bc3d72a14f4c29b5494630add0a5b90510f3fb42caf8fc0845 |
| 24 | checksums rmd160 c89ec2bcb021f8f7c35f2b8fe6d83de03158e5ef \ |
| 25 | sha256 054a4e4c8e7e1b8fbab6ba9bc21a94a11f715f32e882067b78d7fff0796a74b1 |
25 | 26 | |
26 | | depends_lib port:zlib |
| 27 | depends_lib port:zlib port:curl |
27 | 28 | |
28 | 29 | worksrcdir MediaInfo_CLI_GNU_FromSource |
29 | 30 | |
diff -ur /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/multimedia/mediainfo/files/patch-CLI_Compile.sh.diff ./files/patch-CLI_Compile.sh.diff
old
|
new
|
|
14 | 14 | test -e Makefile && rm Makefile |
15 | 15 | chmod u+x configure |
16 | 16 | - ./configure $* |
17 | | + ./configure "$@" |
| 17 | + ./configure --with-libcurl "$@" |
18 | 18 | if test -e Makefile; then |
19 | 19 | make clean |
20 | 20 | Zen_Make |