[121926] trunk/dports/gnome/gnome-sharp2/Portfile

mojca at macports.org mojca at macports.org
Fri Jul 11 12:05:46 PDT 2014


Revision: 121926
          https://trac.macports.org/changeset/121926
Author:   mojca at macports.org
Date:     2014-07-11 12:05:46 -0700 (Fri, 11 Jul 2014)
Log Message:
-----------
gnome-sharp2: whitespace only

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

Modified: trunk/dports/gnome/gnome-sharp2/Portfile
===================================================================
--- trunk/dports/gnome/gnome-sharp2/Portfile	2014-07-11 19:04:09 UTC (rev 121925)
+++ trunk/dports/gnome/gnome-sharp2/Portfile	2014-07-11 19:05:46 UTC (rev 121926)
@@ -1,48 +1,47 @@
 # -*- 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            gnome-sharp2
-set my_name     gnome-sharp
-version         2.24.2
-revision        1
-set branch      [join [lrange [split ${version} .] 0 1] .]
-categories      gnome devel
-license         LGPL-2
-platforms       darwin
-maintainers     nomaintainer
-description     Gtk bindings for the Mono .NET Development Framework
+name                gnome-sharp2
+set my_name         gnome-sharp
+version             2.24.2
+revision            1
+set branch          [join [lrange [split ${version} .] 0 1] .]
+categories          gnome devel
+license             LGPL-2
+platforms           darwin
+maintainers         nomaintainer
+description         Gtk bindings for the Mono .NET Development Framework
 
-long_description \
-                This is the Gtk# toolkit for Mono, an implementation \
-                of the .NET Development Framework.
+long_description    This is the Gtk# toolkit for Mono, an implementation \
+                    of the .NET Development Framework.
 
-homepage        http://www.mono-project.com/GtkSharp
-master_sites    gnome:sources/${my_name}/${branch}
-distname        ${my_name}-${version}
+homepage            http://www.mono-project.com/GtkSharp
+master_sites        gnome:sources/${my_name}/${branch}
+distname            ${my_name}-${version}
 
-use_bzip2       yes
+use_bzip2           yes
 
-checksums       rmd160  7cd495debeb92a8517c809f7e9c8d9803e16038c \
-                sha256  122b1e03966d63ec3389decf5440fb94285907d1b6be48352dcf6aca292cf7b0
+checksums           rmd160  7cd495debeb92a8517c809f7e9c8d9803e16038c \
+                    sha256  122b1e03966d63ec3389decf5440fb94285907d1b6be48352dcf6aca292cf7b0
 
 # Errors creating policy.*.dll multiple times in parallel
 use_parallel_build  no
 
-patchfiles      patch-gnome-sharp.dll.config.in.diff
+patchfiles          patch-gnome-sharp.dll.config.in.diff
 
-depends_build   port:pkgconfig
+depends_build       port:pkgconfig
 
-depends_lib     port:mono \
-                port:gtk-sharp2 \
-                port:libart_lgpl \
-                port:gnome-vfs \
-                port:libgnomecanvas \
-                port:libgnomeui
+depends_lib         port:mono \
+                    port:gtk-sharp2 \
+                    port:libart_lgpl \
+                    port:gnome-vfs \
+                    port:libgnomecanvas \
+                    port:libgnomeui
 
 # mono is not universal
-universal_variant no
+universal_variant   no
 
 post-configure {
     # TODO This shouldn't be needed, we need to fix Mono dllmap library path.
@@ -61,6 +60,7 @@
 }
 
 variant x11 {}
+
 default_variants    +x11
 
 if {![variant_isset x11]} {
@@ -72,5 +72,5 @@
     }
 }
 
-livecheck.type  gnome
-livecheck.name  ${my_name}
+livecheck.type      gnome
+livecheck.name      ${my_name}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140711/a8efeef6/attachment.html>


More information about the macports-changes mailing list