summaryrefslogtreecommitdiffstats
path: root/network/cacti/cacti.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/cacti/cacti.SlackBuild')
-rw-r--r--network/cacti/cacti.SlackBuild10
1 files changed, 7 insertions, 3 deletions
diff --git a/network/cacti/cacti.SlackBuild b/network/cacti/cacti.SlackBuild
index 64edf55a4b..4f3d0050c6 100644
--- a/network/cacti/cacti.SlackBuild
+++ b/network/cacti/cacti.SlackBuild
@@ -4,10 +4,10 @@
# a network graphing solution using rrdtool
# Written by Niels Horn <niels.horn@gmail.com>
-# revision date 2010/07/16
+# revision date 2010/08/22
PRGNAM=cacti
-VERSION=${VERSION:-0.8.7g}
+VERSION=${VERSION:-0.8.7g_p5}
ARCH=noarch
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -26,7 +26,11 @@ for i in $(echo $DOCROOT | tr "/" " "); do
done
# Current PATCHES (empty if none for now)
-PATCHES=""
+PATCHES="data_source_deactivate.patch \
+graph_list_view.patch \
+html_output.patch \
+ldap_group_authenication.patch \
+script_server_command_line_parse.patch"
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}