aboutsummaryrefslogtreecommitdiff
path: root/www/hiawatha
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2010-03-15 19:46:04 +0000
committerAnton Berezin <tobez@FreeBSD.org>2010-03-15 19:46:04 +0000
commit4641cb3bca78364bf24ce8dab754ccd2669a2d58 (patch)
tree05e383b5a48f37313996f92c4f28bab02023c9c6 /www/hiawatha
parent5574b277f831d38e44a01072a894a3b8ba5c57c7 (diff)
downloadports-4641cb3bca78364bf24ce8dab754ccd2669a2d58.tar.gz
ports-4641cb3bca78364bf24ce8dab754ccd2669a2d58.zip
Notes
Diffstat (limited to 'www/hiawatha')
-rw-r--r--www/hiawatha/Makefile16
-rw-r--r--www/hiawatha/distinfo6
2 files changed, 14 insertions, 8 deletions
diff --git a/www/hiawatha/Makefile b/www/hiawatha/Makefile
index 8e3614fa53dc..2d5b3d597bce 100644
--- a/www/hiawatha/Makefile
+++ b/www/hiawatha/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= hiawatha
-PORTVERSION= 6.19
+PORTVERSION= 7.0
CATEGORIES= www
MASTER_SITES= http://www.hiawatha-webserver.org/files/
@@ -32,10 +32,11 @@ LDFLAGS= -L${LOCALBASE}/lib
OPTIONS= COMMAND "Enable the Hiawatha CommandChannel" Off \
CACHE "Internal file caching support" On \
- IPV6 "Enable IPv6 Support" Off \
+ IPV6 "Enable IPv6 Support" On \
+ MONITOR "Enable Hiawatha Monitor" On \
SSL "Support for Secure Sockets Layer (SSL)" On \
TOOLKIT "Enable URL Toolkit" On \
- XSLT "XSLT support" Off
+ XSLT "XSLT support" On
.include <bsd.port.pre.mk>
@@ -59,8 +60,13 @@ CONFIGURE_ARGS+= --enable-command
CONFIGURE_ARGS+= --disable-ipv6
.endif
-.if defined(WITH_XSLT)
-CONFIGURE_ARGS+= --enable-xslt
+.if !defined(WITH_MONITOR)
+CONFIGURE_ARGS+= --disable-monitor
+.endif
+
+.if !defined(WITH_XSLT)
+CONFIGURE_ARGS+= --disable-xslt
+.else
USE_GNOME+= libxslt
CPPFLAGS+= -I${LOCALBASE}/include/libxml2
.endif
diff --git a/www/hiawatha/distinfo b/www/hiawatha/distinfo
index b535241ed63d..83ed0e486ab0 100644
--- a/www/hiawatha/distinfo
+++ b/www/hiawatha/distinfo
@@ -1,3 +1,3 @@
-MD5 (hiawatha-6.19.tar.gz) = 1e9d4790ab4566f3ad4f8b1ea4997dca
-SHA256 (hiawatha-6.19.tar.gz) = f94e5cdfae91fb1a36bbe0c334318475f17ae5b19f32eaefcd5018b430781933
-SIZE (hiawatha-6.19.tar.gz) = 268313
+MD5 (hiawatha-7.0.tar.gz) = 876111ba94b183745b90ca27d4f2b0ed
+SHA256 (hiawatha-7.0.tar.gz) = 568faa4b76abc815c9114586659ee79146d1575d074690d0d6edf87f6cad10a0
+SIZE (hiawatha-7.0.tar.gz) = 270839