svn commit: r509615 - in head/net-mgmt/nagios4: . files
Mathieu Arnold
mat at FreeBSD.org
Thu Aug 22 17:09:33 UTC 2019
Author: mat
Date: Thu Aug 22 17:09:31 2019
New Revision: 509615
URL: https://svnweb.freebsd.org/changeset/ports/509615
Log:
Update to 4.4.5.
Modified:
head/net-mgmt/nagios4/Makefile (contents, props changed)
head/net-mgmt/nagios4/distinfo (contents, props changed)
head/net-mgmt/nagios4/files/patch-html_main.php (contents, props changed)
Modified: head/net-mgmt/nagios4/Makefile
==============================================================================
--- head/net-mgmt/nagios4/Makefile Thu Aug 22 17:09:28 2019 (r509614)
+++ head/net-mgmt/nagios4/Makefile Thu Aug 22 17:09:31 2019 (r509615)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= nagios
-PORTVERSION= 4.4.4
+PORTVERSION= 4.4.5
PORTEPOCH= 1
CATEGORIES= net-mgmt
MASTER_SITES= https://assets.nagios.com/downloads/nagioscore/releases/ \
Modified: head/net-mgmt/nagios4/distinfo
==============================================================================
--- head/net-mgmt/nagios4/distinfo Thu Aug 22 17:09:28 2019 (r509614)
+++ head/net-mgmt/nagios4/distinfo Thu Aug 22 17:09:31 2019 (r509615)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1565095336
-SHA256 (nagios-4.4.4.tar.gz) = a770a51b23c6900bc34868b6a82aa688c3712f6dc61080636b76c6fb29da6b5a
-SIZE (nagios-4.4.4.tar.gz) = 11303598
+TIMESTAMP = 1566493500
+SHA256 (nagios-4.4.5.tar.gz) = bf69e2d2fae218694585677472d355ba676120cbd024164281e635dc467c391d
+SIZE (nagios-4.4.5.tar.gz) = 11304463
Modified: head/net-mgmt/nagios4/files/patch-html_main.php
==============================================================================
--- head/net-mgmt/nagios4/files/patch-html_main.php Thu Aug 22 17:09:28 2019 (r509614)
+++ head/net-mgmt/nagios4/files/patch-html_main.php Thu Aug 22 17:09:31 2019 (r509615)
@@ -1,9 +1,9 @@
---- html/main.php.orig 2019-01-15 14:58:00 UTC
+--- html/main.php.orig 2019-08-20 15:29:34 UTC
+++ html/main.php
@@ -146,31 +146,6 @@ $this_year = '2019';
<div class="product">Nagios<sup><span style="font-size: small;">®</span></sup> Core<sup><span style="font-size: small;">™</span></sup></div>
<div class="version">Version <?php echo $this_version; ?></div>
- <div class="releasedate">July 29, 2019</div>
+ <div class="releasedate">August 20, 2019</div>
- <div class="checkforupdates"><a href="https://www.nagios.org/checkforupdates/?version=<?php echo $this_version; ?>&product=nagioscore" target="_blank">Check for updates</a></div>
-</div>
-
More information about the svn-ports-all
mailing list