diff options
author | Carlo Strub <cs@FreeBSD.org> | 2012-11-04 14:14:16 +0000 |
---|---|---|
committer | Carlo Strub <cs@FreeBSD.org> | 2012-11-04 14:14:16 +0000 |
commit | f62aa49b92d93f32f1c52b284a50a75893d097bc (patch) | |
tree | c63eb2ff5bfcb87c9f2d6a574d855f82850cf459 /www/hiawatha | |
parent | f27993b5a138cea35cdc4bc1438fd1b303b3e7a0 (diff) | |
download | ports-f62aa49b92d93f32f1c52b284a50a75893d097bc.tar.gz ports-f62aa49b92d93f32f1c52b284a50a75893d097bc.zip |
Notes
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 |