[56353] trunk/dports/php/php5-oracle/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Aug 26 06:57:21 PDT 2009


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

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

Modified: trunk/dports/php/php5-oracle/Portfile
===================================================================
--- trunk/dports/php/php5-oracle/Portfile	2009-08-26 10:53:52 UTC (rev 56352)
+++ trunk/dports/php/php5-oracle/Portfile	2009-08-26 13:57:21 UTC (rev 56353)
@@ -1,34 +1,34 @@
 # $Id$
 
-PortSystem              1.0
-PortGroup               php5extension 1.0
+PortSystem                      1.0
+PortGroup                       php5extension 1.0
 
-php5extension.setup     oracle 5.3.0 bundled
-php5extension.use_phpize no
-categories-append       databases
-platforms               darwin
-maintainers             ryandesign
+php5extension.setup             oracle 5.3.0 bundled
+php5extension.use_phpize        no
+categories-append               databases
+platforms                       darwin
+maintainers                     ryandesign
 
-description             a PHP interface to Oracle, including the oci8 and \
-                        pdo_oci extensions
+description                     a PHP interface to Oracle, including the oci8 \
+                                and pdo_oci extensions
 
-long_description        ${description}
+long_description                ${description}
 
-checksums               md5     846760cd655c98dfd86d6d97c3d964b0 \
-                        sha1    934700941d216c453376e3bf24347041cf12c6dc \
-                        rmd160  9a71b74052b0ca515f2ddf95c051b47a73d33f44
+checksums                       md5     846760cd655c98dfd86d6d97c3d964b0 \
+                                sha1    934700941d216c453376e3bf24347041cf12c6dc \
+                                rmd160  9a71b74052b0ca515f2ddf95c051b47a73d33f44
 
-depends_build-append    port:autoconf213
+depends_build-append            port:autoconf213
 
-depends_lib-append      port:oracle-instantclient
+depends_lib-append              port:oracle-instantclient
 
-patchfiles-append       patch-ext-pdo_oci-config.m4.diff
+patchfiles-append               patch-ext-pdo_oci-config.m4.diff
 
-use_autoconf            yes
-autoconf.cmd            ${prefix}/bin/autoconf213
+use_autoconf                    yes
+autoconf.cmd                    ${prefix}/bin/autoconf213
 
-configure.args-append   --enable-pdo \
-                        --with-oci8=shared,instantclient,${prefix}/lib/oracle \
-                        --with-pdo-oci=shared,instantclient,${prefix}/lib/oracle,10.1
+configure.args-append           --enable-pdo \
+                                --with-oci8=shared,instantclient,${prefix}/lib/oracle \
+                                --with-pdo-oci=shared,instantclient,${prefix}/lib/oracle,10.1
 
-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/0b1d794e/attachment.html>


More information about the macports-changes mailing list