[25874] trunk/dports/www/php5/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Mon Jun 4 01:07:23 PDT 2007
Revision: 25874
http://trac.macosforge.org/projects/macports/changeset/25874
Author: ryandesign at macports.org
Date: 2007-06-04 01:07:23 -0700 (Mon, 04 Jun 2007)
Log Message:
-----------
php5: Fix +fastcgi which broke with the update to 5.2.3 because the
PHP team changed the name of the installed CGI binary to "php-cgi".
MacPorts php5 now installs the PHP FastCGI binary with this name too
for consistency.
--This line, and those below, will be ignored--
M php5/Portfile
Modified Paths:
--------------
trunk/dports/www/php5/Portfile
Modified: trunk/dports/www/php5/Portfile
===================================================================
--- trunk/dports/www/php5/Portfile 2007-06-04 07:52:27 UTC (rev 25873)
+++ trunk/dports/www/php5/Portfile 2007-06-04 08:07:23 UTC (rev 25874)
@@ -367,7 +367,7 @@
# Copy the FastCGI binary to the bin dir under a new name so it doesn't
# conflict with the cli version.
- xinstall -m 755 ${worksrcpath}/sapi/cgi/php ${destroot}${prefix}/bin/php-fcgi
+ xinstall -m 755 ${worksrcpath}/sapi/cgi/php-cgi ${destroot}${prefix}/bin
}
# file rename ${destroot}${prefix}/etc/pear.conf ${destroot}${prefix}/etc/pear.conf.sample
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070604/f1aea377/attachment.html
More information about the macports-changes
mailing list