summaryrefslogtreecommitdiffstats
path: root/network/siege/siege.SlackBuild
diff options
context:
space:
mode:
author Heinz Wiesinger <pprkut@slackbuilds.org>2018-03-17 16:20:22 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-03-24 06:51:19 +0700
commit6746edb5f22b7cd0ba6d283a4ac5605b156c223d (patch)
tree3f6c66be53b2174733b68e731bd72f7dc10e4ddf /network/siege/siege.SlackBuild
parent8d07fa35d88e5cb4b85fca0884756e39c2b0b12c (diff)
downloadslackbuilds-6746edb5f22b7cd0ba6d283a4ac5605b156c223d.tar.gz
slackbuilds-6746edb5f22b7cd0ba6d283a4ac5605b156c223d.tar.xz
network/siege: Updated for version 4.0.4.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'network/siege/siege.SlackBuild')
-rw-r--r--network/siege/siege.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/network/siege/siege.SlackBuild b/network/siege/siege.SlackBuild
index 73f4152dc4..ad9c26d709 100644
--- a/network/siege/siege.SlackBuild
+++ b/network/siege/siege.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for Siege
-# Copyright 2011-2013 Heinz Wiesinger, Amsterdam, The Netherlands
+# Copyright 2011-2018 Heinz Wiesinger, Amsterdam, The Netherlands
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
# Originally written by Menno Duursma <druiloor@zonnet.nl>
PRGNAM=siege
-VERSION=${VERSION:-3.0.5}
+VERSION=${VERSION:-4.0.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -92,9 +92,9 @@ 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/html
-cp -a AUTHORS ChangeLog COPYING KNOWNBUGS MACHINES NEWS PLATFORM README* \
+cp -a AUTHORS ChangeLog COPYING README* \
$PKG/usr/doc/$PRGNAM-$VERSION
-cp -a html/{README,basic.php,cache-control.php,cookie-test.php,etag.php,login.php} \
+cp -a html/{README,basic.php,cache-control.php,cookie-expire.php,etag.php,login.php} \
$PKG/usr/doc/$PRGNAM-$VERSION/html
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild