From owner-svn-ports-all@freebsd.org Tue May 2 10:46:40 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 06926D582DD; Tue, 2 May 2017 10:46:40 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D2617113D; Tue, 2 May 2017 10:46:39 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v42AkcPO007673; Tue, 2 May 2017 10:46:38 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v42AkcD5007666; Tue, 2 May 2017 10:46:38 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201705021046.v42AkcD5007666@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 2 May 2017 10:46:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439938 - in head/net-mgmt/nagios4: . 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-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 10:46:40 -0000 Author: mat Date: Tue May 2 10:46:37 2017 New Revision: 439938 URL: https://svnweb.freebsd.org/changeset/ports/439938 Log: Update to 4.3.1. Sponsored by: Absolight Added: head/net-mgmt/nagios4/files/patch-html_index.php.in (contents, props changed) - copied, changed from r439937, head/net-mgmt/nagios4/files/patch-html_index.php Deleted: head/net-mgmt/nagios4/files/patch-html_index.php Modified: head/net-mgmt/nagios4/Makefile (contents, props changed) head/net-mgmt/nagios4/distinfo (contents, props changed) head/net-mgmt/nagios4/files/patch-configure (contents, props changed) head/net-mgmt/nagios4/files/patch-html_main.php (contents, props changed) head/net-mgmt/nagios4/files/patch-sample-config_cgi.cfg.in (contents, props changed) head/net-mgmt/nagios4/pkg-plist (contents, props changed) Modified: head/net-mgmt/nagios4/Makefile ============================================================================== --- head/net-mgmt/nagios4/Makefile Tue May 2 10:46:27 2017 (r439937) +++ head/net-mgmt/nagios4/Makefile Tue May 2 10:46:37 2017 (r439938) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nagios -PORTVERSION= 4.2.4 +PORTVERSION= 4.3.1 PORTEPOCH= 1 CATEGORIES= net-mgmt MASTER_SITES= https://assets.nagios.com/downloads/nagioscore/releases/ \ @@ -74,15 +74,17 @@ NAGIOSCGIURL?= ${NAGIOSHTMURL}/cgi-bin USERS= ${NAGIOSUSER} GROUPS= ${NAGIOSGROUP} -OPTIONS_DEFINE= NANOSLEEP UNHANDLED_HACK +OPTIONS_DEFINE= NANOSLEEP UNHANDLED_HACK COREWINDOW OPTIONS_RADIO= PLUGINS OPTIONS_RADIO_PLUGINS= MONPLUGINS NAGPLUGINS OPTIONS_DEFAULT= NAGPLUGINS NANOSLEEP_DESC= Use nanosleep in event timing UNHANDLED_HACK_DESC= Display passive checks in unhandled queries +COREWINDOW_DESC= Enable the corewindow parameter MONPLUGINS_RUN_DEPENDS= ${LOCALBASE}/libexec/nagios/check_nagios:net-mgmt/monitoring-plugins NAGPLUGINS_RUN_DEPENDS= ${LOCALBASE}/libexec/nagios/check_nagios:net-mgmt/nagios-plugins +COREWINDOW_CONFIGURE_ENABLE= corewindow OPTIONS_SUB= Modified: head/net-mgmt/nagios4/distinfo ============================================================================== --- head/net-mgmt/nagios4/distinfo Tue May 2 10:46:27 2017 (r439937) +++ head/net-mgmt/nagios4/distinfo Tue May 2 10:46:37 2017 (r439938) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482317499 -SHA256 (nagios-4.2.4.tar.gz) = b0055c475683ce50d77b1536ff0cec9abf89139adecf771601fa021ef9a20b70 -SIZE (nagios-4.2.4.tar.gz) = 11088206 +TIMESTAMP = 1493719703 +SHA256 (nagios-4.3.1.tar.gz) = dfc2f5f146eb508b2a28d28af7c338ef9eb604327efdc50142642026f7e79f82 +SIZE (nagios-4.3.1.tar.gz) = 11095797 Modified: head/net-mgmt/nagios4/files/patch-configure ============================================================================== --- head/net-mgmt/nagios4/files/patch-configure Tue May 2 10:46:27 2017 (r439937) +++ head/net-mgmt/nagios4/files/patch-configure Tue May 2 10:46:37 2017 (r439938) @@ -1,6 +1,6 @@ ---- configure.orig 2016-12-07 16:31:10 UTC +--- configure.orig 2017-02-23 20:00:40 UTC +++ configure -@@ -4769,7 +4769,6 @@ cat >>confdefs.h <<_ACEOF +@@ -4775,7 +4775,6 @@ cat >>confdefs.h <<_ACEOF #define DEFAULT_NAGIOS_GROUP "$nagios_grp" _ACEOF @@ -8,7 +8,7 @@ -@@ -4790,7 +4789,6 @@ fi +@@ -4796,7 +4795,6 @@ fi Copied and modified: head/net-mgmt/nagios4/files/patch-html_index.php.in (from r439937, head/net-mgmt/nagios4/files/patch-html_index.php) ============================================================================== --- head/net-mgmt/nagios4/files/patch-html_index.php Tue May 2 10:46:27 2017 (r439937, copy source) +++ head/net-mgmt/nagios4/files/patch-html_index.php.in Tue May 2 10:46:37 2017 (r439938) @@ -1,5 +1,5 @@ ---- html/index.php.orig 2016-12-07 16:31:10 UTC -+++ html/index.php +--- html/index.php.in.orig 2017-02-23 20:00:40 UTC ++++ html/index.php.in @@ -1,6 +1,7 @@ Nagios® Core
Version
-
December 07, 2016
+
February 23, 2017
- - - Modified: head/net-mgmt/nagios4/files/patch-sample-config_cgi.cfg.in ============================================================================== --- head/net-mgmt/nagios4/files/patch-sample-config_cgi.cfg.in Tue May 2 10:46:27 2017 (r439937) +++ head/net-mgmt/nagios4/files/patch-sample-config_cgi.cfg.in Tue May 2 10:46:37 2017 (r439938) @@ -1,6 +1,6 @@ ---- sample-config/cgi.cfg.in.orig 2016-12-07 16:31:10 UTC +--- sample-config/cgi.cfg.in.orig 2017-02-23 20:00:40 UTC +++ sample-config/cgi.cfg.in -@@ -277,7 +277,7 @@ default_statuswrl_layout=4 +@@ -270,7 +270,7 @@ default_statuswrl_layout=4 # OS and distribution, so you may have to tweak this to # work on your system. Modified: head/net-mgmt/nagios4/pkg-plist ============================================================================== --- head/net-mgmt/nagios4/pkg-plist Tue May 2 10:46:27 2017 (r439937) +++ head/net-mgmt/nagios4/pkg-plist Tue May 2 10:46:37 2017 (r439938) @@ -376,6 +376,7 @@ %%WWWDIR%%/js/map-directive.js %%WWWDIR%%/js/map-form.js %%WWWDIR%%/js/map.js +%%WWWDIR%%/js/nag_funcs.js %%WWWDIR%%/js/nagios-decorations.js %%WWWDIR%%/js/nagios-time.js %%WWWDIR%%/js/trends-form.js @@ -404,6 +405,7 @@ %%WWWDIR%%/stylesheets/map-directive.css %%WWWDIR%%/stylesheets/map.css %%WWWDIR%%/stylesheets/ministatus.css +%%WWWDIR%%/stylesheets/nag_funcs.css %%WWWDIR%%/stylesheets/notifications.css %%WWWDIR%%/stylesheets/outages.css %%WWWDIR%%/stylesheets/showlog.css