From owner-svn-ports-all@FreeBSD.ORG Sun Nov 4 14:14:17 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7A914577; Sun, 4 Nov 2012 14:14:17 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 4740D8FC08; Sun, 4 Nov 2012 14:14:17 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id qA4EEHNQ005301; Sun, 4 Nov 2012 14:14:17 GMT (envelope-from cs@svn.freebsd.org) Received: (from cs@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id qA4EEHg3005297; Sun, 4 Nov 2012 14:14:17 GMT (envelope-from cs@svn.freebsd.org) Message-Id: <201211041414.qA4EEHg3005297@svn.freebsd.org> From: Carlo Strub Date: Sun, 4 Nov 2012 14:14:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306968 - head/www/hiawatha X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Nov 2012 14:14:17 -0000 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 -# +# 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