[138272] trunk/dports/gnome/atkmm/Portfile

devans at macports.org devans at macports.org
Fri Jul 3 12:29:36 PDT 2015


Revision: 138272
          https://trac.macports.org/changeset/138272
Author:   devans at macports.org
Date:     2015-07-03 12:29:36 -0700 (Fri, 03 Jul 2015)
Log Message:
-----------
atkmm: reformat, white space only.

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

Modified: trunk/dports/gnome/atkmm/Portfile
===================================================================
--- trunk/dports/gnome/atkmm/Portfile	2015-07-03 19:20:22 UTC (rev 138271)
+++ trunk/dports/gnome/atkmm/Portfile	2015-07-03 19:29:36 UTC (rev 138272)
@@ -1,39 +1,38 @@
 # -*- 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		atkmm
-version		2.22.7
-revision        1
-set branch      [join [lrange [split ${version} .] 0 1] .]
-description	atkmm is the C++ binding for the ATK library.
-long_description \
-                ${description} This port is part of the GNOME C++ bindings suite.
+name                atkmm
+version             2.22.7
+revision            1
+set branch          [join [lrange [split ${version} .] 0 1] .]
+description         atkmm is the C++ binding for the ATK library.
+long_description    ${description} This port is part of the GNOME C++ bindings suite.
 
-maintainers	devans openmaintainer
-categories	gnome devel
-license		LGPL-2.1+
-platforms	darwin
-homepage	http://www.gtkmm.org/
-master_sites    gnome:sources/${name}/${branch}/
+maintainers         devans openmaintainer
+categories          gnome devel
+license             LGPL-2.1+
+platforms           darwin
+homepage            http://www.gtkmm.org/
+master_sites        gnome:sources/${name}/${branch}/
 
-use_xz          yes
+use_xz              yes
 
-dist_subdir     ${name}/${version}_${revision}
+dist_subdir         ${name}/${version}_${revision}
 
-checksums       rmd160  45899082787b5286d46d9c7c4df143d16e6b2525 \
-                sha256  bfbf846b409b4c5eb3a52fa32a13d86936021969406b3dcafd4dd05abd70f91b
+checksums           rmd160  45899082787b5286d46d9c7c4df143d16e6b2525 \
+                    sha256  bfbf846b409b4c5eb3a52fa32a13d86936021969406b3dcafd4dd05abd70f91b
 
-depends_build   port:pkgconfig \
-                port:mm-common
+depends_build       port:pkgconfig \
+                    port:mm-common
 
-depends_lib	port:atk \
-                port:glibmm
+depends_lib         port:atk \
+                    port:glibmm
 
 # Teach glibtool about -stdlib=libc++
-use_autoreconf  yes
-autoreconf.args -fvi
+use_autoreconf      yes
+autoreconf.args     -fvi
 
 pre-activate {
     if { [file exists ${prefix}/lib/pkgconfig/atkmm-1.6.pc]
@@ -44,4 +43,4 @@
     }
 }
 
-livecheck.type  gnome
+livecheck.type      gnome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150703/142d935d/attachment-0001.html>


More information about the macports-changes mailing list