[35631] trunk/dports/perl/p5-cgi-speedycgi/Portfile
markd at macports.org
markd at macports.org
Mon Mar 31 16:27:12 PDT 2008
Revision: 35631
http://trac.macosforge.org/projects/macports/changeset/35631
Author: markd at macports.org
Date: 2008-03-31 16:27:10 -0700 (Mon, 31 Mar 2008)
Log Message:
-----------
Fix port's apple_apache variant for Leopard.
Modified Paths:
--------------
trunk/dports/perl/p5-cgi-speedycgi/Portfile
Modified: trunk/dports/perl/p5-cgi-speedycgi/Portfile
===================================================================
--- trunk/dports/perl/p5-cgi-speedycgi/Portfile 2008-03-31 22:13:05 UTC (rev 35630)
+++ trunk/dports/perl/p5-cgi-speedycgi/Portfile 2008-03-31 23:27:10 UTC (rev 35631)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup perl5 1.0
perl5.setup CGI-SpeedyCGI 2.22
-revision 1
+revision 2
maintainers markd at macports.org
description Speed up perl CGI scripts by running them persistently
long_description SpeedyCGI is a way to run perl scripts persistently, \
@@ -51,8 +51,8 @@
xinstall -m 644 ${worksrcpath}/README ${destroot}${prefix}/share/doc/speedycgi
if { [variant_isset apple_apache]} {
-# Install module for Apple's Apache 1 outside of ${prefix} and let user copy it.
- xinstall -m 644 ${worksrcpath}/mod_speedycgi/mod_speedycgi.so ${destroot}${prefix}/share/doc/speedycgi
+# Install module for Apple's Apache outside of ${prefix} and let user copy it.
+ xinstall -m 644 ${worksrcpath}/mod_speedycgi2/mod_speedycgi.so ${destroot}${prefix}/share/doc/speedycgi
} else {
# Install module for MacPorts Apache2
@@ -72,7 +72,7 @@
-Copy ${prefix}/share/doc/speedycgi/mod_speedycgi.so to /usr/libexec/httpd
--Edit Apple's Apache 1 /etc/httpd/httpd.conf and add these lines.
+-Edit Apple's Apache /etc/apache2/httpd.conf and add these lines.
LoadModule speedycgi_module libexec/httpd/mod_speedycgi.so
AddModule mod_speedycgi.c \n"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080331/b1f4381a/attachment.html
More information about the macports-changes
mailing list