[110581] users/devans/GNOME-3/stable/dports/gnome/vte/Portfile

devans at macports.org devans at macports.org
Mon Sep 2 08:45:19 PDT 2013


Revision: 110581
          https://trac.macports.org/changeset/110581
Author:   devans at macports.org
Date:     2013-09-02 08:45:19 -0700 (Mon, 02 Sep 2013)
Log Message:
-----------
users/devans/GNOME-3/stable/dports: vte, white space only.

Modified Paths:
--------------
    users/devans/GNOME-3/stable/dports/gnome/vte/Portfile

Modified: users/devans/GNOME-3/stable/dports/gnome/vte/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/vte/Portfile	2013-09-02 15:40:21 UTC (rev 110580)
+++ users/devans/GNOME-3/stable/dports/gnome/vte/Portfile	2013-09-02 15:45:19 UTC (rev 110581)
@@ -1,40 +1,39 @@
 # -*- 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            vte
-version         0.34.7
-set branch      [join [lrange [split $version .] 0 1] .]
-maintainers     nomaintainer
-categories      gnome
-license         LGPL
-platforms       darwin
-description     VTE is a library (libvte) implementing a terminal emulator widget for GTK+, \
-                and a minimal sample application (vte) using that.
+name                vte
+version             0.34.7
+set branch          [join [lrange [split $version .] 0 1] .]
+maintainers         nomaintainer
+categories          gnome
+license             LGPL
+platforms           darwin
+description         VTE is a library (libvte) implementing a terminal emulator widget for GTK+, \
+                    and a minimal sample application (vte) using that.
 
-long_description \
-                ${description} \
-                Vte is mainly used in gnome-terminal, but can also be used to embed a \
-                console/terminal in games, editors, IDEs, etc.
+long_description    ${description} \
+                    Vte is mainly used in gnome-terminal, but can also be used to embed a \
+                    console/terminal in games, editors, IDEs, etc.
 
-homepage        http://www.gnome.org/
-master_sites    gnome:sources/$name/$branch/
+homepage            http://www.gnome.org/
+master_sites        gnome:sources/$name/$branch/
 
-use_xz          yes
+use_xz              yes
 
 checksums           rmd160  39edc0aab9f04e1925d7f92e9c3ca0a868cb0b79 \
                     sha256  187e49cca574f548d04ceea701e95a1531ff9dd9cd1953ce6455824720dab932
 
-depends_build   port:pkgconfig \
-                port:intltool
+depends_build       port:pkgconfig \
+                    port:intltool
 
-depends_lib     port:gtk3 \
-                port:gobject-introspection
+depends_lib         port:gtk3 \
+                    port:gobject-introspection
 
-configure.args  --disable-glade \
-                --disable-Bsymbolic \
-                --enable-introspection=yes
+configure.args      --disable-glade \
+                    --disable-Bsymbolic \
+                    --enable-introspection=yes
 
 configure.cflags-append -fstrict-aliasing
 
@@ -52,4 +51,4 @@
     }
 }
 
-livecheck.type  gnome
+livecheck.type      gnome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130902/0fb8de7a/attachment.html>


More information about the macports-changes mailing list