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

Steve Wills swills at FreeBSD.org
Tue Jan 8 18:13:57 UTC 2019


Author: swills
Date: Tue Jan  8 18:13:55 2019
New Revision: 489731
URL: https://svnweb.freebsd.org/changeset/ports/489731

Log:
  net-mgmt/cacti: fix typo
  
  PR:		234735
  Submitted by:	Daniel Austin <freebsd-ports at dan.me.uk> (maintainer)
  Reported by:	Arnaud de Prelle <arnaud at pnzone.net>

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

Modified: head/net-mgmt/cacti/Makefile
==============================================================================
--- head/net-mgmt/cacti/Makefile	Tue Jan  8 18:05:51 2019	(r489730)
+++ head/net-mgmt/cacti/Makefile	Tue Jan  8 18:13:55 2019	(r489731)
@@ -2,6 +2,7 @@
 
 PORTNAME=	cacti
 PORTVERSION=	1.2.0
+PORTREVISION=	1
 CATEGORIES=	net-mgmt www
 MASTER_SITES=	http://www.cacti.net/downloads/ \
 		ftp://ftpmirror.uk/freebsd-ports/cacti/

Modified: head/net-mgmt/cacti/files/patch-include__global_settings.php
==============================================================================
--- head/net-mgmt/cacti/files/patch-include__global_settings.php	Tue Jan  8 18:05:51 2019	(r489730)
+++ head/net-mgmt/cacti/files/patch-include__global_settings.php	Tue Jan  8 18:13:55 2019	(r489731)
@@ -9,7 +9,7 @@
  			'method' => 'filepath',
  			'file_type' => 'ascii',
 -			'default' => $config['base_path'] . '/log/cacti.log',
-+			'default' => /var/log/cacti/log',
++			'default' => '/var/log/cacti/log',
  			'max_length' => '255',
  			'install_check' => 'writable'
  			),


More information about the svn-ports-head mailing list