diff options
author | miwi <miwi@FreeBSD.org> | 2008-11-10 06:53:35 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-11-10 06:53:35 +0800 |
commit | cbd6628eea8b9a7f7d2aa898c569f8df23448a0b (patch) | |
tree | 57b403120dc3d7598785ff927c27b2e6de46500b /www/hiawatha | |
parent | 700cf965cacd7b82b5153477bb556f0f1d4f6bdf (diff) | |
download | freebsd-ports-gnome-cbd6628eea8b9a7f7d2aa898c569f8df23448a0b.tar.gz freebsd-ports-gnome-cbd6628eea8b9a7f7d2aa898c569f8df23448a0b.tar.zst freebsd-ports-gnome-cbd6628eea8b9a7f7d2aa898c569f8df23448a0b.zip |
- Update to 6.10
PR: 128487
Submitted by: Hugo Leisink <hugo@leisink.net> (maintainer)
Diffstat (limited to 'www/hiawatha')
-rw-r--r-- | www/hiawatha/Makefile | 10 | ||||
-rw-r--r-- | www/hiawatha/distinfo | 6 | ||||
-rw-r--r-- | www/hiawatha/pkg-descr | 2 |
3 files changed, 9 insertions, 9 deletions
diff --git a/www/hiawatha/Makefile b/www/hiawatha/Makefile index 5faab18d27eb..56e873612380 100644 --- a/www/hiawatha/Makefile +++ b/www/hiawatha/Makefile @@ -6,9 +6,9 @@ # PORTNAME= hiawatha -PORTVERSION= 6.7 +PORTVERSION= 6.10 CATEGORIES= www -MASTER_SITES= http://hiawatha.leisink.org/files/ +MASTER_SITES= http://www.hiawatha-webserver.org/files/ MAINTAINER= hugo@leisink.net COMMENT= An advanced and secure webserver for Unix @@ -29,7 +29,7 @@ OPTIONS= COMMAND "Enable the Hiawatha CommandChannel" Off \ CACHE "Internal file caching support" On \ IPV6 "Enable IPv6 Support" Off \ SSL "Support for Secure Sockets Layer (SSL)" On \ - REWRITE "Enable URL rewriting" On \ + TOOLKIT "Enable URL Toolkit" On \ XSLT "XSLT support" Off .include <bsd.port.pre.mk> @@ -42,8 +42,8 @@ CONFIGURE_ARGS+= --disable-ssl CONFIGURE_ARGS+= --disable-cache .endif -.if !defined(WITH_REWRITE) -CONFIGURE_ARGS+= --disable-rewrite +.if !defined(WITH_TOOLKIT) +CONFIGURE_ARGS+= --disable-toolkit .endif .if defined(WITH_COMMAND) diff --git a/www/hiawatha/distinfo b/www/hiawatha/distinfo index e0b47f8c270a..63c234c343a8 100644 --- a/www/hiawatha/distinfo +++ b/www/hiawatha/distinfo @@ -1,3 +1,3 @@ -MD5 (hiawatha-6.7.tar.gz) = 51385862bfed8454b5379e3579b70f48 -SHA256 (hiawatha-6.7.tar.gz) = f4f85d0cd019a6a4512d04469347183223d02201829800a6514308a0a0d4803f -SIZE (hiawatha-6.7.tar.gz) = 236804 +MD5 (hiawatha-6.10.tar.gz) = 78d364b586a766a428b94b4461d4aa04 +SHA256 (hiawatha-6.10.tar.gz) = 060766475c0cc2a5271676f4b48ef2a504fa6c76d510734940f2a9ecc3796a7b +SIZE (hiawatha-6.10.tar.gz) = 247748 diff --git a/www/hiawatha/pkg-descr b/www/hiawatha/pkg-descr index b023c5836b17..9e2c46a66051 100644 --- a/www/hiawatha/pkg-descr +++ b/www/hiawatha/pkg-descr @@ -4,4 +4,4 @@ other webserver has. Besides being very secure, it's also a very fast webserver. It's twice as fast as Apache for static content. It supports load-balanced FastCGI, which makes it fast and scalable for serving CGI. -WWW: http://hiawatha.leisink.org/ +WWW: http://www.hiawatha-webserver.org/ |