[44998] trunk/dports/gnome/gnome-build/Portfile

blb at macports.org blb at macports.org
Mon Jan 5 22:31:36 PST 2009


Revision: 44998
          http://trac.macports.org/changeset/44998
Author:   blb at macports.org
Date:     2009-01-05 22:31:36 -0800 (Mon, 05 Jan 2009)
Log Message:
-----------
gnome/gnome-build - whitespace changes

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

Modified: trunk/dports/gnome/gnome-build/Portfile
===================================================================
--- trunk/dports/gnome/gnome-build/Portfile	2009-01-06 06:23:45 UTC (rev 44997)
+++ trunk/dports/gnome/gnome-build/Portfile	2009-01-06 06:31:36 UTC (rev 44998)
@@ -1,46 +1,34 @@
 # $Id$
-PortSystem 1.0
-name		gnome-build
-version		0.2.0
-description	GNOME Build Framework.
-long_description   	${description}
-maintainers	nomaintainer
-categories	gnome devel
-platforms	darwin 
-homepage	http://www.anjuta.org/
-master_sites    gnome:sources/${name}/[strsed ${version} {/\.[0-9]*$//}]
-checksums	md5 97ba7c81f47c39b191d9aae9ea173084
-use_bzip2	yes
-depends_lib	\
-	port:audiofile \
-	port:avahi \
-	port:dbus \
-	port:dbus-glib \
-	port:esound \
-	port:expat \
-	port:gconf \
-	port:gdl \
-	port:gnome-keyring \
-	port:gnome-vfs \
-	port:gtk2 \
-	port:howl \
-	port:libart_lgpl \
-	port:libbonobo \
-	port:libbonoboui \
-	port:libglade2 \
-	port:libgnome \
-	port:libgnomecanvas \
-	port:libgnomeui \
-	port:libxml2 \
-	port:openssl \
-	port:orbit2 \
-	port:popt
+
+PortSystem          1.0
+name                gnome-build
+version             0.2.0
+categories          gnome devel
+maintainers         nomaintainer
+description         GNOME Build Framework.
+long_description    ${description}
+
+platforms           darwin 
+
+homepage            http://www.anjuta.org/
+master_sites        gnome:sources/${name}/[strsed ${version} {/\.[0-9]*$//}]
+use_bzip2           yes
+
+checksums           md5 97ba7c81f47c39b191d9aae9ea173084
+
+depends_lib         port:audiofile port:avahi port:dbus port:dbus-glib \
+                    port:esound port:expat port:gconf port:gdl \
+                    port:gnome-keyring port:gnome-vfs port:gtk2 port:howl \
+                    port:libart_lgpl port:libbonobo port:libbonoboui \
+                    port:libglade2 port:libgnome port:libgnomecanvas \
+                    port:libgnomeui port:libxml2 port:openssl port:orbit2 \
+                    port:popt
+
 post-extract {
-	reinplace "s|regex.h|gnuregex.h|g" \
-		${worksrcpath}/src/backends/libgbf_am/gbf-am-build.c
+   reinplace "s|regex.h|gnuregex.h|g" \
+      ${worksrcpath}/src/backends/libgbf_am/gbf-am-build.c
 }
-configure.env   \
-	GMSGFMT=${prefix}/bin/msgfmt
-configure.args	\
-	--enable-static \
-	--enable-shared
+
+configure.env       GMSGFMT=${prefix}/bin/msgfmt
+configure.args      --enable-static --enable-shared
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090105/382eb6a5/attachment.html>


More information about the macports-changes mailing list