svn commit: r316018 - head/www/hiawatha

Carlo Strub cs at FreeBSD.org
Thu Apr 18 05:45:53 UTC 2013


Author: cs
Date: Thu Apr 18 05:45:52 2013
New Revision: 316018
URL: http://svnweb.freebsd.org/changeset/ports/316018

Log:
  - Update to 9.1
  - Update options
  
  PR:		ports/177627
  Submitted by:	Daniel Eisele <daniel_eisele at gmx.de>
  		Hugo Leisink (author of hiawatha, via mail)
  Feature safe:	yes

Modified:
  head/www/hiawatha/Makefile
  head/www/hiawatha/distinfo
  head/www/hiawatha/pkg-plist

Modified: head/www/hiawatha/Makefile
==============================================================================
--- head/www/hiawatha/Makefile	Thu Apr 18 04:58:41 2013	(r316017)
+++ head/www/hiawatha/Makefile	Thu Apr 18 05:45:52 2013	(r316018)
@@ -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 f
 
 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=${PR
 		-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}

Modified: head/www/hiawatha/distinfo
==============================================================================
--- head/www/hiawatha/distinfo	Thu Apr 18 04:58:41 2013	(r316017)
+++ head/www/hiawatha/distinfo	Thu Apr 18 05:45:52 2013	(r316018)
@@ -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

Modified: head/www/hiawatha/pkg-plist
==============================================================================
--- head/www/hiawatha/pkg-plist	Thu Apr 18 04:58:41 2013	(r316017)
+++ head/www/hiawatha/pkg-plist	Thu Apr 18 05:45:52 2013	(r316018)
@@ -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


More information about the svn-ports-all mailing list