[20849] trunk/dports/www/mod_fcgid/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sun Dec 3 21:21:38 PST 2006


Revision: 20849
          http://trac.macosforge.org/projects/macports/changeset/20849
Author:   jberry at macports.org
Date:     2006-12-03 21:21:37 -0800 (Sun, 03 Dec 2006)

Log Message:
-----------
Update mod_fcgid --> 2.0

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

Modified: trunk/dports/www/mod_fcgid/Portfile
===================================================================
--- trunk/dports/www/mod_fcgid/Portfile	2006-12-04 04:40:52 UTC (rev 20848)
+++ trunk/dports/www/mod_fcgid/Portfile	2006-12-04 05:21:37 UTC (rev 20849)
@@ -2,32 +2,30 @@
 
 PortSystem 1.0
 
-name			mod_fcgid
-version			1.09
-categories		www
-platforms		darwin
-maintainers		nomaintainer at macports.org
-description		An alternative FastCGI module for Apache2
+name				mod_fcgid
+version				2.0
+
+categories			www
+platforms			darwin
+maintainers			nomaintainer at macports.org
+
+description			An alternative FastCGI module for Apache2
 long_description	${description}
 
-homepage		http://fastcgi.coremail.cn/
-master_sites	http://fastcgi.coremail.cn/
-distname		${name}.${version}
-checksums		sha1 7b7413ddf9fbac62b899832cd86aced186770bca
-patchfiles		patch-fcgid_conf.c patch-Makefile
+homepage			http://fastcgi.coremail.cn/
+master_sites		sourceforge:mod-fcgid
 
-depends_lib		port:apache2
+distname			${name}.${version}
+checksums			sha1 386f1c6f44bbbdd599392ae2fbf0170a8f8d5e80
+patchfiles			patch-fcgid_conf.c patch-Makefile
 
-use_configure	no
+depends_lib			port:apache2
 
-build.args		prefix=${prefix} \
-			CFLAGS="-I. -I/usr/include -I${prefix}/apache2/include -I${prefix}/include/apr-1"
+use_configure		no
 
-destroot {
+post-destroot {
 	xinstall -m 755 -d ${destroot}${prefix}/apache2/modules \
 		${destroot}${prefix}/share/doc/${name}
-	xinstall -m 644 ${worksrcpath}/.libs/mod_fcgid.so \
-		${destroot}${prefix}/apache2/modules
 	xinstall -m 644 -W ${worksrcpath} AUTHOR COPYING ChangeLog INSTALL.txt \
 		${destroot}${prefix}/share/doc/${name}
 }

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


More information about the macports-changes mailing list