cacti: 0.8.8h -> 1.1.5

This commit is contained in:
Thomas Penteker 2017-05-07 23:57:13 +02:00
parent 76fffa8ad5
commit 1a63076821
4 changed files with 949 additions and 211 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1 +1 @@
e5a2eb9e1b187a92284f46e7d4cd6505 cacti-0.8.8h.tar.gz
f8aa6e759c6782be033fd5df6be9b246 cacti-1.1.5.tar.gz

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3zHxwdaXey9HkHpXVQj3SE5zX88af9rzbocxc6qft9XAjPk+3tdNA0bagnnVx534r6wNEIrX3lkMQfdIW/Ms0Qs=
SHA256 (Pkgfile) = 33395cf9869eee911d3f0c34917f7fe7f98e5661b45595497ccb37a7c1a56a6f
SHA256 (.footprint) = c258a5506ed530b62e14dde52030c9a2f4e3ad29d4534a540963c19f501142d5
SHA256 (cacti-0.8.8h.tar.gz) = 0673bd9513dad381c8bbb9133c721a32bc6422dc91c5a81de16e3cd32e4d0600
RWSagIOpLGJF30Dlu9S/USGgtVQLf+ZN8mou5ry4exsjV1TePWsd5xd6kpLIA4+Yl8EtKDkFHAwxHNRLRsRYPKdGa/QCH+9o0Ak=
SHA256 (Pkgfile) = 276ee478b4cc8b4c87feb520c8969ca29e5df2fb1580f6c83315878f582a4ff1
SHA256 (.footprint) = 3bc30a07b41992cdf20f5d60cf514fff07d2ddc4bf568c6909f0e00106ea48c5
SHA256 (cacti-1.1.5.tar.gz) = 47d47ec7fa64615dae15d292a9879535e74a9a684718dc65dbe0c755d4e2cc4d

View File

@ -5,7 +5,7 @@
# Depends on: rrdtool mod_php net-snmp php-mysql php php-sockets
name=cacti
version=0.8.8h
version=1.1.5
release=1
source=(http://www.$name.net/downloads/$name-$version.tar.gz)
@ -19,6 +19,6 @@ build () {
chown -R cactiuser $PKG/var/www/htdocs/$name/{rra,log}
sed -i -e "s|\$config\['url_path'] = '/'|\$config\['url_path'] = '/cacti/'|g" \
$PKG/var/www/htdocs/$name/include/global.php
rm $PKG/var/www/htdocs/cacti/{README,LICENSE}
rm $PKG/var/www/htdocs/cacti/LICENSE
rm -r $PKG/var/www/htdocs/cacti/docs
}