[145476] trunk/dports/gnome/mm-common/Portfile

devans at macports.org devans at macports.org
Sat Feb 6 21:12:27 PST 2016


Revision: 145476
          https://trac.macports.org/changeset/145476
Author:   devans at macports.org
Date:     2016-02-06 21:12:27 -0800 (Sat, 06 Feb 2016)
Log Message:
-----------
mm-common: reformat, white space only.

Modified Paths:
--------------
    trunk/dports/gnome/mm-common/Portfile

Modified: trunk/dports/gnome/mm-common/Portfile
===================================================================
--- trunk/dports/gnome/mm-common/Portfile	2016-02-07 04:26:13 UTC (rev 145475)
+++ trunk/dports/gnome/mm-common/Portfile	2016-02-07 05:12:27 UTC (rev 145476)
@@ -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            mm-common
-version         0.9.7
-license         GPL-2
-set branch      [join [lrange [split ${version} .] 0 1] .]
+name                mm-common
+version             0.9.7
+license             GPL-2
+set branch          [join [lrange [split ${version} .] 0 1] .]
 
-description     The mm-common module provides the build infrastructure and \
-                utilities shared among the GNOME C++ binding libraries.
+description         The mm-common module provides the build infrastructure and \
+                    utilities shared among the GNOME C++ binding libraries.
 
-long_description \
-                The mm-common module provides the build infrastructure and \
-                utilities shared among the GNOME C++ binding libraries. \
-                It is only a required dependency for building the C++ bindings \
-                from the gnome.org version control repository.  An installation \
-                of mm-common is not required for building tarball releases, \
-                unless configured to use maintainer-mode.
+long_description    The mm-common module provides the build infrastructure and \
+                    utilities shared among the GNOME C++ binding libraries. \
+                    It is only a required dependency for building the C++ bindings \
+                    from the gnome.org version control repository.  An installation \
+                    of mm-common is not required for building tarball releases, \
+                    unless configured to use maintainer-mode.
 
-maintainers     devans openmaintainer
-categories      gnome devel
-platforms       darwin
-homepage        http://www.gnome.org/
-master_sites    gnome:sources/${name}/${branch}/
+maintainers         devans openmaintainer
+categories          gnome devel
+platforms           darwin
+homepage            http://www.gnome.org/
+master_sites        gnome:sources/${name}/${branch}/
 
-use_xz          yes
+use_xz              yes
 
-checksums       sha256  78f47336f3bdf034a384c59a39cc9f0d566e69e36aa7c9ee3ec0bb6a94bf8b3e \
-                rmd160  537985272d56b6c03c25b26afb8fb0e330a77c7e
+checksums           sha256  78f47336f3bdf034a384c59a39cc9f0d566e69e36aa7c9ee3ec0bb6a94bf8b3e \
+                    rmd160  537985272d56b6c03c25b26afb8fb0e330a77c7e
 
-supported_archs noarch
+supported_archs     noarch
 
-depends_build   port:gsed \
-                port:curl \
-                port:wget
+depends_build       port:gsed \
+                    port:curl \
+                    port:wget
 
-livecheck.type  gnome-with-unstable
+livecheck.type      gnome-with-unstable
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160206/f3c8daf2/attachment.html>


More information about the macports-changes mailing list