Revision: 71000 http://trac.macports.org/changeset/71000 Author: ryandesign@macports.org Date: 2010-08-29 02:00:10 -0700 (Sun, 29 Aug 2010) Log Message: ----------- yaws: update to 1.88 Modified Paths: -------------- trunk/dports/www/yaws/Portfile trunk/dports/www/yaws/files/patch-man-yaws.conf.5 trunk/dports/www/yaws/files/patch-scripts-yaws.conf.template Modified: trunk/dports/www/yaws/Portfile =================================================================== --- trunk/dports/www/yaws/Portfile 2010-08-29 08:47:39 UTC (rev 70999) +++ trunk/dports/www/yaws/Portfile 2010-08-29 09:00:10 UTC (rev 71000) @@ -4,7 +4,7 @@ PortSystem 1.0 name yaws -version 1.86 +version 1.88 categories www maintainers nomaintainer platforms darwin @@ -14,10 +14,11 @@ code. Yaws also features a built-in Wiki. homepage http://yaws.hyber.org/ master_sites http://yaws.hyber.org/download/ -checksums md5 0bd5c0693796801fee26d9fc28de4f63 \ - sha1 1207494c96b108cf72be28dcde8b7868477d20be \ - rmd160 017f3fe4a3d164ed3d39adaadba6b2f413002e56 +checksums md5 950f8199592c6490556632e20e59a353 \ + sha1 053c5e821158f2f88fc25658384d1f793140eacb \ + rmd160 03b39698b0b49b8bc336b265ab97c23626c9720d + depends_build port:erlang extract.post_args | tar -xf - --exclude \ Modified: trunk/dports/www/yaws/files/patch-man-yaws.conf.5 =================================================================== --- trunk/dports/www/yaws/files/patch-man-yaws.conf.5 2010-08-29 08:47:39 UTC (rev 70999) +++ trunk/dports/www/yaws/files/patch-man-yaws.conf.5 2010-08-29 09:00:10 UTC (rev 71000) @@ -1,14 +1,14 @@ ---- man/yaws.conf.5.orig 2009-11-09 10:02:37.000000000 +0200 -+++ man/yaws.conf.5 2009-11-09 10:03:31.000000000 +0200 +--- man/yaws.conf.5.orig 2010-03-18 16:02:47.000000000 -0500 ++++ man/yaws.conf.5 2010-08-29 03:54:35.000000000 -0500 @@ -1,6 +1,6 @@ .TH YAWS.CONF "5" "" "" "User Commands" .SH NAME --/etc/yaws/yaws.conf \- Configuration file for the yaws webserver -+__PREFIX/etc/yaws/yaws.conf \- Configuration file for the yaws webserver +-/etc/yaws/yaws.conf \- Configuration file for the yaws web server ++__PREFIX/etc/yaws/yaws.conf \- Configuration file for the yaws web server .SH DESCRIPTION .\" Add any additional description here .PP -@@ -698,7 +698,7 @@ +@@ -743,7 +743,7 @@ dir = secret/dir1 </auth> <opaque> @@ -17,7 +17,7 @@ </opaque> </server> -@@ -740,8 +740,8 @@ +@@ -785,8 +785,8 @@ listen = 192.168.128.32 docroot = /var/yaws/www_funky_org <ssl> Modified: trunk/dports/www/yaws/files/patch-scripts-yaws.conf.template =================================================================== --- trunk/dports/www/yaws/files/patch-scripts-yaws.conf.template 2010-08-29 08:47:39 UTC (rev 70999) +++ trunk/dports/www/yaws/files/patch-scripts-yaws.conf.template 2010-08-29 09:00:10 UTC (rev 71000) @@ -1,5 +1,5 @@ ---- scripts/yaws.conf.template.orig 2009-11-11 12:59:41.000000000 +0200 -+++ scripts/yaws.conf.template 2009-11-11 13:08:39.000000000 +0200 +--- scripts/yaws.conf.template.orig 2010-03-18 16:02:47.000000000 -0500 ++++ scripts/yaws.conf.template 2010-08-29 03:57:15.000000000 -0500 @@ -15,7 +15,7 @@ # beam code can be placed. The daemon will add this # directory to its search path @@ -18,7 +18,7 @@ # Set this to an integer value to control # max number of connections from clients into the server -@@ -123,34 +123,34 @@ +@@ -130,35 +130,35 @@ appmods = <cgi-bin, yaws_appmod_cgi> </server> @@ -35,7 +35,6 @@ - user = baz:bar - </auth> -</server> -- +# <server localhost> +# port = %port% +# listen = 0.0.0.0 @@ -51,8 +50,9 @@ +# </server> --# And then an ssl server + # And then an ssl server + -<server %host%> - port = %sslport% - docroot = /tmp @@ -61,10 +61,9 @@ - <ssl> - keyfile = %certdir%/yaws-key.pem - certfile = %certdir%/yaws-cert.pem +- depth = 0 - </ssl> -</server> -+# # And then an ssl server -+# +# <server %host%> +# port = %sslport% +# docroot = __PREFIX/tmp @@ -73,6 +72,7 @@ +# <ssl> +# keyfile = %certdir%/yaws-key.pem +# certfile = %certdir%/yaws-cert.pem ++# depth = 0 +# </ssl> +# </server>
participants (1)
-
ryandesign@macports.org