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

larryv at macports.org larryv at macports.org
Wed Sep 4 21:25:37 PDT 2013


Revision: 110748
          https://trac.macports.org/changeset/110748
Author:   larryv at macports.org
Date:     2013-09-04 21:25:37 -0700 (Wed, 04 Sep 2013)
Log Message:
-----------
midori: Tweak whitespace and formatting (timeout, #40280).

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

Modified: trunk/dports/www/midori/Portfile
===================================================================
--- trunk/dports/www/midori/Portfile	2013-09-05 02:39:17 UTC (rev 110747)
+++ trunk/dports/www/midori/Portfile	2013-09-05 04:25:37 UTC (rev 110748)
@@ -1,49 +1,56 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
+PortSystem          1.0
 
-name		midori
-version		0.4.7
-categories	www
-description	Midori is a lightweight web browser
-long_description	${description}
-homepage	http://www.twotoasts.de/index.php?/pages/midori_summary.html
-platforms	darwin
-license		MIT
-maintainers	afb openmaintainer
+name                midori
+version             0.4.7
+set branch          [join [lrange [split ${version} .] 0 1] .]
 
-set branch              [join [lrange [split ${version} .] 0 1] .]
-master_sites	http://archive.xfce.org/src/apps/midori/${branch}
+categories          www
+platforms           darwin
+license             MIT
+maintainers         afb openmaintainer
+
+description         Midori is a lightweight, Webkit-Gtk based web browser
+long_description    ${description}
+
+homepage            http://www.twotoasts.de/index.php?/pages/midori_summary.html
+master_sites        http://archive.xfce.org/src/apps/midori/${branch}
 use_bzip2	yes
 
-checksums           sha1    f32b1dc76061de3cefc222d779a7d6441b92a4fa \
-                    rmd160  72b0cf1290ed2a6c5e306b9b2dbb1ad4ce565860 \
+checksums           rmd160  72b0cf1290ed2a6c5e306b9b2dbb1ad4ce565860 \
                     sha256  65bf9976733597c405492ce91aa664fd10547cb7df16e0a70f260c7a3e97ea5d
 
-patchfiles	patch-wscript.diff
+patchfiles          patch-wscript.diff
 
-		# glib 2.16.5 or later is required:
-depends_lib	port:gtk2 path:include/gio/gio.h:glib2 \
-		port:webkit-gtk lib:libxml2:libxml2 \
-		port:pkgconfig port:intltool \
-		port:libunique  port:libnotify port:vala
-                # last line is optional
+depends_build       port:pkgconfig \
+                    port:intltool
 
+# glib 2.16.5 or later is required:
+depends_lib         port:gtk2 \
+                    path:include/gio/gio.h:glib2 \
+                    port:webkit-gtk\
+                    port:libxml2 \
+                    port:libunique \
+                    port:libnotify \
+                    port:vala
+
 # Not autoconf
-configure.env-append	LINKFLAGS="-L${prefix}/lib"
+configure.env-append            LINKFLAGS="-L${prefix}/lib"
 configure.universal_args-delete --disable-dependency-tracking
 
 platform darwin {
-	configure.env-append  PYTHON=/usr/bin/python 
-	patchfiles-append patch-extensions-wscript_build.diff \
-	                  patch-wscript-darwin-options.diff
+    configure.env-append    PYTHON=/usr/bin/python 
+    patchfiles-append       patch-extensions-wscript_build.diff \
+                            patch-wscript-darwin-options.diff
 }
 
 variant quartz description {Disable libnotify support (doesn't work with gtk2+quartz)} {
-	depends_lib-delete	port:libnotify
-	configure.args-append 	--disable-libnotify
+    depends_lib-delete      port:libnotify
+    configure.args-append   --disable-libnotify
 }
 
-livecheck.url   ${homepage}
-livecheck.regex ${name}-(\[0-9.a-z\]*)\.tar\.bz2
-livecheck.type  regexm
+livecheck.url       ${homepage}
+livecheck.regex     ${name}-(\[0-9.a-z\]*)\.tar\.bz2
+livecheck.type      regexm
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130904/4f9c2121/attachment-0001.html>


More information about the macports-changes mailing list