summaryrefslogtreecommitdiff
path: root/cacti/Pkgfile
diff options
context:
space:
mode:
authorThomas Penteker <tek@serverop.de>2010-05-20 18:34:22 +0200
committerThomas Penteker <tek@serverop.de>2010-05-20 18:34:22 +0200
commit6a0760c5294e6b85d110026b4059b3b1aa55da8a (patch)
tree7512046548db3b14c23366ab88f09c9d9ec3f4ec /cacti/Pkgfile
parent67a4bc635d2e59c9678a324a111c63f08e5f1037 (diff)
downloadcontrib-6a0760c5294e6b85d110026b4059b3b1aa55da8a.tar.gz
contrib-6a0760c5294e6b85d110026b4059b3b1aa55da8a.tar.xz
cacti: 0.8.7e -> 0.8.7f
Diffstat (limited to 'cacti/Pkgfile')
-rw-r--r--cacti/Pkgfile13
1 files changed, 3 insertions, 10 deletions
diff --git a/cacti/Pkgfile b/cacti/Pkgfile
index e7cee94de..d3aa7cfd3 100644
--- a/cacti/Pkgfile
+++ b/cacti/Pkgfile
@@ -5,20 +5,13 @@
# Depends on: rrdtool mod_php net-snmp php-mysql php php-sockets
name=cacti
-version=0.8.7e
+version=0.8.7f
release=2
-source=(http://www.$name.net/downloads/$name-$version.tar.gz
- http://www.cacti.net/downloads/patches/0.8.7e/cli_add_graph.patch
- http://www.cacti.net/downloads/patches/0.8.7e/snmp_invalid_response.patch
- http://www.cacti.net/downloads/patches/0.8.7e/template_duplication.patch
- http://www.cacti.net/downloads/patches/0.8.7e/fix_icmp_on_windows_iis_servers.patch
- http://www.cacti.net/downloads/patches/0.8.7e/cross_site_fix.patch
- http://www.cacti.net/downloads/patches/0.8.7e/sql_injection_template_export.patch
- )
+source=(http://www.$name.net/downloads/$name-$version.tar.gz)
build () {
cd $name-$version
- for i in ../*.patch;do patch -p1 -i "$i";done
+ #for i in ../*.patch;do patch -p1 -i "$i";done
cd ..
mkdir -p $PKG/var/www/htdocs
mv $name-$version $PKG/var/www/htdocs/$name

Generated by cgit