diff options
author | cs <cs@FreeBSD.org> | 2013-04-18 13:45:52 +0800 |
---|---|---|
committer | cs <cs@FreeBSD.org> | 2013-04-18 13:45:52 +0800 |
commit | f73f4e6a65e9d3fb5b0fda491884e36b7ef39a19 (patch) | |
tree | 7e2bbffbf5b8a38ba37c71b1dd0d10720881a4b7 /www | |
parent | d58895eb416ffc0b3a9c623c7fb322c18c3b6490 (diff) | |
download | freebsd-ports-gnome-f73f4e6a65e9d3fb5b0fda491884e36b7ef39a19.tar.gz freebsd-ports-gnome-f73f4e6a65e9d3fb5b0fda491884e36b7ef39a19.tar.zst freebsd-ports-gnome-f73f4e6a65e9d3fb5b0fda491884e36b7ef39a19.zip |
- Update to 9.1
- Update options
PR: ports/177627
Submitted by: Daniel Eisele <daniel_eisele@gmx.de>
Hugo Leisink (author of hiawatha, via mail)
Feature safe: yes
Diffstat (limited to 'www')
-rw-r--r-- | www/hiawatha/Makefile | 29 | ||||
-rw-r--r-- | www/hiawatha/distinfo | 4 | ||||
-rw-r--r-- | www/hiawatha/pkg-plist | 2 |
3 files changed, 10 insertions, 25 deletions
diff --git a/www/hiawatha/Makefile b/www/hiawatha/Makefile index 7533b55f9787..13197262b4a9 100644 --- a/www/hiawatha/Makefile +++ b/www/hiawatha/Makefile @@ -3,7 +3,7 @@ # PORTNAME= hiawatha -PORTVERSION= 9.0 +PORTVERSION= 9.1 CATEGORIES= www MASTER_SITES= http://www.hiawatha-webserver.org/files/ \ http://www.c-s.li/ports/ @@ -13,7 +13,7 @@ COMMENT= Advanced and secure webserver for Unix LICENSE= GPLv2 -PORTDOCS= AUTHORS ChangeLog INSTALL +PORTDOCS= ChangeLog README.md CONFIG_FILES= hiawatha.conf mimetype.conf cgi-wrapper.conf toolkit.conf \ index.xslt @@ -37,24 +37,21 @@ CMAKE_ARGS+= -DCMAKE_INSTALL_BINDIR=${PREFIX}/bin \ -DPID_DIR=/var/run OPTIONS_DEFINE= CACHE \ - CHROOT \ - COMMAND \ - DEBUG \ DOCS \ IPV6 \ MONITOR \ RPROXY \ SSL \ + TOMAHAWK \ TOOLKIT \ XSLT OPTIONS_DEFAULT=CACHE IPV6 RPROXY SSL TOOLKIT XSLT DOCS CACHE_DESC= Enable cache support -CHROOT_DESC= Enable chroot support -COMMAND_DESC= Enable Hiawatha command channel MONITOR_DESC= Enable Hiawatha Monitor RPROXY_DESC= Enable reverse proxy +TOMAHAWK_DESC= Enable Tomahawk command channel TOOLKIT_DESC= Enable URL toolkit XSLT_DESC= Enable XSLT support @@ -66,22 +63,10 @@ CMAKE_ARGS+= -DENABLE_CACHE=on CMAKE_ARGS+= -DENABLE_CACHE=off .endif -.if ${PORT_OPTIONS:MCHROOT} -CMAKE_ARGS+= -DENABLE_CHROOT=on +.if ${PORT_OPTIONS:MTOMAHAWK} +CMAKE_ARGS+= -DENABLE_TOMAHAWK=on .else -CMAKE_ARGS+= -DENABLE_CHROOT=off -.endif - -.if ${PORT_OPTIONS:MCOMMAND} -CMAKE_ARGS+= -DENABLE_COMMAND=on -.else -CMAKE_ARGS+= -DENABLE_COMMAND=off -.endif - -.if ${PORT_OPTIONS:MDEBUG} -CMAKE_ARGS+= -DENABLE_DEBUG=on -.else -CMAKE_ARGS+= -DENABLE_DEBUG=off +CMAKE_ARGS+= -DENABLE_TOMAHAWK=off .endif .if ${PORT_OPTIONS:MIPV6} diff --git a/www/hiawatha/distinfo b/www/hiawatha/distinfo index 7d0d7b148b1b..6b6488552cec 100644 --- a/www/hiawatha/distinfo +++ b/www/hiawatha/distinfo @@ -1,2 +1,2 @@ -SHA256 (hiawatha-9.0.tar.gz) = 4bc0869e8dc49985b7152397d8112e6a63aa9927977f46feca67274f303ad127 -SIZE (hiawatha-9.0.tar.gz) = 666251 +SHA256 (hiawatha-9.1.tar.gz) = 699958c178757be0a5074093c15a136cd4387403e60911d29520d362f345ab48 +SIZE (hiawatha-9.1.tar.gz) = 668747 diff --git a/www/hiawatha/pkg-plist b/www/hiawatha/pkg-plist index 5cec8f2265e4..22c3baaff05c 100644 --- a/www/hiawatha/pkg-plist +++ b/www/hiawatha/pkg-plist @@ -25,5 +25,5 @@ sbin/wigwam @unexec t=`/bin/ls %D/www/hiawatha`; if [ -z "$t" ]; then %%ECHO_MSG%% "===> WWW directory is empty, removing it."; rmdir %D/www/hiawatha; fi; lib/hiawatha/libpolarssl.so lib/hiawatha/libpolarssl.so.2 -lib/hiawatha/libpolarssl.so.1.2.6 +lib/hiawatha/libpolarssl.so.1.2.7 @dirrm lib/hiawatha |