[127452] trunk/dports/devel

devans at macports.org devans at macports.org
Tue Oct 28 09:44:42 PDT 2014


Revision: 127452
          https://trac.macports.org/changeset/127452
Author:   devans at macports.org
Date:     2014-10-28 09:44:42 -0700 (Tue, 28 Oct 2014)
Log Message:
-----------
glade, glade3: reformat, white space only.

Modified Paths:
--------------
    trunk/dports/devel/glade/Portfile
    trunk/dports/devel/glade3/Portfile

Modified: trunk/dports/devel/glade/Portfile
===================================================================
--- trunk/dports/devel/glade/Portfile	2014-10-28 16:14:45 UTC (rev 127451)
+++ trunk/dports/devel/glade/Portfile	2014-10-28 16:44:42 UTC (rev 127452)
@@ -1,41 +1,41 @@
 # -*- 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            glade
-version         3.18.3
-license         LGPL-2+ GPL-2+
-set branch      [join [lrange [split ${version} .] 0 1] .]
-description     Glade is a RAD tool to enable quick & easy development of user interfaces \
-                for the GTK+ 3.* toolkit and the GNOME desktop environment.
-long_description ${description}
-maintainers     devans openmaintainer
-categories      devel gnome
-platforms       darwin
-homepage        https://wiki.gnome.org/Apps/Glade
-master_sites    gnome:sources/${name}/${branch}/
+name                glade
+version             3.18.3
+license             LGPL-2+ GPL-2+
+set branch          [join [lrange [split ${version} .] 0 1] .]
+description         Glade is a RAD tool to enable quick & easy development of user interfaces \
+                    for the GTK+ 3.* toolkit and the GNOME desktop environment.
+long_description    ${description}
+maintainers         devans openmaintainer
+categories          devel gnome
+platforms           darwin
+homepage            https://wiki.gnome.org/Apps/Glade
+master_sites        gnome:sources/${name}/${branch}/
 
-use_xz          yes
+use_xz              yes
 
-checksums       rmd160  2d7c58cb70534634174a9ea801e347887669eae6 \
-                sha256  ecdbce46e7fbfecd463be840b94fbf54d83723b3ebe075414cfd225ddab66452
+checksums           rmd160  2d7c58cb70534634174a9ea801e347887669eae6 \
+                    sha256  ecdbce46e7fbfecd463be840b94fbf54d83723b3ebe075414cfd225ddab66452
 
 depends_skip_archcheck devhelp
 
-depends_build   port:pkgconfig \
-                port:intltool \
-                port:itstool \
-                port:gnome-common \
-                port:yelp-tools \
-                port:gtk-doc
+depends_build       port:pkgconfig \
+                    port:intltool \
+                    port:itstool \
+                    port:gnome-common \
+                    port:yelp-tools \
+                    port:gtk-doc
 
-depends_lib     port:gtk3 \
-                port:gobject-introspection \
-                port:libxml2
+depends_lib         port:gtk3 \
+                    port:gobject-introspection \
+                    port:libxml2
 
-depends_run     port:desktop-file-utils \
-                port:devhelp
+depends_run         port:desktop-file-utils \
+                    port:devhelp
 
 # update m4/intltool.m4 and autoreconf
 
@@ -52,15 +52,15 @@
 # after displaying main window
 #
 
-configure.optflags -O0
+configure.optflags  -O0
 
-configure.args  --enable-introspection=yes \
-                --enable-gladeui \
-                --enable-debug \
-                --disable-silent-rules
+configure.args      --enable-introspection=yes \
+                    --enable-gladeui \
+                    --enable-debug \
+                    --disable-silent-rules
 
 configure.cflags-append \
-                -Wno-format-nonliteral
+                    -Wno-format-nonliteral
 
 variant python26 conflicts python27 description {Use python 2.6} {
     configure.python            ${prefix}/bin/python2.6
@@ -85,4 +85,4 @@
     system "${prefix}/bin/gtk-update-icon-cache-3.0 -f -t ${prefix}/share/icons/hicolor"
 }
 
-livecheck.type  gnome
+livecheck.type      gnome

Modified: trunk/dports/devel/glade3/Portfile
===================================================================
--- trunk/dports/devel/glade3/Portfile	2014-10-28 16:14:45 UTC (rev 127451)
+++ trunk/dports/devel/glade3/Portfile	2014-10-28 16:44:42 UTC (rev 127452)
@@ -1,42 +1,42 @@
 # -*- 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            glade3
-version         3.8.5
-license         LGPL-2 GPL-2
-set branch      [join [lrange [split ${version} .] 0 1] .]
-description     Glade is a RAD tool to enable quick & easy development of user interfaces \
-                for the GTK+ 2.* toolkit and the GNOME desktop environment.
-long_description ${description}
-maintainers     devans openmaintainer
-categories      devel gnome
-platforms       darwin
-homepage        https://wiki.gnome.org/Apps/Glade
-master_sites    gnome:sources/${name}/${branch}/
+name                glade3
+version             3.8.5
+license             LGPL-2 GPL-2
+set branch          [join [lrange [split ${version} .] 0 1] .]
+description         Glade is a RAD tool to enable quick & easy development of user interfaces \
+                    for the GTK+ 2.* toolkit and the GNOME desktop environment.
+long_description    ${description}
+maintainers         devans openmaintainer
+categories          devel gnome
+platforms           darwin
+homepage            https://wiki.gnome.org/Apps/Glade
+master_sites        gnome:sources/${name}/${branch}/
 
-use_xz          yes
+use_xz              yes
 
-checksums       rmd160  0e4c66e9455b3b5212b3f696103ce5a414147594 \
-                sha256  58a5f6e4df4028230ddecc74c564808b7ec4471b1925058e29304f778b6b2735
+checksums           rmd160  0e4c66e9455b3b5212b3f696103ce5a414147594 \
+                    sha256  58a5f6e4df4028230ddecc74c564808b7ec4471b1925058e29304f778b6b2735
 
 depends_skip_archcheck devhelp
 
-depends_build   port:pkgconfig \
-                port:intltool \
-                port:gnome-common \
-                port:gnome-doc-utils \
-                port:gtk-doc
+depends_build       port:pkgconfig \
+                    port:intltool \
+                    port:gnome-common \
+                    port:gnome-doc-utils \
+                    port:gtk-doc
 
-depends_lib     port:desktop-file-utils \
-                port:rarian \
-                port:gtk2 \
-                port:libxml2 \
-                port:libbonoboui \
-                port:libgnomeui
+depends_lib         port:desktop-file-utils \
+                    port:rarian \
+                    port:gtk2 \
+                    port:libxml2 \
+                    port:libbonoboui \
+                    port:libgnomeui
 
-depends_run     port:devhelp
+depends_run         port:devhelp
 
 # update m4/intltool.m4 and autoreconf
 
@@ -44,13 +44,13 @@
     copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4
 }
 
-use_autoreconf  yes
-autoreconf.args -fvi
+use_autoreconf      yes
+autoreconf.args     -fvi
 
 configure.cflags-append \
-                -Wno-format-nonliteral
+                    -Wno-format-nonliteral
 
-configure.args  --disable-scrollkeeper
+configure.args      --disable-scrollkeeper
 
 variant python26 conflicts python27 description {Use python 2.6} {
     configure.python          ${prefix}/bin/python2.6
@@ -92,4 +92,4 @@
     system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"
 }
 
-livecheck.type  gnome
+livecheck.type      gnome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141028/bac3d4a8/attachment.html>


More information about the macports-changes mailing list