Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Nov 2012 14:14:17 +0000 (UTC)
From:      Carlo Strub <cs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r306968 - head/www/hiawatha
Message-ID:  <201211041414.qA4EEHg3005297@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cs
Date: Sun Nov  4 14:14:16 2012
New Revision: 306968
URL: http://svn.freebsd.org/changeset/ports/306968

Log:
  - Update to 8.6:
  	- PolarSSL updated to version 1.2. Added support for TLS 1.2 and secure
  	  renegotiation.
  	- Added support for Server Name Indication.
  	- MinSSLversion option added.
  	- ServerRoot option removed.
  	- Improved MacOS X package building script.
  	- Marked php-fcgi as deprecated. Use php-fpm instead.
  	- Small bugfixes and improvements.
  
  - Change Makefile header
  
  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	Sun Nov  4 14:10:41 2012	(r306967)
+++ head/www/hiawatha/Makefile	Sun Nov  4 14:14:16 2012	(r306968)
@@ -1,12 +1,9 @@
-# New ports collection makefile for:   hiawatha
-# Date created:        24 november 2006
-# Whom:                Hugo Leisink <hugo@leisink.net>
-#
+# Created by: Hugo Leisink
 # $FreeBSD$
 #
 
 PORTNAME=	hiawatha
-PORTVERSION=	8.5
+PORTVERSION=	8.6
 CATEGORIES=	www
 MASTER_SITES=	http://www.hiawatha-webserver.org/files/ \
 		http://www.c-s.li/ports/

Modified: head/www/hiawatha/distinfo
==============================================================================
--- head/www/hiawatha/distinfo	Sun Nov  4 14:10:41 2012	(r306967)
+++ head/www/hiawatha/distinfo	Sun Nov  4 14:14:16 2012	(r306968)
@@ -1,2 +1,2 @@
-SHA256 (hiawatha-8.5.tar.gz) = 2567e6b4b4c6666388087b586238e6e91a4afd80e10a879920020a097fcdc946
-SIZE (hiawatha-8.5.tar.gz) = 643175
+SHA256 (hiawatha-8.6.tar.gz) = 1a7fa98ce66beb54fc8490cc787461d719a98cb0e4a81caedfa18ac8b5ba3b3b
+SIZE (hiawatha-8.6.tar.gz) = 656420

Modified: head/www/hiawatha/pkg-plist
==============================================================================
--- head/www/hiawatha/pkg-plist	Sun Nov  4 14:10:41 2012	(r306967)
+++ head/www/hiawatha/pkg-plist	Sun Nov  4 14:14:16 2012	(r306968)
@@ -28,6 +28,6 @@ sbin/wigwam
 @exec if [ ! -f %D/www/hiawatha/index.html ] ; then cp -p %D/%F %%WWWDIR%%/index.html; fi
 @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.1
-lib/hiawatha/libpolarssl.so.1.1.3
+lib/hiawatha/libpolarssl.so.2
+lib/hiawatha/libpolarssl.so.1.2.0
 @dirrm lib/hiawatha



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211041414.qA4EEHg3005297>