[125312] trunk/dports/multimedia/mediainfo

khindenburg at macports.org khindenburg at macports.org
Fri Sep 12 22:33:11 PDT 2014


Revision: 125312
          https://trac.macports.org/changeset/125312
Author:   khindenburg at macports.org
Date:     2014-09-12 22:33:11 -0700 (Fri, 12 Sep 2014)
Log Message:
-----------
mediainfo: update to 0.7.70 - enable curl #42269

Modified Paths:
--------------
    trunk/dports/multimedia/mediainfo/Portfile
    trunk/dports/multimedia/mediainfo/files/patch-CLI_Compile.sh.diff

Modified: trunk/dports/multimedia/mediainfo/Portfile
===================================================================
--- trunk/dports/multimedia/mediainfo/Portfile	2014-09-13 05:01:09 UTC (rev 125311)
+++ trunk/dports/multimedia/mediainfo/Portfile	2014-09-13 05:33:11 UTC (rev 125312)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                mediainfo
-version             0.7.64
+version             0.7.70
 categories          multimedia
 platforms           darwin
 maintainers         nomaintainer
@@ -20,10 +20,10 @@
 distname            MediaInfo_CLI_${version}_GNU_FromSource
 use_bzip2           yes
 
-checksums           rmd160  022855f354dce8206b1b00d8f4fd0baf5b39d2e5 \
-                    sha256  7f29078337cdc4bc3d72a14f4c29b5494630add0a5b90510f3fb42caf8fc0845
+checksums           rmd160  91a53ddd69517b41e68d0baeb5e77a0afb71cee0 \
+                    sha256  af60c1e965c5a23ab96de4b7a7a3f9a7eeafe4d5b0e48f75d1ad1ea86ff0dae7
 
-depends_lib         port:zlib
+depends_lib         port:zlib port:curl
 
 worksrcdir          MediaInfo_CLI_GNU_FromSource
 

Modified: trunk/dports/multimedia/mediainfo/files/patch-CLI_Compile.sh.diff
===================================================================
--- trunk/dports/multimedia/mediainfo/files/patch-CLI_Compile.sh.diff	2014-09-13 05:01:09 UTC (rev 125311)
+++ trunk/dports/multimedia/mediainfo/files/patch-CLI_Compile.sh.diff	2014-09-13 05:33:11 UTC (rev 125312)
@@ -14,7 +14,7 @@
   test -e Makefile && rm Makefile
   chmod u+x configure
 - ./configure $*
-+ ./configure "$@"
++ ./configure --with-libcurl "$@"
   if test -e Makefile; then
    make clean
    Zen_Make
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140912/1fc98ee4/attachment.html>


More information about the macports-changes mailing list