<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[139219] trunk/dports/www</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="https://trac.macports.org/changeset/139219">139219</a></dd>
<dt>Author</dt> <dd>devans@macports.org</dd>
<dt>Date</dt> <dd>2015-08-07 14:38:50 -0700 (Fri, 07 Aug 2015)</dd>
</dl>

<h3>Log Message</h3>
<pre>webkit-gtk, webkit-gtk-devel: reformat, general cleanup, no change in installed files.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkdportswwwwebkitgtkPortfile">trunk/dports/www/webkit-gtk/Portfile</a></li>
<li><a href="#trunkdportswwwwebkitgtkdevelPortfile">trunk/dports/www/webkit-gtk-devel/Portfile</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkdportswwwwebkitgtkPortfile"></a>
<div class="modfile"><h4>Modified: trunk/dports/www/webkit-gtk/Portfile (139218 => 139219)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/www/webkit-gtk/Portfile        2015-08-07 20:46:06 UTC (rev 139218)
+++ trunk/dports/www/webkit-gtk/Portfile        2015-08-07 21:38:50 UTC (rev 139219)
</span><span class="lines">@@ -5,57 +5,53 @@
</span><span class="cx"> # any future issues with this tracker.
</span><span class="cx"> # http://bugs.webkit.org/show_bug.cgi?id=126492
</span><span class="cx"> 
</span><del>-PortSystem  1.0
-PortGroup   conflicts_build 1.0
-PortGroup   muniversal 1.0
-PortGroup   compiler_blacklist_versions 1.0
</del><ins>+PortSystem          1.0
+PortGroup           conflicts_build 1.0
+PortGroup           muniversal 1.0
+PortGroup           compiler_blacklist_versions 1.0
</ins><span class="cx"> 
</span><del>-name        webkit-gtk
-epoch       2
-version     2.4.9
-description Apple's WebKit HTML rendering library for GTK+
-long_description ${description}
-maintainers jeremyhu devans
-categories  www gnome
-platforms   darwin freebsd
-license     LGPL-2+ BSD
-homepage    http://webkitgtk.org/
-master_sites    http://webkitgtk.org/releases/
</del><ins>+name                webkit-gtk
+epoch               2
+version             2.4.9
+description         Apple's WebKit HTML rendering library for GTK+
+long_description    ${description}
+maintainers         jeremyhu devans
+categories          www gnome
+platforms           darwin freebsd
+license             LGPL-2+ BSD
+homepage            http://webkitgtk.org/
+master_sites        http://webkitgtk.org/releases/
</ins><span class="cx"> 
</span><del>-use_xz      yes
-distname    webkitgtk-${version}
</del><ins>+use_xz              yes
+distname            webkitgtk-${version}
</ins><span class="cx"> 
</span><del>-dist_subdir webkit-gtk
</del><ins>+dist_subdir         webkit-gtk
</ins><span class="cx"> 
</span><span class="cx"> checksums           rmd160  122468435539d69665d5206ae266fb36ff2d86c2 \
</span><span class="cx">                     sha256  afdf29e7828816cad0be2604cf19421e96d96bf493987328ffc8813bb20ac564
</span><span class="cx"> 
</span><del>-depends_lib \
-        path:lib/pkgconfig/glib-2.0.pc:glib2 \
-        port:bison \
-        port:flex \
-        port:enchant \
-        port:geoclue2 \
-        port:gobject-introspection \
-        port:harfbuzz-icu \
-        port:icu \
-        port:libxslt \
-        port:libpng \
-        port:libsecret \
-        port:libsoup \
-        port:mesa \
-        port:sqlite3 \
-        port:webp \
-        port:xorg-libXt
</del><ins>+depends_build       port:pkgconfig \
+                    port:gtk-doc \
+                    port:python27 \
+                    port:py27-simplejson
</ins><span class="cx"> 
</span><del>-depends_build   \
-        port:gtk-doc \
-        port:pkgconfig \
-        port:python27 \
-        port:py27-simplejson
</del><ins>+depends_lib         path:lib/pkgconfig/glib-2.0.pc:glib2 \
+                    port:bison \
+                    port:flex \
+                    port:enchant \
+                    port:geoclue2 \
+                    port:gobject-introspection \
+                    port:harfbuzz-icu \
+                    port:icu \
+                    port:libxslt \
+                    port:libpng \
+                    port:libsecret \
+                    port:libsoup \
+                    port:mesa \
+                    port:sqlite3 \
+                    port:webp \
+                    port:xorg-libXt
</ins><span class="cx"> 
</span><del>-configure.python    ${prefix}/bin/python2.7
-
</del><span class="cx"> # case-insensitive.patch: https://bugs.webkit.org/show_bug.cgi?id=65811
</span><span class="cx"> # our-icu.patch: No upstream bug report, probably not wanted
</span><span class="cx"> # ruby-1.8.patch: https://bugs.webkit.org/show_bug.cgi?id=126327
</span><span class="lines">@@ -65,34 +61,36 @@
</span><span class="cx"> # leopard-malloc.patch: https://bugs.webkit.org/show_bug.cgi?id=140143
</span><span class="cx"> # leopard-platform.patch: https://bugs.webkit.org/show_bug.cgi?id=140143
</span><span class="cx"> 
</span><del>-patchfiles \
-        clang-assertions.patch \
-        case-insensitive.patch \
-        our-icu.patch \
-        ruby-1.8.patch \
-        quartz-webcore.patch \
-        gstreamer.patch \
-        leopard-platform.patch \
-        leopard-malloc.patch \
-        libedit.patch
</del><ins>+patchfiles          clang-assertions.patch \
+                    case-insensitive.patch \
+                    our-icu.patch \
+                    ruby-1.8.patch \
+                    quartz-webcore.patch \
+                    gstreamer.patch \
+                    leopard-platform.patch \
+                    leopard-malloc.patch \
+                    libedit.patch
</ins><span class="cx"> 
</span><span class="cx"> conflicts_build     google-test
</span><span class="cx"> 
</span><ins>+# https://trac.macports.org/ticket/36329
+configure.perl      /usr/bin/perl
+configure.python    /usr/bin/python
+
</ins><span class="cx"> # --disable-webkit2: https://bugs.webkit.org/show_bug.cgi?id=126416
</span><span class="cx"> # --disable-web-audio: https://bugs.webkit.org/show_bug.cgi?id=126438
</span><span class="cx"> # --disable-jit: https://bugs.webkit.org/show_bug.cgi?id=133293
</span><del>-configure.args  \
-        --disable-webkit2 \
-        --disable-web-audio \
-        --enable-x11-target=yes \
-        --enable-quartz-target=no \
-        --enable-wayland-target=no \
-        --enable-introspection \
-        --disable-video \
-        --enable-svg \
-        --enable-geolocation \
-        --enable-webgl \
-        --disable-jit
</del><ins>+configure.args      --disable-webkit2 \
+                    --disable-web-audio \
+                    --enable-x11-target=yes \
+                    --enable-quartz-target=no \
+                    --enable-wayland-target=no \
+                    --enable-introspection \
+                    --disable-video \
+                    --enable-svg \
+                    --enable-geolocation \
+                    --enable-webgl \
+                    --disable-jit
</ins><span class="cx"> 
</span><span class="cx"> platform darwin {
</span><span class="cx">     pre-configure {
</span><span class="lines">@@ -104,7 +102,7 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> subport webkit-gtk3 {
</span><del>-    conflicts   webkit-gtk3-devel webkit-gtk3-2.0
</del><ins>+    conflicts webkit-gtk3-devel webkit-gtk3-2.0
</ins><span class="cx">     depends_lib-append      port:gtk3
</span><span class="cx">     configure.args-append   --with-gtk=3.0
</span><span class="cx"> 
</span><span class="lines">@@ -137,7 +135,7 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> if {${name} eq ${subport}} {
</span><del>-    conflicts   webkit-gtk-devel webkit-gtk-2.0
</del><ins>+    conflicts webkit-gtk-devel webkit-gtk-2.0
</ins><span class="cx">     depends_lib-append      port:gtk2
</span><span class="cx">     configure.args-append   --with-gtk=2.0
</span><span class="cx"> }
</span><span class="lines">@@ -162,18 +160,18 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> # We don't want to use the headers from the installed WebKit
</span><del>-configure.cppflags-delete -I${prefix}/include
</del><ins>+configure.cppflags-delete   -I${prefix}/include
</ins><span class="cx"> 
</span><span class="cx"> # google-test suite build fix
</span><del>-configure.cppflags-append -DGTEST_USE_OWN_TR1_TUPLE=1
</del><ins>+configure.cppflags-append   -DGTEST_USE_OWN_TR1_TUPLE=1
</ins><span class="cx"> 
</span><span class="cx"> # https://trac.macports.org/ticket/41560#comment:2
</span><del>-configure.cflags-append -ftemplate-depth=256
-configure.cxxflags-append -ftemplate-depth=256
</del><ins>+configure.cflags-append     -ftemplate-depth=256
+configure.cxxflags-append   -ftemplate-depth=256
</ins><span class="cx"> 
</span><span class="cx"> autoreconf.env-append ACLOCAL=&quot;aclocal -I Source/autotools&quot;
</span><del>-use_autoreconf  yes
-autoreconf.args -fvi
</del><ins>+use_autoreconf      yes
+autoreconf.args     -fvi
</ins><span class="cx"> 
</span><span class="cx"> lappend merger_dont_diff ${prefix}/include/webkitgtk-1.0/webkitdom/WebKitDOMNavigator.h
</span><span class="cx"> 
</span><span class="lines">@@ -206,8 +204,8 @@
</span><span class="cx"> #}
</span><span class="cx"> 
</span><span class="cx"> # Apple's gnumake (patched 3.81) gets wedged at some point during the build process
</span><del>-depends_build-append port:gmake
-build.cmd ${prefix}/bin/gmake
</del><ins>+depends_build-append    port:gmake
+build.cmd               ${prefix}/bin/gmake
</ins><span class="cx"> 
</span><span class="cx"> build.args-append V=1
</span><span class="cx"> 
</span><span class="lines">@@ -236,12 +234,12 @@
</span><span class="cx">         configure.args-append   --enable-video
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-default_variants +video
</del><ins>+default_variants    +video
</ins><span class="cx"> 
</span><span class="cx"> if {[string match *clang* ${configure.cxx}]} {
</span><span class="cx">     configure.cxxflags-append -Wno-c++11-extensions
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-livecheck.type  regex
-livecheck.url   http://webkitgtk.org/news.html
-livecheck.regex &quot;webkitgtk(\\d+\\.\\d*\[024\](?:\\.\\d+)*)-released&quot;
</del><ins>+livecheck.type      regex
+livecheck.url       http://webkitgtk.org/news.html
+livecheck.regex     &quot;webkitgtk(\\d+\\.\\d*\[024\](?:\\.\\d+)*)-released&quot;
</ins></span></pre></div>
<a id="trunkdportswwwwebkitgtkdevelPortfile"></a>
<div class="modfile"><h4>Modified: trunk/dports/www/webkit-gtk-devel/Portfile (139218 => 139219)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/www/webkit-gtk-devel/Portfile        2015-08-07 20:46:06 UTC (rev 139218)
+++ trunk/dports/www/webkit-gtk-devel/Portfile        2015-08-07 21:38:50 UTC (rev 139219)
</span><span class="lines">@@ -5,53 +5,51 @@
</span><span class="cx"> # any future issues with this tracker.
</span><span class="cx"> # http://bugs.webkit.org/show_bug.cgi?id=126492
</span><span class="cx"> 
</span><del>-PortSystem  1.0
-PortGroup   conflicts_build 1.0
-PortGroup   muniversal 1.0
-PortGroup   compiler_blacklist_versions 1.0
</del><ins>+PortSystem          1.0
+PortGroup           conflicts_build 1.0
+PortGroup           muniversal 1.0
+PortGroup           compiler_blacklist_versions 1.0
</ins><span class="cx"> 
</span><del>-name        webkit-gtk-devel
-epoch       2
-version     2.4.7
-revision    1
-description Apple's WebKit HTML rendering library for GTK+
-long_description ${description}
-maintainers jeremyhu devans
-categories  www gnome
-platforms   darwin freebsd
-license     LGPL-2+ BSD
-homepage    http://webkitgtk.org/
-master_sites    http://webkitgtk.org/releases/
</del><ins>+name                webkit-gtk-devel
+epoch               2
+version             2.4.7
+revision            1
+description         Apple's WebKit HTML rendering library for GTK+
+long_description    ${description}
+maintainers         jeremyhu devans
+categories          www gnome
+platforms           darwin freebsd
+license             LGPL-2+ BSD
+homepage            http://webkitgtk.org/
+master_sites        http://webkitgtk.org/releases/
</ins><span class="cx"> 
</span><del>-use_xz      yes
-distname    webkitgtk-${version}
</del><ins>+use_xz              yes
+distname            webkitgtk-${version}
</ins><span class="cx"> 
</span><del>-dist_subdir webkit-gtk
</del><ins>+dist_subdir         webkit-gtk
</ins><span class="cx"> 
</span><span class="cx"> checksums           sha1    10d4cd1c1f7454adc576c6b97fa3d262b6665764 \
</span><span class="cx">                     rmd160  25e1732f7e04ee0e15d7292aa5ef693d5c25679d \
</span><span class="cx">                     sha256  f5cf26e39abf1d6b2d25f1398348fef6bbe6c03fb4f99e11c569091c05197d38
</span><span class="cx"> 
</span><del>-depends_lib \
-        path:lib/pkgconfig/glib-2.0.pc:glib2 \
-        port:bison \
-        port:flex \
-        port:enchant \
-        port:geoclue2 \
-        port:gobject-introspection \
-        port:harfbuzz-icu \
-        port:libxslt \
-        port:libpng \
-        port:libsecret \
-        port:libsoup \
-        port:mesa \
-        port:sqlite3 \
-        port:webp \
-        port:xorg-libXt
</del><ins>+depends_build       port:pkgconfig \
+                    port:gtk-doc
</ins><span class="cx"> 
</span><del>-depends_build   \
-        port:gtk-doc \
-        port:pkgconfig
</del><ins>+depends_lib         path:lib/pkgconfig/glib-2.0.pc:glib2 \
+                    port:bison \
+                    port:flex \
+                    port:enchant \
+                    port:geoclue2 \
+                    port:gobject-introspection \
+                    port:harfbuzz-icu \
+                    port:libxslt \
+                    port:libpng \
+                    port:libsecret \
+                    port:libsoup \
+                    port:mesa \
+                    port:sqlite3 \
+                    port:webp \
+                    port:xorg-libXt
</ins><span class="cx"> 
</span><span class="cx"> # case-insensitive.patch: https://bugs.webkit.org/show_bug.cgi?id=65811
</span><span class="cx"> # our-icu.patch: No upstream bug report, probably not wanted
</span><span class="lines">@@ -60,37 +58,35 @@
</span><span class="cx"> # clang-check.patch: https://bugs.webkit.org/show_bug.cgi?id=126324
</span><span class="cx"> # gstreamer.patch: https://bugs.webkit.org/show_bug.cgi?id=126437
</span><span class="cx"> # libedit.patch: https://bugs.webkit.org/show_bug.cgi?id=127059
</span><ins>+patchfiles          clang-assertions.patch \
+                    case-insensitive.patch \
+                    our-icu.patch \
+                    quartz-duplicate-symbols.patch \
+                    quartz-webcore.patch \
+                    clang-check.patch \
+                    gstreamer.patch \
+                    libedit.patch
</ins><span class="cx"> 
</span><del>-patchfiles \
-        clang-assertions.patch \
-        case-insensitive.patch \
-        our-icu.patch \
-        quartz-duplicate-symbols.patch \
-        quartz-webcore.patch \
-        clang-check.patch \
-        gstreamer.patch \
-        libedit.patch
-
</del><span class="cx"> conflicts_build     google-test
</span><span class="cx"> 
</span><span class="cx"> # https://trac.macports.org/ticket/36329
</span><ins>+configure.perl      /usr/bin/perl
</ins><span class="cx"> configure.python    /usr/bin/python
</span><span class="cx"> 
</span><span class="cx"> # --disable-webkit2: https://bugs.webkit.org/show_bug.cgi?id=126416
</span><span class="cx"> # --disable-web-audio: https://bugs.webkit.org/show_bug.cgi?id=126438
</span><span class="cx"> # --disable-jit: https://bugs.webkit.org/show_bug.cgi?id=133293
</span><del>-configure.args  \
-        --disable-webkit2 \
-        --disable-web-audio \
-        --enable-x11-target=yes \
-        --enable-quartz-target=no \
-        --enable-wayland-target=no \
-        --enable-introspection \
-        --disable-video \
-        --enable-svg \
-        --enable-geolocation \
-        --enable-webgl \
-        --disable-jit
</del><ins>+configure.args      --disable-webkit2 \
+                    --disable-web-audio \
+                    --enable-x11-target=yes \
+                    --enable-quartz-target=no \
+                    --enable-wayland-target=no \
+                    --enable-introspection \
+                    --disable-video \
+                    --enable-svg \
+                    --enable-geolocation \
+                    --enable-webgl \
+                    --disable-jit
</ins><span class="cx"> 
</span><span class="cx"> platform darwin {
</span><span class="cx">     pre-configure {
</span><span class="lines">@@ -102,7 +98,7 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> subport webkit-gtk3-devel {
</span><del>-    conflicts   webkit-gtk3 webkit-gtk3-2.0
</del><ins>+    conflicts webkit-gtk3 webkit-gtk3-2.0
</ins><span class="cx">     depends_lib-append      port:gtk3
</span><span class="cx">     configure.args-append   --with-gtk=3.0
</span><span class="cx"> 
</span><span class="lines">@@ -135,7 +131,7 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> if {${name} eq ${subport}} {
</span><del>-    conflicts   webkit-gtk webkit-gtk-2.0
</del><ins>+    conflicts webkit-gtk webkit-gtk-2.0
</ins><span class="cx">     depends_lib-append      port:gtk2
</span><span class="cx">     configure.args-append   --with-gtk=2.0
</span><span class="cx"> }
</span><span class="lines">@@ -160,18 +156,18 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> # We don't want to use the headers from the installed WebKit
</span><del>-configure.cppflags-delete -I${prefix}/include
</del><ins>+configure.cppflags-delete   -I${prefix}/include
</ins><span class="cx"> 
</span><span class="cx"> # google-test suite build fix
</span><del>-configure.cppflags-append -DGTEST_USE_OWN_TR1_TUPLE=1
</del><ins>+configure.cppflags-append   -DGTEST_USE_OWN_TR1_TUPLE=1
</ins><span class="cx"> 
</span><span class="cx"> # https://trac.macports.org/ticket/41560#comment:2
</span><del>-configure.cflags-append -ftemplate-depth=256
-configure.cxxflags-append -ftemplate-depth=256
</del><ins>+configure.cflags-append     -ftemplate-depth=256
+configure.cxxflags-append   -ftemplate-depth=256
</ins><span class="cx"> 
</span><span class="cx"> autoreconf.env-append ACLOCAL=&quot;aclocal -I Source/autotools&quot;
</span><del>-use_autoreconf  yes
-autoreconf.args -fvi
</del><ins>+use_autoreconf      yes
+autoreconf.args     -fvi
</ins><span class="cx"> 
</span><span class="cx"> lappend merger_dont_diff ${prefix}/include/webkitgtk-1.0/webkitdom/WebKitDOMNavigator.h
</span><span class="cx"> 
</span><span class="lines">@@ -204,8 +200,8 @@
</span><span class="cx"> #}
</span><span class="cx"> 
</span><span class="cx"> # Apple's gnumake (patched 3.81) gets wedged at some point during the build process
</span><del>-depends_build-append port:gmake
-build.cmd ${prefix}/bin/gmake
</del><ins>+depends_build-append    port:gmake
+build.cmd               ${prefix}/bin/gmake
</ins><span class="cx"> 
</span><span class="cx"> build.args-append V=1
</span><span class="cx"> 
</span><span class="lines">@@ -240,12 +236,12 @@
</span><span class="cx">         configure.args-append   --enable-video
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-default_variants +video
</del><ins>+default_variants    +video
</ins><span class="cx"> 
</span><span class="cx"> if {[string match *clang* ${configure.cxx}]} {
</span><span class="cx">     configure.cxxflags-append -Wno-c++11-extensions
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-livecheck.type  regex
-livecheck.url   http://webkitgtk.org/news.html
-livecheck.regex &quot;webkitgtk(\\d+(?:\\.\\d+)*)-released&quot;
</del><ins>+livecheck.type      regex
+livecheck.url       http://webkitgtk.org/news.html
+livecheck.regex     &quot;webkitgtk(\\d+(?:\\.\\d+)*)-released&quot;
</ins></span></pre>
</div>
</div>

</body>
</html>