[106730] trunk/dports/multimedia/mediainfo

g5pw at macports.org g5pw at macports.org
Thu Jun 6 13:33:10 PDT 2013


Revision: 106730
          https://trac.macports.org/changeset/106730
Author:   g5pw at macports.org
Date:     2013-06-06 13:33:10 -0700 (Thu, 06 Jun 2013)
Log Message:
-----------
multimedia/mediafile:
  bump to 0.7.63

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	2013-06-06 20:25:06 UTC (rev 106729)
+++ trunk/dports/multimedia/mediainfo/Portfile	2013-06-06 20:33:10 UTC (rev 106730)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                mediainfo
-version             0.7.60
+version             0.7.63
 categories          multimedia
 platforms           darwin
 maintainers         nomaintainer
@@ -20,8 +20,8 @@
 distname            MediaInfo_CLI_${version}_GNU_FromSource
 use_bzip2           yes
 
-checksums           rmd160  1c923506b198264a0cad8d3061b0e5609d99f9f8 \
-                    sha256  7d8f2f75f9a6155fef914f6c5b324659a5df1d4ed85d12636a07ab3e9dedc648
+checksums           rmd160  6e49b4d716dbec57d76403cbd0f5891af2fb4016 \
+                    sha256  625b579446d7f9ecab5d097d0d02d2939cac5fccf17d09203e33f57cb0c2cff9
 
 depends_lib         port:zlib
 

Modified: trunk/dports/multimedia/mediainfo/files/patch-CLI_Compile.sh.diff
===================================================================
--- trunk/dports/multimedia/mediainfo/files/patch-CLI_Compile.sh.diff	2013-06-06 20:25:06 UTC (rev 106729)
+++ trunk/dports/multimedia/mediainfo/files/patch-CLI_Compile.sh.diff	2013-06-06 20:33:10 UTC (rev 106730)
@@ -1,20 +1,5 @@
 --- CLI_Compile.sh.orig	2012-09-02 02:05:09.000000000 -0500
 +++ CLI_Compile.sh	2012-10-21 04:51:20.000000000 -0500
-@@ -9,12 +9,11 @@
- # Setup for parallel builds
- Zen_Make()
- {
-- if test -e /proc/stat; then
--  numprocs=`egrep -c ^cpu[0-9]+ /proc/stat || :`
-+ if test -n "$numprocs"; then
-   if [ "$numprocs" = "0" ]; then
-    numprocs=1
-   fi
--  make -s -j$numprocs
-+  make -j$numprocs
-  else
-   make
-  fi
 @@ -26,7 +25,7 @@
   cd ZenLib/Project/GNU/Library/
   test -e Makefile && rm Makefile
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130606/8313ae04/attachment-0001.html>


More information about the macports-changes mailing list