<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre, #msg p { overflow: auto; background: #ffc; border: 1px #fc0 solid; padding: 6px; }
#msg ul { overflow: auto; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<title>[31750] trunk/dports/www/php5-devel/Portfile</title>
</head>
<body>

<div id="msg">
<dl>
<dt>Revision</dt> <dd><a href="http://trac.macosforge.org/projects/macports/changeset/31750">31750</a></dd>
<dt>Author</dt> <dd>ryandesign@macports.org</dd>
<dt>Date</dt> <dd>2007-12-05 11:52:03 -0800 (Wed, 05 Dec 2007)</dd>
</dl>

<h3>Log Message</h3>
<pre>php5-devel: remove trailing whitespace</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkdportswwwphp5develPortfile">trunk/dports/www/php5-devel/Portfile</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkdportswwwphp5develPortfile"></a>
<div class="modfile"><h4>Modified: trunk/dports/www/php5-devel/Portfile (31749 => 31750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/www/php5-devel/Portfile        2007-12-05 19:50:54 UTC (rev 31749)
+++ trunk/dports/www/php5-devel/Portfile        2007-12-05 19:52:03 UTC (rev 31750)
</span><span class="lines">@@ -320,8 +320,8 @@
</span><span class="cx">             ${destroot}${prefix}/etc/apache/extras-conf
</span><span class="cx">         xinstall -m 755 ${worksrcpath}/libs/libphp5.so ${destroot}${prefix}/libexec/apache/
</span><span class="cx">         xinstall -m 755 -c ${filespath}/mod_php.conf ${destroot}$prefix/etc/apache/extras-conf
</span><del>-    } 
-    
</del><ins>+    }
+
</ins><span class="cx">     # Copy the Apache 2 module.
</span><span class="cx">     if { [variant_isset apache2] } {
</span><span class="cx">         xinstall -m 755 -d ${destroot}${prefix}/apache2/modules \
</span><span class="lines">@@ -329,7 +329,7 @@
</span><span class="cx">         xinstall -m 755 ${worksrcpath}/libs/libphp5.so ${destroot}${prefix}/apache2/modules/
</span><span class="cx">         xinstall -m 755 -c ${filespath}/mod_php.conf ${destroot}${prefix}/apache2/conf/extras-conf
</span><span class="cx">     }
</span><del>-    
</del><ins>+
</ins><span class="cx">     if { [variant_isset fastcgi] } {
</span><span class="cx">         # If we've built an Apache module (any version) then the FastCGI binary
</span><span class="cx">         # will not have been built, so we need to run through the whole process
</span><span class="lines">@@ -367,9 +367,9 @@
</span><span class="cx">         # conflict with the cli version.
</span><span class="cx">         xinstall -m 755 ${worksrcpath}/sapi/cgi/php-cgi ${destroot}${prefix}/bin
</span><span class="cx">     }
</span><del>-    
</del><ins>+
</ins><span class="cx">     #        file rename ${destroot}${prefix}/etc/pear.conf ${destroot}${prefix}/etc/pear.conf.sample
</span><del>-    
</del><ins>+
</ins><span class="cx">     # Copy the default php.ini files.
</span><span class="cx">     xinstall -m 755 -d ${destroot}${prefix}/etc
</span><span class="cx">     xinstall -m 755 ${workpath}/${worksrcdir}/php.ini-dist ${destroot}${prefix}/etc/php.ini-dist
</span><span class="lines">@@ -378,7 +378,7 @@
</span><span class="cx"> 
</span><span class="cx"> post-install {
</span><span class="cx">     ui_msg &quot;\nIf this is your first install, you might want&quot;
</span><del>-    
</del><ins>+
</ins><span class="cx">     if { [variant_isset apache] } {
</span><span class="cx">         ui_msg &quot; * enable php in apache :\n&quot;
</span><span class="cx">         
</span><span class="lines">@@ -386,14 +386,14 @@
</span><span class="cx">         ui_msg &quot;${prefix}/apache/bin/apxs -a -e -n \&quot;php5\&quot; libphp5.so\n&quot;
</span><span class="cx">         ui_msg &quot;* copy  ${prefix}/etc/php.ini-dist to  ${prefix}/etc/php.ini&quot;
</span><span class="cx">     }
</span><del>-    
</del><ins>+
</ins><span class="cx">     if { [variant_isset apache2] } {
</span><span class="cx">         ui_msg &quot;cd ${prefix}/apache2/modules&quot;
</span><span class="cx">         ui_msg &quot;${prefix}/apache2/bin/apxs -a -e -n \&quot;php5\&quot; libphp5.so\n&quot;
</span><span class="cx">         ui_msg &quot;* copy  ${prefix}/etc/php.ini-dist to  ${prefix}/etc/php.ini&quot;
</span><span class="cx">     }
</span><del>-    
-    #        ui_msg &quot;* copy  ${prefix}/etc/pear.conf.sample to  ${prefix}/etc/pear.conf&quot; 
</del><ins>+
+    #        ui_msg &quot;* copy  ${prefix}/etc/pear.conf.sample to  ${prefix}/etc/pear.conf&quot;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> test.run            yes
</span></span></pre>
</div>
</div>

</body>
</html>