View | Details | Raw Unified | Return to bug 232980 | Differences between
and this patch

Collapse All | Expand All

(-)www/hiawatha/Makefile (-2 / +1 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	hiawatha
4
PORTNAME=	hiawatha
5
PORTVERSION=	10.8.2
5
PORTVERSION=	10.8.3
6
PORTREVISION=	1
7
CATEGORIES=	www
6
CATEGORIES=	www
8
MASTER_SITES=	https://www.hiawatha-webserver.org/files/
7
MASTER_SITES=	https://www.hiawatha-webserver.org/files/
9
8
(-)www/hiawatha/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1534025804
1
TIMESTAMP = 1541398716
2
SHA256 (hiawatha-10.8.2.tar.gz) = 282e586113a1ffaececfd093a3da83c9f6de67e8d76853f25c546fdca9f013c7
2
SHA256 (hiawatha-10.8.3.tar.gz) = daccdfda7979a907ba3a4e206e0a8d16d8fdceb55ee2b0f75e1acac8ef21e070
3
SIZE (hiawatha-10.8.2.tar.gz) = 1083075
3
SIZE (hiawatha-10.8.3.tar.gz) = 1095036
(-)www/hiawatha/files/pkg-message.in (-3 / +1 lines)
Lines 5-11 Link Here
5
Sample configs were copied to .conf. Edit the configuration files in %%ETCDIR%%
5
Sample configs were copied to .conf. Edit the configuration files in %%ETCDIR%%
6
to suit your needs.
6
to suit your needs.
7
7
8
Add hiawatha_enable="YES" to rc.conf and start Hiawatha by running:
8
Run sysrc hiawatha_enable="YES" and start Hiawatha by running:
9
service hiawatha start
9
service hiawatha start
10
10
11
If you configured Hiawatha with Monitor, download and install the respective
11
If you configured Hiawatha with Monitor, download and install the respective
Lines 12-17 Link Here
12
files needed to monitor your webserver:
12
files needed to monitor your webserver:
13
http://www.hiawatha-webserver.org/monitor
13
http://www.hiawatha-webserver.org/monitor
14
14
15
A port to do this for you is in the making...
16
17
===============================================================================
15
===============================================================================

Return to bug 232980