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/Makefile | |
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/Makefile')
-rw-r--r-- | www/hiawatha/Makefile | 7 |
1 files changed, 2 insertions, 5 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/ |