diff -ruN net-mgmt/cacti.orig/Makefile net-mgmt/cacti/Makefile --- net-mgmt/cacti.orig/Makefile 2018-04-11 01:32:33.000000000 +0100 +++ net-mgmt/cacti/Makefile 2018-11-10 16:21:32.718290000 +0000 @@ -1,7 +1,7 @@ # $FreeBSD: head/net-mgmt/cacti/Makefile 467020 2018-04-11 00:32:33Z dbaio $ 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 -ruN net-mgmt/cacti.orig/distinfo net-mgmt/cacti/distinfo --- net-mgmt/cacti.orig/distinfo 2018-04-11 01:32:33.000000000 +0100 +++ net-mgmt/cacti/distinfo 2018-11-10 16:21:38.603590000 +0000 @@ -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 -ruN net-mgmt/cacti.orig/files/patch-poller_maintenance.php net-mgmt/cacti/files/patch-poller_maintenance.php --- net-mgmt/cacti.orig/files/patch-poller_maintenance.php 2018-03-04 04:11:49.000000000 +0000 +++ net-mgmt/cacti/files/patch-poller_maintenance.php 2018-11-10 16:23:18.891944000 +0000 @@ -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();