[84211] trunk/dports/databases/sqlite3/Portfile

mww at macports.org mww at macports.org
Tue Sep 20 12:44:50 PDT 2011


Revision: 84211
          http://trac.macports.org/changeset/84211
Author:   mww at macports.org
Date:     2011-09-20 12:44:50 -0700 (Tue, 20 Sep 2011)
Log Message:
-----------
sqlite3: whitespace changes only

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

Modified: trunk/dports/databases/sqlite3/Portfile
===================================================================
--- trunk/dports/databases/sqlite3/Portfile	2011-09-20 19:41:19 UTC (rev 84210)
+++ trunk/dports/databases/sqlite3/Portfile	2011-09-20 19:44:50 UTC (rev 84211)
@@ -2,47 +2,47 @@
 
 PortSystem 1.0
 
-name			sqlite3
-version			3.7.8
-categories		databases
-platforms		darwin
-license			public-domain
-maintainers		mww openmaintainer
-description		an embedded SQL database engine
-long_description	SQLite3 is an SQL database engine in a C library. \
-				Programs that link the SQLite3 library can have SQL \
-				database access without running a separate RDBMS \
-				process. The distribution comes with a standalone \
-				command-line access program (sqlite3) that can be used \
-				to administer an SQLite3 database and which serves as \
-				an example of how to use the SQLite3 library.
+name                sqlite3
+version             3.7.8
+categories          databases
+platforms           darwin
+license             public-domain
+maintainers         mww openmaintainer
+description         an embedded SQL database engine
+long_description    SQLite3 is an SQL database engine in a C library. \
+                    Programs that link the SQLite3 library can have SQL \
+                    database access without running a separate RDBMS \
+                    process. The distribution comes with a standalone \
+                    command-line access program (sqlite3) that can be used \
+                    to administer an SQLite3 database and which serves as \
+                    an example of how to use the SQLite3 library.
 
-homepage		http://www.sqlite.org/
-master_sites	${homepage}
-distname		sqlite-autoconf-3070800
+homepage            http://www.sqlite.org/
+master_sites        ${homepage}
+distname            sqlite-autoconf-3070800
 checksums           md5     6bfb46d73caaa1bbbcd2b52184b6c542 \
                     sha1    34852cfd49ddea440eb26a35ad32deee0176a724 \
                     rmd160  98bc0a4c5a341958c28861342a75686aef8b4dff
 
-depends_lib		port:readline \
-				port:ncurses
+depends_lib         port:readline \
+                    port:ncurses
 
-patchfiles      configure.patch
+patchfiles          configure.patch
 
-configure.args	--enable-threadsafe \
-			--enable-dynamic-extensions \
-			--enable-readline
+configure.args      --enable-threadsafe \
+                    --enable-dynamic-extensions \
+                    --enable-readline
 # search in worksrcpath for sqlite3.h first -- dont pick up an installed one!
-configure.cppflags	"-DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_FTS3=1 -DSQLITE_ENABLE_RTREE=1 -DSQLITE_SECURE_DELETE=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY=1 -I${worksrcpath} -I${prefix}/include"
+configure.cppflags  "-DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_FTS3=1 -DSQLITE_ENABLE_RTREE=1 -DSQLITE_SECURE_DELETE=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY=1 -I${worksrcpath} -I${prefix}/include"
 
-build.type		gnu
+build.type          gnu
 
-livecheck.type	regex
-livecheck.url	http://www.sqlite.org/news.html
-livecheck.regex	(3(?:\\.\[0-9\]+)+)
+livecheck.type      regex
+livecheck.url       http://www.sqlite.org/news.html
+livecheck.regex     (3(?:\\.\[0-9\]+)+)
 
 post-destroot {
-	xinstall -m 644 ${worksrcpath}/${name}.1 ${destroot}${prefix}/share/man/man1
+    xinstall -m 644 ${worksrcpath}/${name}.1 ${destroot}${prefix}/share/man/man1
 }
 
 platform darwin 8 {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110920/b5a3fbb6/attachment.html>


More information about the macports-changes mailing list