diff options
author | cs <cs@FreeBSD.org> | 2012-11-04 22:14:16 +0800 |
---|---|---|
committer | cs <cs@FreeBSD.org> | 2012-11-04 22:14:16 +0800 |
commit | 43c58680b619da59592260882cde2a2795a6833a (patch) | |
tree | c63eb2ff5bfcb87c9f2d6a574d855f82850cf459 /www/hiawatha | |
parent | d93deabf63702570e3a455c998f7450e36f3573c (diff) | |
download | freebsd-ports-gnome-43c58680b619da59592260882cde2a2795a6833a.tar.gz freebsd-ports-gnome-43c58680b619da59592260882cde2a2795a6833a.tar.zst freebsd-ports-gnome-43c58680b619da59592260882cde2a2795a6833a.zip |
- 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
Diffstat (limited to 'www/hiawatha')
-rw-r--r-- | www/hiawatha/Makefile | 7 | ||||
-rw-r--r-- | www/hiawatha/distinfo | 4 | ||||
-rw-r--r-- | www/hiawatha/pkg-plist | 4 |
3 files changed, 6 insertions, 9 deletions
diff --git a/www/hiawatha/Makefile b/www/hiawatha/Makefile index 100d790c68f6..f7a11a7c5afb 100644 --- a/www/hiawatha/Makefile +++ b/www/hiawatha/Makefile @@ -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/ diff --git a/www/hiawatha/distinfo b/www/hiawatha/distinfo index a7cbbe48431b..ebd8baeb0562 100644 --- a/www/hiawatha/distinfo +++ b/www/hiawatha/distinfo @@ -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 diff --git a/www/hiawatha/pkg-plist b/www/hiawatha/pkg-plist index c14edbc447f9..1bbb7d13974c 100644 --- a/www/hiawatha/pkg-plist +++ b/www/hiawatha/pkg-plist @@ -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 |