svn commit: r485683 - in head/net-mgmt/cacti: . files

Steve Wills swills at FreeBSD.org
Fri Nov 23 15:47:29 UTC 2018


Author: swills
Date: Fri Nov 23 15:47:28 2018
New Revision: 485683
URL: https://svnweb.freebsd.org/changeset/ports/485683

Log:
  net-mgmt/cacti: update to 1.1.38
  
  PR:		233116
  Submitted by:	Daniel Austin <freebsd-ports at dan.me.uk> (maintainer)

Modified:
  head/net-mgmt/cacti/Makefile   (contents, props changed)
  head/net-mgmt/cacti/distinfo   (contents, props changed)
  head/net-mgmt/cacti/files/patch-poller_maintenance.php   (contents, props changed)

Modified: head/net-mgmt/cacti/Makefile
==============================================================================
--- head/net-mgmt/cacti/Makefile	Fri Nov 23 15:45:28 2018	(r485682)
+++ head/net-mgmt/cacti/Makefile	Fri Nov 23 15:47:28 2018	(r485683)
@@ -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/

Modified: head/net-mgmt/cacti/distinfo
==============================================================================
--- head/net-mgmt/cacti/distinfo	Fri Nov 23 15:45:28 2018	(r485682)
+++ head/net-mgmt/cacti/distinfo	Fri Nov 23 15:47:28 2018	(r485683)
@@ -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

Modified: head/net-mgmt/cacti/files/patch-poller_maintenance.php
==============================================================================
--- head/net-mgmt/cacti/files/patch-poller_maintenance.php	Fri Nov 23 15:45:28 2018	(r485682)
+++ head/net-mgmt/cacti/files/patch-poller_maintenance.php	Fri Nov 23 15:47:28 2018	(r485683)
@@ -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();


More information about the svn-ports-all mailing list