[29503] trunk/dports/www/lighttpd

source_changes at macosforge.org source_changes at macosforge.org
Tue Sep 25 14:37:56 PDT 2007


Revision: 29503
          http://trac.macosforge.org/projects/macports/changeset/29503
Author:   pguyot at kallisys.net
Date:     2007-09-25 14:37:55 -0700 (Tue, 25 Sep 2007)

Log Message:
-----------
Update to 1.4.18. Closes #12729 and #12587

Modified Paths:
--------------
    trunk/dports/www/lighttpd/Portfile
    trunk/dports/www/lighttpd/files/patch-doc-lighttpd.conf

Modified: trunk/dports/www/lighttpd/Portfile
===================================================================
--- trunk/dports/www/lighttpd/Portfile	2007-09-25 21:17:33 UTC (rev 29502)
+++ trunk/dports/www/lighttpd/Portfile	2007-09-25 21:37:55 UTC (rev 29503)
@@ -2,7 +2,7 @@
 
 PortSystem 1.0
 name              lighttpd
-version           1.4.15
+version           1.4.18
 categories        www
 maintainers       pguyot at kallisys.net
 description       A secure, fast, compliant and flexible web-server
@@ -13,11 +13,11 @@
 homepage          http://www.lighttpd.net/
 master_sites      ${homepage}/download/
 checksums         ${distname}.tar.gz \
-                    md5 d2ceaaf242b2b3593ff4d8222d543649 \
-                    sha1 67ba1279a0eaeda728c1e1143d302beb364a034c \
-                    rmd160 a38cb73797da1b8773b4c4a34f16be097667db57
+                    md5 5db3204d57436a032f899ff9dbce793f \
+                    sha1 30eb24cdfcfeadf10fa16f187330bdc5deb25ed2 \
+                    rmd160 dfca15e4b02a405cc89dcdfb9a0f8137971cfb24
 depends_lib       port:pcre \
-                  port:zlib 
+                  port:zlib
 patchfiles        patch-doc-lighttpd.conf
 
 post-patch {

Modified: trunk/dports/www/lighttpd/files/patch-doc-lighttpd.conf
===================================================================
--- trunk/dports/www/lighttpd/files/patch-doc-lighttpd.conf	2007-09-25 21:17:33 UTC (rev 29502)
+++ trunk/dports/www/lighttpd/files/patch-doc-lighttpd.conf	2007-09-25 21:37:55 UTC (rev 29503)
@@ -1,6 +1,6 @@
---- doc/lighttpd.conf	2006-11-07 16:22:30.000000000 +0900
-+++ doc/lighttpd.conf	2006-11-07 16:23:30.000000000 +0900
-@@ -145,7 +145,7 @@
+--- doc/lighttpd.conf	2007-08-14 21:05:57.000000000 +0200
++++ doc/lighttpd.conf	2007-09-17 11:25:25.000000000 +0200
+@@ -147,7 +147,7 @@
  #server.error-handler-404   = "/error-handler.php"
  
  ## to help the rc.scripts
@@ -9,12 +9,12 @@
  
  
  ###### virtual hosts
-@@ -210,14 +210,14 @@
+@@ -213,14 +213,14 @@
  #                               ( "localhost" =>
  #                                 (
- #                                   "socket" => "/tmp/php-fastcgi.socket",
--#                                   "bin-path" => "/usr/local/bin/php"
-+#                                   "bin-path" => "__PREFIX/bin/php"
+ #                                   "socket" => "/var/run/lighttpd/php-fastcgi.socket",
+-#                                   "bin-path" => "/usr/local/bin/php-cgi"
++#                                   "bin-path" => "__PREFIX/bin/php-cgi"
  #                                 )
  #                               )
  #                            )
@@ -27,14 +27,14 @@
  #
  
  #### SSL engine
-@@ -278,8 +278,8 @@
+@@ -281,8 +281,8 @@
  #ssi.extension              = ( ".shtml" )
  
  #### rrdtool
 -#rrdtool.binary             = "/usr/bin/rrdtool"
--#rrdtool.db-name            = "/var/www/lighttpd.rrd"
+-#rrdtool.db-name            = "/var/lib/lighttpd/lighttpd.rrd"
 +#rrdtool.binary             = "__PREFIX/bin/rrdtool"
-+#rrdtool.db-name            = "__PREFIX/var/www/lighttpd.rrd"
++#rrdtool.db-name            = "__PREFIX/var/lib/lighttpd/lighttpd.rrd"
  
  #### setenv
  #setenv.add-request-header  = ( "TRAV_ENV" => "mysql://user@host/db" )

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


More information about the macports-changes mailing list