[76667] trunk/dports/lang

ryandesign at macports.org ryandesign at macports.org
Fri Mar 4 14:30:20 PST 2011


Revision: 76667
          http://trac.macports.org/changeset/76667
Author:   ryandesign at macports.org
Date:     2011-03-04 14:30:19 -0800 (Fri, 04 Mar 2011)
Log Message:
-----------
php5, php5-devel: whitespace changes

Modified Paths:
--------------
    trunk/dports/lang/php5/Portfile
    trunk/dports/lang/php5-devel/Portfile

Modified: trunk/dports/lang/php5/Portfile
===================================================================
--- trunk/dports/lang/php5/Portfile	2011-03-04 22:25:27 UTC (rev 76666)
+++ trunk/dports/lang/php5/Portfile	2011-03-04 22:30:19 UTC (rev 76667)
@@ -13,39 +13,38 @@
 dist_subdir             ${my_name}
 categories              lang php www
 maintainers             ryandesign jwa
-homepage                http://www.php.net/
-master_sites            php
-distname                php-${version}
-use_bzip2               yes
 platforms               darwin freebsd
 license                 PHP-3.01
 use_parallel_build      yes
 
-description \
-    PHP: Hypertext Preprocessor
+description             PHP: Hypertext Preprocessor
 
-long_description \
-    PHP is a widely-used general-purpose scripting language \
-    that is especially suited for developing web sites, but can also \
-    be used for command-line scripting.
+long_description        PHP is a widely-used general-purpose scripting \
+                        language that is especially suited for developing \
+                        web sites, but can also be used for command-line \
+                        scripting.
 
+homepage                http://www.php.net/
+master_sites            php
+
+distname                php-${version}
+use_bzip2               yes
+
 checksums               [suffix ${distname}] \
                         sha1    355701b723fcb497581c368be4d6e572c150a5ea \
                         rmd160  831018429b87c46da7571397e0d463b81ded11eb
 
-depends_build \
-    port:pkgconfig \
-    port:autoconf213
+depends_build           port:pkgconfig \
+                        port:autoconf213
 
-depends_lib \
-    path:bin/gsed:gsed \
-    port:libtool \
-    port:libxml2 \
-    port:bzip2 \
-    port:mhash \
-    port:pcre \
-    port:readline \
-    port:zlib
+depends_lib             path:bin/gsed:gsed \
+                        port:libtool \
+                        port:libxml2 \
+                        port:bzip2 \
+                        port:mhash \
+                        port:pcre \
+                        port:readline \
+                        port:zlib
 
 # Use -p1 to accommodate the Suhosin patch
 patch.pre_args          -p1
@@ -59,36 +58,35 @@
 
 destroot.keepdirs       ${destroot}${extraphpinidir}
 
-configure.args \
-    --mandir=${prefix}/share/man \
-    --infodir=${prefix}/share/info \
-    --with-config-file-path=${phpinidir} \
-    --with-config-file-scan-dir=${extraphpinidir} \
-    --disable-all \
-    --enable-bcmath \
-    --enable-ctype \
-    --enable-dom \
-    --enable-fileinfo \
-    --enable-filter \
-    --enable-hash \
-    --enable-json \
-    --enable-libxml \
-    --enable-pdo \
-    --enable-phar \
-    --enable-session \
-    --enable-simplexml \
-    --enable-tokenizer \
-    --enable-xml \
-    --enable-xmlreader \
-    --enable-xmlwriter \
-    --with-bz2=${prefix} \
-    --with-mhash=${prefix} \
-    --with-pcre-regex=${prefix} \
-    --with-readline=${prefix} \
-    --with-libxml-dir=${prefix} \
-    --with-zlib=${prefix} \
-    --without-pear \
-    --disable-cgi
+configure.args          --mandir=${prefix}/share/man \
+                        --infodir=${prefix}/share/info \
+                        --with-config-file-path=${phpinidir} \
+                        --with-config-file-scan-dir=${extraphpinidir} \
+                        --disable-all \
+                        --enable-bcmath \
+                        --enable-ctype \
+                        --enable-dom \
+                        --enable-fileinfo \
+                        --enable-filter \
+                        --enable-hash \
+                        --enable-json \
+                        --enable-libxml \
+                        --enable-pdo \
+                        --enable-phar \
+                        --enable-session \
+                        --enable-simplexml \
+                        --enable-tokenizer \
+                        --enable-xml \
+                        --enable-xmlreader \
+                        --enable-xmlwriter \
+                        --with-bz2=${prefix} \
+                        --with-mhash=${prefix} \
+                        --with-pcre-regex=${prefix} \
+                        --with-readline=${prefix} \
+                        --with-libxml-dir=${prefix} \
+                        --with-zlib=${prefix} \
+                        --without-pear \
+                        --disable-cgi
 
 # php5-mysql +mysqlnd needs mysqlnd support compiled into php
 configure.env-append    PHP_MYSQLND_ENABLED=yes
@@ -96,8 +94,7 @@
 configure.universal_args-delete --disable-dependency-tracking
 
 platform darwin 10 {
-    configure.env-append \
-        LIBS=-lresolv
+    configure.env-append LIBS=-lresolv
 }
 
 variant no_web conflicts apache apache2 fastcgi description {Don't include any web server support} {}
@@ -196,11 +193,9 @@
                                 rmd160  e5105397a9e41997ad11d2a0be01c7e3c9d06c6e \
 }
 
-destroot.args \
-    INSTALL_ROOT=${destroot}
+destroot.args           INSTALL_ROOT=${destroot}
 
-destroot.target \
-    install-cli install-build install-headers install-programs
+destroot.target         install-cli install-build install-headers install-programs
 
 post-destroot {
     # Copy the Apache 1 module.

Modified: trunk/dports/lang/php5-devel/Portfile
===================================================================
--- trunk/dports/lang/php5-devel/Portfile	2011-03-04 22:25:27 UTC (rev 76666)
+++ trunk/dports/lang/php5-devel/Portfile	2011-03-04 22:30:19 UTC (rev 76667)
@@ -12,47 +12,43 @@
 dist_subdir             ${my_name}
 categories              lang php www
 maintainers             ryandesign jwa
-homepage                http://qa.php.net/
-distname                php-${version}
-use_bzip2               yes
 platforms               darwin freebsd
-license					PHP-3.01
+license                 PHP-3.01
 use_parallel_build      yes
 
-description \
-    PHP: Hypertext Preprocessor
+description             PHP: Hypertext Preprocessor
 
-long_description \
-    PHP is a widely-used general-purpose scripting language \
-    that is especially suited for developing web sites, but can also \
-    be used for command-line scripting.
+long_description        PHP is a widely-used general-purpose scripting \
+                        language that is especially suited for developing \
+                        web sites, but can also be used for command-line \
+                        scripting.
 
-master_sites \
-    http://downloads.php.net/ilia/ \
-    http://downloads.php.net/johannes/
+homepage                http://qa.php.net/
+master_sites            http://downloads.php.net/ilia/ \
+                        http://downloads.php.net/johannes/
 
+distname                php-${version}
+use_bzip2               yes
+
 checksums               [suffix ${distname}] \
                         sha1    b350647d0c31181eef8351bdeb905568705df705 \
                         rmd160  89fcba3a98b1ff89634401278d389fbecfe821cc
 
-depends_build \
-    port:pkgconfig \
-    port:autoconf213
+depends_build           port:pkgconfig \
+                        port:autoconf213
 
-depends_lib \
-    path:bin/gsed:gsed \
-    port:libtool \
-    port:libxml2 \
-    port:bzip2 \
-    port:mhash \
-    port:pcre \
-    port:readline \
-    port:zlib
+depends_lib             path:bin/gsed:gsed \
+                        port:libtool \
+                        port:libxml2 \
+                        port:bzip2 \
+                        port:mhash \
+                        port:pcre \
+                        port:readline \
+                        port:zlib
 
 # Use -p1 to accommodate the Suhosin patch
 patch.pre_args          -p1
-patchfiles \
-    patch-scripts-php-config.in.diff
+patchfiles              patch-scripts-php-config.in.diff
 
 use_autoconf            yes
 autoconf.cmd            ${prefix}/bin/autoconf213
@@ -62,36 +58,35 @@
 
 destroot.keepdirs       ${destroot}${extraphpinidir}
 
-configure.args \
-    --mandir=${prefix}/share/man \
-    --infodir=${prefix}/share/info \
-    --with-config-file-path=${phpinidir} \
-    --with-config-file-scan-dir=${extraphpinidir} \
-    --disable-all \
-    --enable-bcmath \
-    --enable-ctype \
-    --enable-dom \
-    --enable-fileinfo \
-    --enable-filter \
-    --enable-hash \
-    --enable-json \
-    --enable-libxml \
-    --enable-pdo \
-    --enable-phar \
-    --enable-session \
-    --enable-simplexml \
-    --enable-tokenizer \
-    --enable-xml \
-    --enable-xmlreader \
-    --enable-xmlwriter \
-    --with-bz2=${prefix} \
-    --with-mhash=${prefix} \
-    --with-pcre-regex=${prefix} \
-    --with-readline=${prefix} \
-    --with-libxml-dir=${prefix} \
-    --with-zlib=${prefix} \
-    --without-pear \
-    --disable-cgi
+configure.args          --mandir=${prefix}/share/man \
+                        --infodir=${prefix}/share/info \
+                        --with-config-file-path=${phpinidir} \
+                        --with-config-file-scan-dir=${extraphpinidir} \
+                        --disable-all \
+                        --enable-bcmath \
+                        --enable-ctype \
+                        --enable-dom \
+                        --enable-fileinfo \
+                        --enable-filter \
+                        --enable-hash \
+                        --enable-json \
+                        --enable-libxml \
+                        --enable-pdo \
+                        --enable-phar \
+                        --enable-session \
+                        --enable-simplexml \
+                        --enable-tokenizer \
+                        --enable-xml \
+                        --enable-xmlreader \
+                        --enable-xmlwriter \
+                        --with-bz2=${prefix} \
+                        --with-mhash=${prefix} \
+                        --with-pcre-regex=${prefix} \
+                        --with-readline=${prefix} \
+                        --with-libxml-dir=${prefix} \
+                        --with-zlib=${prefix} \
+                        --without-pear \
+                        --disable-cgi
 
 # php5-mysql +mysqlnd needs mysqlnd support compiled into php
 configure.env-append    PHP_MYSQLND_ENABLED=yes
@@ -99,8 +94,7 @@
 configure.universal_args-delete --disable-dependency-tracking
 
 platform darwin 10 {
-    configure.env-append \
-        LIBS=-lresolv
+    configure.env-append LIBS=-lresolv
 }
 
 variant no_web conflicts apache apache2 fastcgi description {Don't include any web server support} {}
@@ -200,11 +194,9 @@
                                 rmd160  e5105397a9e41997ad11d2a0be01c7e3c9d06c6e \
 }
 
-destroot.args \
-    INSTALL_ROOT=${destroot}
+destroot.args           INSTALL_ROOT=${destroot}
 
-destroot.target \
-    install-cli install-build install-headers install-programs
+destroot.target         install-cli install-build install-headers install-programs
 
 post-destroot {
     # Copy the Apache 1 module.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110304/8e84cf49/attachment-0001.html>


More information about the macports-changes mailing list