aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2018-11-23 15:47:28 +0000
committerSteve Wills <swills@FreeBSD.org>2018-11-23 15:47:28 +0000
commit4927cacfde4fe98eb876f0df63a709e0949f8b1b (patch)
tree406e9fcf455511ad48fdfbce56e31036aaf87fcb /net-mgmt
parent6f83c7a47c954cecf35bf163bc83cc7492ecf6f8 (diff)
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/cacti/Makefile2
-rw-r--r--net-mgmt/cacti/distinfo6
-rw-r--r--net-mgmt/cacti/files/patch-poller_maintenance.php2
3 files changed, 5 insertions, 5 deletions
diff --git a/net-mgmt/cacti/Makefile b/net-mgmt/cacti/Makefile
index 5e27541ee67e..68611175c76a 100644
--- a/net-mgmt/cacti/Makefile
+++ b/net-mgmt/cacti/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= cacti
-PORTVERSION= 1.1.37
+PORTVERSION= 1.1.38
CATEGORIES= net-mgmt www
MASTER_SITES= http://www.cacti.net/downloads/ \
ftp://ftpmirror.uk/freebsd-ports/cacti/
diff --git a/net-mgmt/cacti/distinfo b/net-mgmt/cacti/distinfo
index b9868e637f85..f28777b0560c 100644
--- a/net-mgmt/cacti/distinfo
+++ b/net-mgmt/cacti/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1523394357
-SHA256 (cacti-1.1.37.tar.gz) = 6def76e2c250db5be45b1143b4e36e4e5835ea92cadc5c2a07a41eebcc35a1fb
-SIZE (cacti-1.1.37.tar.gz) = 9079906
+TIMESTAMP = 1541866898
+SHA256 (cacti-1.1.38.tar.gz) = b6c69056e6b2697ada52cb0498b7c29162ead776e7fa4fbf8156cdcb4769899d
+SIZE (cacti-1.1.38.tar.gz) = 9081347
diff --git a/net-mgmt/cacti/files/patch-poller_maintenance.php b/net-mgmt/cacti/files/patch-poller_maintenance.php
index f2e397ec4d1e..a52b73363c1e 100644
--- a/net-mgmt/cacti/files/patch-poller_maintenance.php
+++ b/net-mgmt/cacti/files/patch-poller_maintenance.php
@@ -5,7 +5,7 @@
$log = read_config_option('path_cactilog');
if ($log == '') {
- $log = $config['base_path'] . '/log/cacti.log';
-+ $log = /var/log/cacti/log';
++ $log = '/var/log/cacti/log';
}
$run_time = time();