summaryrefslogtreecommitdiffstats
path: root/network/hiawatha
diff options
context:
space:
mode:
author Antonio Hernández Blas <hba.nihilismus@gmail.com>2012-02-19 20:50:48 -0200
committer Niels Horn <niels.horn@slackbuilds.org>2012-02-19 20:50:48 -0200
commit0089557cb8b6c4024669b3ba3e037200a46bbec1 (patch)
tree887d65ac7fa567aebf348f3d6721779a08844d90 /network/hiawatha
parent8b8d6e337c37ccbfb89ea1f2a01ba05fc27bcdbc (diff)
downloadslackbuilds-0089557cb8b6c4024669b3ba3e037200a46bbec1.tar.gz
slackbuilds-0089557cb8b6c4024669b3ba3e037200a46bbec1.tar.xz
network/hiawatha: Updated for version 7.8.2.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'network/hiawatha')
-rw-r--r--network/hiawatha/hiawatha.SlackBuild12
-rw-r--r--network/hiawatha/hiawatha.info6
-rw-r--r--network/hiawatha/rc.hiawatha2
-rw-r--r--network/hiawatha/rc.php-fcgi2
4 files changed, 9 insertions, 13 deletions
diff --git a/network/hiawatha/hiawatha.SlackBuild b/network/hiawatha/hiawatha.SlackBuild
index b386ded742..ddb7bfec9b 100644
--- a/network/hiawatha/hiawatha.SlackBuild
+++ b/network/hiawatha/hiawatha.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for hiawatha
-# Copyright (c) 2009-2011, Antonio Hernández Blas <hba.nihilismus@gmail.com>
+# Copyright (c) 2009-2012, Antonio Hernández Blas <hba.nihilismus@gmail.com>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -22,7 +22,7 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=hiawatha
-VERSION=${VERSION:-7.7}
+VERSION=${VERSION:-7.8.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -97,12 +97,8 @@ install -m 0644 $CWD/rc.php-fcgi $PKG/etc/rc.d/rc.php-fcgi
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
-if [ -d $PKG/usr/man ]; then
- ( cd $PKG/usr/man
- find . -type f -exec gzip -9 {} \;
- for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
- )
-fi
+find $PKG/usr/man -type f -exec gzip -9 {} \;
+for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS ChangeLog COPYING INSTALL $PKG/usr/doc/$PRGNAM-$VERSION
diff --git a/network/hiawatha/hiawatha.info b/network/hiawatha/hiawatha.info
index 79be914a2d..96985b766a 100644
--- a/network/hiawatha/hiawatha.info
+++ b/network/hiawatha/hiawatha.info
@@ -1,8 +1,8 @@
PRGNAM="hiawatha"
-VERSION="7.7"
+VERSION="7.8.2"
HOMEPAGE="http://www.hiawatha-webserver.org"
-DOWNLOAD="http://www.hiawatha-webserver.org/files/hiawatha-7.7.tar.gz"
-MD5SUM="7195c829c86f1ed37d314daa4e06d06b"
+DOWNLOAD="http://www.hiawatha-webserver.org/files/hiawatha-7/hiawatha-7.8.2.tar.gz"
+MD5SUM="8aff3f8c759871ea1d1ff22e98030332"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Antonio Hernández Blas"
diff --git a/network/hiawatha/rc.hiawatha b/network/hiawatha/rc.hiawatha
index 94d8f10446..9c46190209 100644
--- a/network/hiawatha/rc.hiawatha
+++ b/network/hiawatha/rc.hiawatha
@@ -1,7 +1,7 @@
#!/bin/sh
# Start/stop/restart the hiawatha web server
-# Copyright (c) 2009-2011 Antonio Hernández Blas <hba.nihilismus@gmail.com>
+# Copyright (c) 2009-2012 Antonio Hernández Blas <hba.nihilismus@gmail.com>
#
# DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
diff --git a/network/hiawatha/rc.php-fcgi b/network/hiawatha/rc.php-fcgi
index a8d4a4f858..fdda1247a8 100644
--- a/network/hiawatha/rc.php-fcgi
+++ b/network/hiawatha/rc.php-fcgi
@@ -1,7 +1,7 @@
#!/bin/sh
# Start/stop/restart PHP as FastCGI daemon
-# Copyright (c) 2009-2011 Antonio Hernández Blas <hba.nihilismus@gmail.com>
+# Copyright (c) 2009-2012 Antonio Hernández Blas <hba.nihilismus@gmail.com>
#
# DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE