[147123] trunk/dports/multimedia/mediainfo

raimue at macports.org raimue at macports.org
Mon Mar 28 16:24:31 PDT 2016


Revision: 147123
          https://trac.macports.org/changeset/147123
Author:   raimue at macports.org
Date:     2016-03-28 16:24:30 -0700 (Mon, 28 Mar 2016)
Log Message:
-----------
multimedia/mediainfo:
Update to version 0.7.83, closes #50973

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	2016-03-28 21:44:14 UTC (rev 147122)
+++ trunk/dports/multimedia/mediainfo/Portfile	2016-03-28 23:24:30 UTC (rev 147123)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                mediainfo
-version             0.7.72
+version             0.7.83
 categories          multimedia
 platforms           darwin
 maintainers         nomaintainer
@@ -20,8 +20,8 @@
 distname            MediaInfo_CLI_${version}_GNU_FromSource
 use_bzip2           yes
 
-checksums           rmd160  370a101b624bc63ee049ea2ee04b84aeb881cd95 \
-                    sha256  9964ca21e6a57fc12aff7ed5fc7f867e2582a76d8e6da7d8db4a9f1f518854e8
+checksums           rmd160  5e824f08141b01958e41f3be95a27263c64d1528 \
+                    sha256  c39681085f3030dca042cbff8d19b6625df1af295eb0a0dc189ec67b1963bd7d
 
 depends_lib         port:zlib port:curl
 
@@ -45,5 +45,5 @@
 destroot.dir        ${worksrcpath}/MediaInfo/Project/GNU/CLI
 destroot.cmd        make
 
-livecheck.url       ${homepage}en/Download/Source
+livecheck.url       ${homepage}/en/MediaInfo/Download/Source
 livecheck.regex     /MediaInfo_CLI_(\[0-9.\]+)_GNU_FromSource

Modified: trunk/dports/multimedia/mediainfo/files/patch-CLI_Compile.sh.diff
===================================================================
--- trunk/dports/multimedia/mediainfo/files/patch-CLI_Compile.sh.diff	2016-03-28 21:44:14 UTC (rev 147122)
+++ trunk/dports/multimedia/mediainfo/files/patch-CLI_Compile.sh.diff	2016-03-28 23:24:30 UTC (rev 147123)
@@ -1,29 +1,41 @@
---- CLI_Compile.sh.orig	2012-09-02 02:05:09.000000000 -0500
-+++ CLI_Compile.sh	2012-10-21 04:51:20.000000000 -0500
-@@ -26,7 +25,7 @@
-  cd ZenLib/Project/GNU/Library/
-  test -e Makefile && rm Makefile
-  chmod u+x configure
-- ./configure $ZenLib_Options $*
-+ ./configure $ZenLib_Options "$@"
-  if test -e Makefile; then
-   make clean
-   Zen_Make
-@@ -52,7 +51,7 @@
-  cd MediaInfoLib/Project/GNU/Library/
-  test -e Makefile && rm Makefile
-  chmod u+x configure
-- ./configure $*
-+ ./configure --with-libcurl "$@"
-  if test -e Makefile; then
-   make clean
-   Zen_Make
-@@ -78,7 +77,7 @@
-  cd MediaInfo/Project/GNU/CLI/
-  test -e Makefile && rm Makefile
-  chmod u+x configure
-- ./configure --enable-staticlibs $*
-+ ./configure --enable-staticlibs "$@"
-  if test -e Makefile; then
-   make clean
-   Zen_Make
+--- CLI_Compile.sh.orig	2016-03-27 01:27:34.000000000 +0100
++++ CLI_Compile.sh	2016-03-27 01:29:03.000000000 +0100
+@@ -54,9 +54,9 @@
+     test -e Makefile && rm Makefile
+     chmod +x configure
+     if [ "$OS" = "mac" ]; then
+-        ./configure $MacOptions $ZenLib_Options $*
++        ./configure $MacOptions $ZenLib_Options "$@"
+     else
+-        ./configure $ZenLib_Options $*
++        ./configure $ZenLib_Options "$@"
+     fi
+     if test -e Makefile; then
+         make clean
+@@ -85,9 +85,9 @@
+     test -e Makefile && rm Makefile
+     chmod +x configure
+     if [ "$OS" = "mac" ]; then
+-        ./configure $MacOptions $*
++        ./configure $MacOptions --with-libcurl "$@"
+     else
+-        ./configure $*
++        ./configure "$@"
+     fi
+     if test -e Makefile; then
+         make clean
+@@ -116,12 +116,10 @@
+     cd MediaInfo/Project/GNU/CLI/
+     test -e Makefile && rm Makefile
+     chmod +x configure
+-    ./configure --enable-staticlibs $*
+-
+     if [ "$OS" = "mac" ]; then
+-        ./configure $MacOptions --enable-staticlibs $*
++        ./configure $MacOptions --enable-staticlibs "$@"
+     else
+-        ./configure --enable-staticlibs $*
++        ./configure --enable-staticlibs "$@"
+     fi
+ 
+     if test -e Makefile; then
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160328/e8afe445/attachment.html>


More information about the macports-changes mailing list