[105806] trunk/dports/databases/libgda4/Portfile

devans at macports.org devans at macports.org
Sun May 5 21:37:55 PDT 2013


Revision: 105806
          https://trac.macports.org/changeset/105806
Author:   devans at macports.org
Date:     2013-05-05 21:37:55 -0700 (Sun, 05 May 2013)
Log Message:
-----------
libgda4: white space only.

Modified Paths:
--------------
    trunk/dports/databases/libgda4/Portfile

Modified: trunk/dports/databases/libgda4/Portfile
===================================================================
--- trunk/dports/databases/libgda4/Portfile	2013-05-06 04:29:29 UTC (rev 105805)
+++ trunk/dports/databases/libgda4/Portfile	2013-05-06 04:37:55 UTC (rev 105806)
@@ -1,38 +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		libgda4
+name            libgda4
 set gname       libgda
-version		4.2.13
+version         4.2.13
 revision        2
 license         {GPL-2 LGPL}
 
 set branch      [join [lrange [split ${version} .] 0 1] .]
-description	GDA provides uniform access to different kinds of data sources.
-long_description	\
-    GNU Data Access (GDA) is an attempt to provide \
-    uniform access to different kinds of data sources \
-    (databases, information servers, mail spools, etc).
-maintainers	devans openmaintainer
-categories	databases gnome
-platforms	darwin
-homepage	http://www.gnome-db.org/
-distname	libgda-${version}
+description     GDA provides uniform access to different kinds of data sources.
+long_description \
+                GNU Data Access (GDA) is an attempt to provide \
+                uniform access to different kinds of data sources \
+                (databases, information servers, mail spools, etc).
+maintainers     devans openmaintainer
+categories      databases gnome
+platforms       darwin
+homepage        http://www.gnome-db.org/
+distname        libgda-${version}
 master_sites    gnome:sources/${gname}/${branch}/
-use_xz		yes
+use_xz          yes
 
-checksums           rmd160  f487af2620fc241e6608a80b863b40a81ea3c548 \
-                    sha256  25b75951f8f38fd58a403389566a0aae2f83b39d4225bc3acf5f2d68895ab4c3
+checksums       rmd160  f487af2620fc241e6608a80b863b40a81ea3c548 \
+                sha256  25b75951f8f38fd58a403389566a0aae2f83b39d4225bc3acf5f2d68895ab4c3
 
-#patchfiles      patch-configure.ac.diff
+#patchfiles     patch-configure.ac.diff
 
-depends_build	port:pkgconfig \
-	        port:intltool \
-	        port:gnome-doc-utils
+depends_build   port:pkgconfig \
+                port:intltool \
+                port:gnome-doc-utils
 
-depends_lib	port:readline \
+depends_lib     port:readline \
                 port:sqlite3 \
                 port:gtksourceview2 \
                 port:goocanvas \
@@ -81,48 +81,48 @@
 
 variant with_mysql5 \
     description {support for current MySQL 5.x} {
-	depends_lib-append	path:bin/mysql_config5:mysql5
-	configure.env-append	\
-		MYSQL_CONFIG=${prefix}/lib/mysql5/bin/mysql_config
-	configure.args-delete   --without-mysql
-	configure.args-append	--with-mysql=${prefix}/lib/mysql5
-	configure.cppflags-append	"-I${prefix}/include/mysql5/mysql"
+    depends_lib-append  path:bin/mysql_config5:mysql5
+    configure.env-append    \
+        MYSQL_CONFIG=${prefix}/lib/mysql5/bin/mysql_config
+    configure.args-delete   --without-mysql
+    configure.args-append   --with-mysql=${prefix}/lib/mysql5
+    configure.cppflags-append   "-I${prefix}/include/mysql5/mysql"
 }
 
 variant with_postgresql83 conflicts with_postgresql84 with_postgresql90 \
     description {support for PostgreSQL 8.3.x} {
-	configure.cppflags-append	"-I${prefix}/include/postgresql83"
-	depends_lib-append	port:postgresql83
-	configure.args-delete   --without-postgres
-	configure.args-append	--with-postgres=${prefix}/lib/postgresql83
+    configure.cppflags-append   "-I${prefix}/include/postgresql83"
+    depends_lib-append  port:postgresql83
+    configure.args-delete   --without-postgres
+    configure.args-append   --with-postgres=${prefix}/lib/postgresql83
 }
 
 variant with_postgresql84 conflicts with_postgresql83 with_postgresql90 \
     description {support for PostgreSQL 8.4.x} {
-	configure.cppflags-append	"-I${prefix}/include/postgresql84"
-	depends_lib-append	port:postgresql84
-	configure.args-delete   --without-postgres
-	configure.args-append	--with-postgres=${prefix}/lib/postgresql84
+    configure.cppflags-append   "-I${prefix}/include/postgresql84"
+    depends_lib-append  port:postgresql84
+    configure.args-delete   --without-postgres
+    configure.args-append   --with-postgres=${prefix}/lib/postgresql84
 }
 
 variant with_postgresql90 conflicts with_postgresql83 with_postgresql84 \
     description {support for PostgreSQL 9.0.x} {
-	configure.cppflags-append	"-I${prefix}/include/postgresql90"
-	depends_lib-append	port:postgresql90
-	configure.args-delete   --without-postgres
-	configure.args-append	--with-postgres=${prefix}/lib/postgresql90
+    configure.cppflags-append   "-I${prefix}/include/postgresql90"
+    depends_lib-append  port:postgresql90
+    configure.args-delete   --without-postgres
+    configure.args-append   --with-postgres=${prefix}/lib/postgresql90
 }
 
 variant without_bdb \
     description {remove support for Berkeley DB} {
-	configure.args-delete   --with-bdb=${prefix}
-	configure.args-append	--without-bdb
+    configure.args-delete   --with-bdb=${prefix}
+    configure.args-append   --without-bdb
 }
 
 variant introspection \
     description {add introspection support} {
-        configure.args-delete	--disable-introspection
-        configure.args-append	--enable-introspection \
+        configure.args-delete   --disable-introspection
+        configure.args-append   --enable-introspection \
             --enable-gda-gi \
             --disable-gdaui-gi
     }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130505/f4887f68/attachment.html>


More information about the macports-changes mailing list