most recent changes, diff for p5-cgi-speedycgi
Index: perl/p5-cgi-speedycgi/Portfile
--- perl/p5-cgi-speedycgi/Portfile (revision 35630)
+++ perl/p5-cgi-speedycgi/Portfile (revision 35631)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup perl5 1.0
perl5.setup CGI-SpeedyCGI 2.22
-revision 1
+revision 2
maintainers markd@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"