[36580] trunk/dports/www/mod_ssi_func/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed May 7 01:23:23 PDT 2008


Revision: 36580
          http://trac.macosforge.org/projects/macports/changeset/36580
Author:   ryandesign at macports.org
Date:     2008-05-07 01:23:22 -0700 (Wed, 07 May 2008)

Log Message:
-----------
mod_ssi_func: seems to be incompatible with Apache 2.2.x so depend on Apache 2.0.x instead; see #15211

Modified Paths:
--------------
    trunk/dports/www/mod_ssi_func/Portfile

Modified: trunk/dports/www/mod_ssi_func/Portfile
===================================================================
--- trunk/dports/www/mod_ssi_func/Portfile	2008-05-07 07:42:49 UTC (rev 36579)
+++ trunk/dports/www/mod_ssi_func/Portfile	2008-05-07 08:23:22 UTC (rev 36580)
@@ -16,7 +16,7 @@
 checksums		md5 6947621d7a31bff681967282b3ca9eac
 use_zip			yes
 
-depends_lib		port:apache2
+depends_lib		port:apache20
 
 pre-extract {
 	file mkdir ${worksrcpath}
@@ -46,13 +46,13 @@
 build {
 	foreach mod ${mods} {
 		system "cd ${worksrcpath}/${mod} && \
-			make APXS=${prefix}/apache2/bin/apxs"
+			make APXS=${prefix}/apache20/bin/apxs"
 	}
 }
 
 destroot {
 	foreach mod ${mods} {
 		system "cd ${worksrcpath}/${mod} && \
-			make install APXS=${prefix}/apache2/bin/apxs DESTDIR=${destroot}"
+			make install APXS=${prefix}/apache20/bin/apxs DESTDIR=${destroot}"
 	}
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080507/e18dd2e5/attachment.html


More information about the macports-changes mailing list