[50755] trunk/dports/gnome/gnome-platform-suite/Portfile

devans at macports.org devans at macports.org
Fri May 8 14:33:13 PDT 2009


Revision: 50755
          http://trac.macports.org/changeset/50755
Author:   devans at macports.org
Date:     2009-05-08 14:33:12 -0700 (Fri, 08 May 2009)
Log Message:
-----------
gnome-platform-suite: white space (tabs to spaces).

Modified Paths:
--------------
    trunk/dports/gnome/gnome-platform-suite/Portfile

Modified: trunk/dports/gnome/gnome-platform-suite/Portfile
===================================================================
--- trunk/dports/gnome/gnome-platform-suite/Portfile	2009-05-08 21:25:19 UTC (rev 50754)
+++ trunk/dports/gnome/gnome-platform-suite/Portfile	2009-05-08 21:33:12 UTC (rev 50755)
@@ -1,60 +1,63 @@
 # -*- 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		gnome-platform-suite
-version		2.26.1
+name            gnome-platform-suite
+version         2.26.1
 revision        2
-categories	gnome devel
-maintainers	nomaintainer
-description	The GNOME developer platform
-long_description	The GNOME developer platform is the set of libraries and \
-		        services that developers can rely upon to develop fully \
-		        GNOME compliant applications. The platform is one of the \
-		        suites of software packages that form the complete GNOME \
-		        project offerings.
-platforms 	darwin
-homepage	http://www.gnome.org/
-master_sites 	gnome
-depends_lib	port:at-spi     \
-		port:atk	\
+categories      gnome devel
+maintainers     nomaintainer
+description     The GNOME developer platform
+long_description    The GNOME developer platform is the set of libraries and \
+                    services that developers can rely upon to develop fully \
+                    GNOME compliant applications. The platform is one of the \
+                    suites of software packages that form the complete GNOME \
+                    project offerings.
+platforms       darwin
+homepage        http://www.gnome.org/
+master_sites    gnome
+
+depends_lib     port:at-spi     \
+                port:atk    \
                 port:esound     \
-		port:gconf	\
-		port:gnome-mime-data	\
+                port:gconf    \
+                port:gnome-mime-data    \
                 port:gnome-settings-daemon \
-		port:gnome-vfs	\
-		port:gtk2       \
-		port:gtk-doc    \
+                port:gnome-vfs    \
+                port:gtk2       \
+                port:gtk-doc    \
                 port:gvfs       \
-		port:libart_lgpl	\
-		port:libbonobo	\
-		port:libbonoboui	\
-		port:libglade2	\
-		port:libgnome	\
-		port:libgnomecanvas	\
-		port:libgnomeui	\
-		port:libidl	\
-		port:libxml2	\
-		port:libxslt	\
-		port:orbit2     \
+                port:libart_lgpl    \
+                port:libbonobo    \
+                port:libbonoboui    \
+                port:libglade2    \
+                port:libgnome    \
+                port:libgnomecanvas    \
+                port:libgnomeui    \
+                port:libidl    \
+                port:libxml2    \
+                port:libxslt    \
+                port:orbit2     \
                 port:pango      \
                 port:pkgconfig  \
                 port:policykit-gnome
+
 distfiles
 fetch           { }
 checksum        { }
 
-use_configure no
+use_configure   no
 
 build           { }
+
 destroot        {
-	file mkdir ${destroot}${prefix}/share/doc/
-	system "echo ${long_description} > ${destroot}${prefix}/share/doc/README.${name}.txt"
+        file mkdir ${destroot}${prefix}/share/doc/
+        system "echo ${long_description} > ${destroot}${prefix}/share/doc/README.${name}.txt"
 }
 
 variant quartz description "Use Quartz instead of X11" {
-	depends_lib-delete	port:at-spi
+        depends_lib-delete    port:at-spi
 }
 
 livecheck.check none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090508/21befe9a/attachment.html>


More information about the macports-changes mailing list