[144762] trunk/dports/gnome/epiphany/Portfile

devans at macports.org devans at macports.org
Sun Jan 17 09:58:03 PST 2016


Revision: 144762
          https://trac.macports.org/changeset/144762
Author:   devans at macports.org
Date:     2016-01-17 09:58:03 -0800 (Sun, 17 Jan 2016)
Log Message:
-----------
epiphany: reformat, white space only.

Modified Paths:
--------------
    trunk/dports/gnome/epiphany/Portfile

Modified: trunk/dports/gnome/epiphany/Portfile
===================================================================
--- trunk/dports/gnome/epiphany/Portfile	2016-01-17 17:42:16 UTC (rev 144761)
+++ trunk/dports/gnome/epiphany/Portfile	2016-01-17 17:58:03 UTC (rev 144762)
@@ -1,56 +1,55 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem      1.0
+PortSystem          1.0
 
-name            epiphany
-version         3.8.2
-revision        7
-license         GPL-2+
-set branch      [join [lrange [split ${version} .] 0 1] .]
-description     A GNOME Web browser.
-long_description \
-                A web browser is more than an application, it is a \
-                way of thinking, it is a way of seeing the world. \
-                Epiphany's principles are simplicity and standards \
-                compliance.
-maintainers     devans openmaintainer
-categories      gnome www
-platforms       darwin
-homepage        https://wiki.gnome.org/Apps/Web
-master_sites    gnome:sources/${name}/${branch}/
+name                epiphany
+version             3.8.2
+revision            7
+license             GPL-2+
+set branch          [join [lrange [split ${version} .] 0 1] .]
+description         A GNOME Web browser.
+long_description    A web browser is more than an application, it is a \
+                    way of thinking, it is a way of seeing the world. \
+                    Epiphany's principles are simplicity and standards \
+                    compliance.
+maintainers         devans openmaintainer
+categories          gnome www
+platforms           darwin
+homepage            https://wiki.gnome.org/Apps/Web
+master_sites        gnome:sources/${name}/${branch}/
 
-use_xz          yes
+use_xz              yes
 
-checksums       rmd160  2aacd8b02f456e345b9f23ff6114d341bbf0013a \
-                sha256  ae89d6902ed243304d2cbf2fa361f6dd0cb3401fdaf726e6fdd4acc09197d50a
+checksums           rmd160  2aacd8b02f456e345b9f23ff6114d341bbf0013a \
+                    sha256  ae89d6902ed243304d2cbf2fa361f6dd0cb3401fdaf726e6fdd4acc09197d50a
 
-depends_build   port:pkgconfig \
-                port:intltool \
-                port:gnome-common \
-                port:autoconf \
-                port:automake \
-                port:libtool
+depends_build       port:pkgconfig \
+                    port:intltool \
+                    port:gnome-common \
+                    port:autoconf \
+                    port:automake \
+                    port:libtool
 
-depends_lib     port:desktop-file-utils \
-                port:gtk3 \
-                path:lib/pkgconfig/webkitgtk-3.0.pc:webkit-gtk3 \
-                port:gnome-desktop \
-                port:libxslt\
-                port:libsoup \
-                port:libsecret \
-                port:port:libnotify \
-                port:libwnck3 \
-                port:gsettings-desktop-schemas \
-                port:nss \
-                port:sqlite3 \
-                port:gcr \
-                port:avahi \
-                port:xorg-libX11 \
-                port:iso-codes
+depends_lib         port:desktop-file-utils \
+                    port:gtk3 \
+                    path:lib/pkgconfig/webkitgtk-3.0.pc:webkit-gtk3 \
+                    port:gnome-desktop \
+                    port:libxslt\
+                    port:libsoup \
+                    port:libsecret \
+                    port:port:libnotify \
+                    port:libwnck3 \
+                    port:gsettings-desktop-schemas \
+                    port:nss \
+                    port:sqlite3 \
+                    port:gcr \
+                    port:avahi \
+                    port:xorg-libX11 \
+                    port:iso-codes
 
-depends_run     port:gnome-themes-standard \
-                port:gnome-keyring
+depends_run         port:gnome-themes-standard \
+                    port:gnome-keyring
 
 platform darwin {
     if {${configure.cxx_stdlib} eq "libstdc++"} {
@@ -59,7 +58,7 @@
     }
 }
 
-patchfiles      patch-configure.ac.diff
+patchfiles          patch-configure.ac.diff
 
 # reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
@@ -69,11 +68,12 @@
 
 configure.cmd       ./autogen.sh
 
-configure.cflags-append -Wno-format-nonliteral
+configure.cflags-append \
+                    -Wno-format-nonliteral
 
-configure.args  --with-distributor-name=MacPorts \
-                --disable-schemas-compile \
-                --disable-tests
+configure.args      --with-distributor-name=MacPorts \
+                    --disable-schemas-compile \
+                    --disable-tests
 
 post-activate {
     system "${prefix}/bin/update-desktop-database -q ${prefix}/share/applications"
@@ -91,4 +91,4 @@
 
 # this is the last version that will build on darwin < 13
 
-livecheck.type  none
+livecheck.type      none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160117/e58b85bb/attachment.html>


More information about the macports-changes mailing list