[56355] trunk/dports/php/php5-sqlite/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Aug 26 06:59:29 PDT 2009


Revision: 56355
          http://trac.macports.org/changeset/56355
Author:   ryandesign at macports.org
Date:     2009-08-26 06:59:28 -0700 (Wed, 26 Aug 2009)
Log Message:
-----------
php5-sqlite: whitespace changes only for better column alignment

Modified Paths:
--------------
    trunk/dports/php/php5-sqlite/Portfile

Modified: trunk/dports/php/php5-sqlite/Portfile
===================================================================
--- trunk/dports/php/php5-sqlite/Portfile	2009-08-26 13:57:49 UTC (rev 56354)
+++ trunk/dports/php/php5-sqlite/Portfile	2009-08-26 13:59:28 UTC (rev 56355)
@@ -1,33 +1,33 @@
 # $Id$
 
-PortSystem              1.0
-PortGroup               php5extension 1.0
+PortSystem                      1.0
+PortGroup                       php5extension 1.0
 
-php5extension.setup     sqlite 5.3.0 bundled
-revision                1
-php5extension.use_phpize no
-categories-append       databases
-platforms               darwin
-maintainers             ryandesign
+php5extension.setup             sqlite 5.3.0 bundled
+revision                        1
+php5extension.use_phpize        no
+categories-append               databases
+platforms                       darwin
+maintainers                     ryandesign
 
-description             a PHP interface to SQLite, including the sqlite and \
-                        pdo_sqlite extensions
+description                     a PHP interface to SQLite, including the \
+                                sqlite and pdo_sqlite extensions
 
-long_description        ${description}
+long_description                ${description}
 
-checksums               md5     846760cd655c98dfd86d6d97c3d964b0 \
-                        sha1    934700941d216c453376e3bf24347041cf12c6dc \
-                        rmd160  9a71b74052b0ca515f2ddf95c051b47a73d33f44
+checksums                       md5     846760cd655c98dfd86d6d97c3d964b0 \
+                                sha1    934700941d216c453376e3bf24347041cf12c6dc \
+                                rmd160  9a71b74052b0ca515f2ddf95c051b47a73d33f44
 
 # Note that the sqlite extension uses the built-in sqlite2 libraries while the
 # sqlite3 and pdo_sqlite extensions use the libraries from the sqlite3 port.
 
-depends_lib-append      port:sqlite3
+depends_lib-append              port:sqlite3
 
-configure.args-append   --enable-pdo \
-                        --with-sqlite=shared \
-                        --with-sqlite3=shared,${prefix} \
-                        --with-pdo-sqlite=shared,${prefix} \
-                        --enable-sqlite-utf8
+configure.args-append           --enable-pdo \
+                                --with-sqlite=shared \
+                                --with-sqlite3=shared,${prefix} \
+                                --with-pdo-sqlite=shared,${prefix} \
+                                --enable-sqlite-utf8
 
-use_parallel_build      yes
+use_parallel_build              yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090826/8d2823bf/attachment.html>


More information about the macports-changes mailing list