Revision: 31749 http://trac.macosforge.org/projects/macports/changeset/31749 Author: ryandesign@macports.org Date: 2007-12-05 11:50:54 -0800 (Wed, 05 Dec 2007) Log Message: ----------- php5: remove trailing whitespace Modified Paths: -------------- trunk/dports/www/php5/Portfile Modified: trunk/dports/www/php5/Portfile =================================================================== --- trunk/dports/www/php5/Portfile 2007-12-05 18:48:00 UTC (rev 31748) +++ trunk/dports/www/php5/Portfile 2007-12-05 19:50:54 UTC (rev 31749) @@ -31,7 +31,7 @@ http://es.php.net/distributions/:release \ http://se.php.net/distributions/:release \ http://downloads.php.net/ilia/:rc \ - http://downloads.php.net/jani/:rc + http://downloads.php.net/jani/:rc checksums \ md5 1fe14ca892460b09f06729941a1bb605 \ @@ -190,7 +190,7 @@ configure.args-append \ --with-snmp=/usr } - + variant macports_snmp conflicts snmp { # This compiles PHP with SNMP linked against MacPorts' NET-SNMP. depends_lib-append \ @@ -328,7 +328,7 @@ ${destroot}${prefix}/etc/apache/extras-conf xinstall -m 755 ${worksrcpath}/libs/libphp5.so ${destroot}${prefix}/libexec/apache/ xinstall -m 755 -c ${filespath}/mod_php.conf ${destroot}$prefix/etc/apache/extras-conf - } + } # Copy the Apache 2 module. if { [variant_isset apache2] } { @@ -401,7 +401,7 @@ ui_msg "* copy ${prefix}/etc/php.ini-dist to ${prefix}/etc/php.ini" } -# ui_msg "* copy ${prefix}/etc/pear.conf.sample to ${prefix}/etc/pear.conf" +# ui_msg "* copy ${prefix}/etc/pear.conf.sample to ${prefix}/etc/pear.conf" } test.run yes