[143221] trunk/dports/www/midori/Portfile

devans at macports.org devans at macports.org
Sat Dec 12 09:04:09 PST 2015


Revision: 143221
          https://trac.macports.org/changeset/143221
Author:   devans at macports.org
Date:     2015-12-07 18:34:32 -0800 (Mon, 07 Dec 2015)
Log Message:
-----------
midori: update to version 0.5.11.

Modified Paths:
--------------
    trunk/dports/www/midori/Portfile

Modified: trunk/dports/www/midori/Portfile
===================================================================
--- trunk/dports/www/midori/Portfile	2015-12-08 01:45:19 UTC (rev 143220)
+++ trunk/dports/www/midori/Portfile	2015-12-08 02:34:32 UTC (rev 143221)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                midori
-version             0.5.10
+version             0.5.11
 
 categories          www
 platforms           darwin
@@ -20,10 +20,9 @@
 
 distname            midori_${version}_all_
 worksrcdir          midori-${version}
-extract.mkdir       yes
 
-checksums           rmd160  9aff6f7bb4e373594300bd5d75f81f1be727e74b \
-                    sha256  702344f68d7f034866a46398e35b3c16a5a5f3e431a5d916ea5efc3eaaa3e46f
+checksums           rmd160  66aaf624d39fbb86c1bec42972fba7998965ef50 \
+                    sha256  96191a96be71144ae848a409fae5a1d6d52a00e583f33122081f47ead9c49c3d
 
 depends_build       port:cmake \
                     port:pkgconfig \
@@ -41,27 +40,14 @@
                     port:xorg-libXScrnSaver \
                     port:zeitgeist
 
-if {${configure.cxx_stdlib} eq "libstdc++"} {
-    depends_lib-append path:lib/pkgconfig/webkit-1.0.pc:webkit-gtk-2.0
-} else {
-    depends_lib-append path:lib/pkgconfig/webkit-1.0.pc:webkit-gtk
-}
-
-# apply post-release upstream patches
-# avoiding gtk 2.22 deprecated API (http://bazaar.launchpad.net/~midori/midori/trunk/revision/6943)
-# zeitgeist 2.0 compatibility (http://bazaar.launchpad.net/~midori/midori/trunk/revision/6945)
-
-patchfiles          patch-gtk2.22-bzr6943.diff \
-                    patch-zeitgeist-2.0-bzr6945.diff \
-                    patch-midori-midori-privatedata.c.diff
-
 # Not autoconf
 configure.universal_args-delete --disable-dependency-tracking
 
 platform darwin {
     if {${configure.cxx_stdlib} eq "libstdc++"} {
-       depends_lib-delete path:lib/pkgconfig/webkit-1.0.pc:webkit-gtk
-       depends_lib-append path:lib/pkgconfig/webkit-1.0.pc:webkit-gtk-2.0
+        depends_lib-append path:lib/pkgconfig/webkit-1.0.pc:webkit-gtk-2.0
+    } else {
+        depends_lib-append path:lib/pkgconfig/webkit-1.0.pc:webkit-gtk
     }
 
     post-destroot {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/60e7a5dd/attachment-0001.html>


More information about the macports-changes mailing list