[Lunar-commits] r26242 - moonbase/trunk/web/lighttpd

Auke Kok sofar at lunar-linux.org
Tue Oct 16 20:56:41 CEST 2007


Author: sofar
Date: 2007-10-16 20:56:41 +0200 (Tue, 16 Oct 2007)
New Revision: 26242

Modified:
   moonbase/trunk/web/lighttpd/BUILD
   moonbase/trunk/web/lighttpd/DETAILS
Log:
Add fastcgi patch for the working with >1 projects @ trac


From:  stelzy at gmail.com


Modified: moonbase/trunk/web/lighttpd/BUILD
===================================================================
--- moonbase/trunk/web/lighttpd/BUILD	2007-10-16 16:30:14 UTC (rev 26241)
+++ moonbase/trunk/web/lighttpd/BUILD	2007-10-16 18:56:41 UTC (rev 26242)
@@ -1,5 +1,7 @@
 (
 
+  patch_it $SOURCE2 0 &&
+
   add_priv_user www:www -s /bin/false -c "www"  &&
 
   ./configure  --prefix=/usr               \

Modified: moonbase/trunk/web/lighttpd/DETAILS
===================================================================
--- moonbase/trunk/web/lighttpd/DETAILS	2007-10-16 16:30:14 UTC (rev 26241)
+++ moonbase/trunk/web/lighttpd/DETAILS	2007-10-16 18:56:41 UTC (rev 26242)
@@ -1,12 +1,14 @@
           MODULE=lighttpd
          VERSION=1.4.18
-             PKG=$MODULE-$VERSION
-          SOURCE=$PKG.tar.gz
+          SOURCE=$MODULE-$VERSION.tar.gz
+	 SOURCE2=$MODULE-mod_fastcgi.patch
         WEB_SITE=http://www.lighttpd.net
       SOURCE_URL=$WEB_SITE/download/
+     SOURCE2_URL=$PATCH_URL
       SOURCE_VFY=sha1:30eb24cdfcfeadf10fa16f187330bdc5deb25ed2
+     SOURCE2_VFY=sha1:32da07e51b50279bf521d7bf8b085cb695d71a99
          ENTERED=20060416
-         UPDATED=20070910
+         UPDATED=20071016
            SHORT="A small httpd with some really good marketing"
 
 cat << EOF



More information about the Lunar-commits mailing list