Index: head/www/hiawatha/Makefile =================================================================== --- head/www/hiawatha/Makefile (revision 186864) +++ head/www/hiawatha/Makefile (revision 186865) @@ -1,52 +1,52 @@ # New ports collection makefile for: hiawatha # Date created: 24 november 2006 # Whom: Hugo Leisink # # $FreeBSD$ # PORTNAME= hiawatha -PORTVERSION= 5.6 +PORTVERSION= 5.7 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 MANCOMPRESSED= no USE_RC_SUBR= hiawatha SUB_FILES= pkg-message GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var webrootdir=${PREFIX}/www/hiawatha OPTIONS= SSL "Support for Secure Sockets Layer (SSL)?" On OPTIONS+= CACHE "Internal file caching support?" On OPTIONS+= COMMAND "Enable the Hiawatha CommandChannel?" Off CONFIG_FILES= httpd.conf mimetype.conf throttle.conf cgi-wrapper.conf php-fcgi.conf .include .if defined(WITHOUT_SSL) CONFIGURE_ARGS+=--disable-ssl .endif .if defined(WITHOUT_CACHE) CONFIGURE_ARGS+=--disable-cache .endif .if defined(WITH_COMMAND) CONFIGURE_ARGS+=--enable-command .endif post-install: @for file in ${CONFIG_FILES} ; do \ ${CP} -f ${WRKSRC}/etc/hiawatha/$${file} ${PREFIX}/etc/hiawatha/$${file}.sample ; \ done ${CP} -f ${WRKSRC}/doc/index.html ${PREFIX}/www/hiawatha/index.html.sample @${CAT} ${PKGMESSAGE} .include Property changes on: head/www/hiawatha/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/www/hiawatha/distinfo =================================================================== --- head/www/hiawatha/distinfo (revision 186864) +++ head/www/hiawatha/distinfo (revision 186865) @@ -1,3 +1,3 @@ -MD5 (hiawatha-5.6.tar.gz) = 3c471a19793e838b58201d711f19d0c3 -SHA256 (hiawatha-5.6.tar.gz) = 27f570eb41409606cdf16b77e73293587e2337a7c4f2981eae0a019dc461991a -SIZE (hiawatha-5.6.tar.gz) = 194423 +MD5 (hiawatha-5.7.tar.gz) = 5cdf333d6f003367e28c5816b417d14d +SHA256 (hiawatha-5.7.tar.gz) = ca2d6aff4fc287bdfbe0919ceaa9eb35ca21ea2d0ea30110f49a969f1d3f03e0 +SIZE (hiawatha-5.7.tar.gz) = 193206 Property changes on: head/www/hiawatha/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property