Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Nov 2018 15:47:28 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r485683 - in head/net-mgmt/cacti: . files
Message-ID:  <201811231547.wANFlS7o004603@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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();



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811231547.wANFlS7o004603>