From owner-svn-ports-head@FreeBSD.ORG Tue Sep 17 20:56:34 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E7E61DE; Tue, 17 Sep 2013 20:56:34 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BB3BA2313; Tue, 17 Sep 2013 20:56:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8HKuYNC086853; Tue, 17 Sep 2013 20:56:34 GMT (envelope-from crees@svn.freebsd.org) Received: (from crees@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8HKuYoR086850; Tue, 17 Sep 2013 20:56:34 GMT (envelope-from crees@svn.freebsd.org) Message-Id: <201309172056.r8HKuYoR086850@svn.freebsd.org> From: Chris Rees Date: Tue, 17 Sep 2013 20:56:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327503 - in head/sysutils/monitorix: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Sep 2013 20:56:35 -0000 Author: crees Date: Tue Sep 17 20:56:33 2013 New Revision: 327503 URL: http://svnweb.freebsd.org/changeset/ports/327503 Log: Update to 3.3.0 Beware configuration file changes! It will not work without changes. Modified: head/sysutils/monitorix/Makefile head/sysutils/monitorix/distinfo head/sysutils/monitorix/files/pkg-message.in Modified: head/sysutils/monitorix/Makefile ============================================================================== --- head/sysutils/monitorix/Makefile Tue Sep 17 19:14:02 2013 (r327502) +++ head/sysutils/monitorix/Makefile Tue Sep 17 20:56:33 2013 (r327503) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= monitorix -PORTVERSION= 3.2.1 +PORTVERSION= 3.3.0 CATEGORIES= sysutils MASTER_SITES= http://www.monitorix.org/ \ http://www.monitorix.org/old_versions/ \ Modified: head/sysutils/monitorix/distinfo ============================================================================== --- head/sysutils/monitorix/distinfo Tue Sep 17 19:14:02 2013 (r327502) +++ head/sysutils/monitorix/distinfo Tue Sep 17 20:56:33 2013 (r327503) @@ -1,2 +1,2 @@ -SHA256 (monitorix-3.2.1.tar.gz) = ef37ee4301dc76451cadfa5d1d01ade9249cc36d19e8757e024cd3b2121a7781 -SIZE (monitorix-3.2.1.tar.gz) = 168852 +SHA256 (monitorix-3.3.0.tar.gz) = 9578d79121034cfee94ebcdcec3a1c55fddd0ff022cdd8184d1d5109f813d29a +SIZE (monitorix-3.3.0.tar.gz) = 186782 Modified: head/sysutils/monitorix/files/pkg-message.in ============================================================================== --- head/sysutils/monitorix/files/pkg-message.in Tue Sep 17 19:14:02 2013 (r327502) +++ head/sysutils/monitorix/files/pkg-message.in Tue Sep 17 20:56:33 2013 (r327503) @@ -3,8 +3,14 @@ The port has a generic default config, please adjust your settings in file: %%PREFIX%%/etc/monitorix.conf - The configuration file changed between 2.6.x and 3.0.0. - It is suggested that you back up your old config file and - use the information there to write the new one. + The configuration file is subject to change with each release, + and has definitely changed with the latest update. + + It is suggested that you run; + + # diff -u %%PREFIX%%/etc/monitorix.conf.sample \ + %%PREFIX%%/etc/monitorix.conf + + and have a look at the new configuration file options. ================================================================