diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-06-16 19:20:11 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-06-16 19:20:11 +0000 |
commit | c60445aff2f43000b408b3053d782252616428f9 (patch) | |
tree | f0772489d1aa6b61ef9c49e845f21d6946d6ca03 /www/hiawatha | |
parent | 1e7ece188cc291d9fc6eec8be5d382353155e4f9 (diff) | |
download | ports-c60445aff2f43000b408b3053d782252616428f9.tar.gz ports-c60445aff2f43000b408b3053d782252616428f9.zip |
Notes
Diffstat (limited to 'www/hiawatha')
-rw-r--r-- | www/hiawatha/Makefile | 6 | ||||
-rw-r--r-- | www/hiawatha/distinfo | 6 | ||||
-rw-r--r-- | www/hiawatha/pkg-descr | 2 |
3 files changed, 8 insertions, 6 deletions
diff --git a/www/hiawatha/Makefile b/www/hiawatha/Makefile index 71f28e100219..00f1ba14fd81 100644 --- a/www/hiawatha/Makefile +++ b/www/hiawatha/Makefile @@ -6,21 +6,21 @@ # PORTNAME= hiawatha -PORTVERSION= 5.7 +PORTVERSION= 5.9 CATEGORIES= www MASTER_SITES= http://hiawatha.leisink.org/files/ MAINTAINER= hugo@leisink.net COMMENT= An advanced and secure webserver for Unix -MAN1= hiawatha.1 cgi-wrapper.1 php-fcgi.1 wigwam.1 +MAN1= hiawatha.1 cgi-wrapper.1 php-fcgi.1 wigwam.1 newroot.1 MANCOMPRESSED= no USE_RC_SUBR= hiawatha SUB_FILES= pkg-message GNU_CONFIGURE= yes -CONFIGURE_ARGS= --localstatedir=/var webrootdir=${PREFIX}/www/hiawatha +CONFIGURE_ARGS= --localstatedir=/var --mandir=${MANPREFIX}/man webrootdir=${PREFIX}/www/hiawatha OPTIONS= SSL "Support for Secure Sockets Layer (SSL)?" On OPTIONS+= CACHE "Internal file caching support?" On diff --git a/www/hiawatha/distinfo b/www/hiawatha/distinfo index cb6c9a86a925..699175563de2 100644 --- a/www/hiawatha/distinfo +++ b/www/hiawatha/distinfo @@ -1,3 +1,3 @@ -MD5 (hiawatha-5.7.tar.gz) = 5cdf333d6f003367e28c5816b417d14d -SHA256 (hiawatha-5.7.tar.gz) = ca2d6aff4fc287bdfbe0919ceaa9eb35ca21ea2d0ea30110f49a969f1d3f03e0 -SIZE (hiawatha-5.7.tar.gz) = 193206 +MD5 (hiawatha-5.9.tar.gz) = b82fe099d8ac2f451876f3f819c3f619 +SHA256 (hiawatha-5.9.tar.gz) = 5a537f8aa7be433ef79a20939bdf9f798fda29514b3fb458559f72206eb1ee02 +SIZE (hiawatha-5.9.tar.gz) = 215213 diff --git a/www/hiawatha/pkg-descr b/www/hiawatha/pkg-descr index 9feed96f09c0..b023c5836b17 100644 --- a/www/hiawatha/pkg-descr +++ b/www/hiawatha/pkg-descr @@ -3,3 +3,5 @@ Hiawatha is an advanced and secure webserver for Unix. It has been written with 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/ |