aboutsummaryrefslogtreecommitdiff
path: root/www/hiawatha
diff options
context:
space:
mode:
authorGreg Larkin <glarkin@FreeBSD.org>2011-08-24 17:18:10 +0000
committerGreg Larkin <glarkin@FreeBSD.org>2011-08-24 17:18:10 +0000
commit5d93b310107f5060ce4754671c0e47904d3aff98 (patch)
treef618e672f16dc1ea32198ebb7142a1288c390953 /www/hiawatha
parentd42467b26c04771c84389d6d802f81355922d5f2 (diff)
downloadports-5d93b310107f5060ce4754671c0e47904d3aff98.tar.gz
ports-5d93b310107f5060ce4754671c0e47904d3aff98.zip
Notes
Diffstat (limited to 'www/hiawatha')
-rw-r--r--www/hiawatha/Makefile3
-rw-r--r--www/hiawatha/distinfo4
-rw-r--r--www/hiawatha/files/hiawatha.in3
-rw-r--r--www/hiawatha/files/php-fcgi.in6
4 files changed, 6 insertions, 10 deletions
diff --git a/www/hiawatha/Makefile b/www/hiawatha/Makefile
index 07b63c8dbb26..c89746a357e2 100644
--- a/www/hiawatha/Makefile
+++ b/www/hiawatha/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= hiawatha
-PORTVERSION= 7.5
-PORTREVISION= 1
+PORTVERSION= 7.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 c62808d78986..d7b3c0f99ace 100644
--- a/www/hiawatha/distinfo
+++ b/www/hiawatha/distinfo
@@ -1,2 +1,2 @@
-SHA256 (hiawatha-7.5.tar.gz) = 7f15738af332697e7cf4832881634d46d650aa9ade4d659cf8934cbb299ecb5c
-SIZE (hiawatha-7.5.tar.gz) = 276486
+SHA256 (hiawatha-7.6.tar.gz) = 4c97367d9914c20588e6fe6a15719e8c3a12e35335049a5c4c74050af0bce371
+SIZE (hiawatha-7.6.tar.gz) = 276812
diff --git a/www/hiawatha/files/hiawatha.in b/www/hiawatha/files/hiawatha.in
index cb389fff12c0..faf4aebbe2a0 100644
--- a/www/hiawatha/files/hiawatha.in
+++ b/www/hiawatha/files/hiawatha.in
@@ -19,10 +19,9 @@ rcvar=`set_rcvar`
load_rc_config $name
: ${hiawatha_enable="NO"}
-: ${hiawatha_pidfile="/var/run/hiawatha.pid"}
command="%%PREFIX%%/sbin/${name}"
-pidfile=${hiawatha_pidfile}
+pidfile=${hiawatha_pidfile="/var/run/hiawatha.pid"}
stop_postcmd="${name}_stop_postcmd"
diff --git a/www/hiawatha/files/php-fcgi.in b/www/hiawatha/files/php-fcgi.in
index d5812480f14f..5207d244f773 100644
--- a/www/hiawatha/files/php-fcgi.in
+++ b/www/hiawatha/files/php-fcgi.in
@@ -19,12 +19,10 @@ rcvar=`set_rcvar`
load_rc_config $name
: ${php_fcgi_enable="NO"}
-: ${php_fcgi_app="%%LOCALBASE%%/bin/php-cgi"}
-: ${php_fcgi_pidfile="/var/run/php-fcgi.pid"}
command="%%PREFIX%%/sbin/php-fcgi"
-pidfile=${php_fcgi_pidfile}
-procname=${php_fcgi_app}
+pidfile=${php_fcgi_pidfile="/var/run/php-fcgi.pid"}
+procname=${php_fcgi_app="%%LOCALBASE%%/bin/php-cgi"}
stop_postcmd="${name}_stop_postcmd"