diff options
author | mat <mat@FreeBSD.org> | 2018-09-03 20:38:24 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2018-09-03 20:38:24 +0800 |
commit | c284f36c59526af2972433763afd04b96f328ba4 (patch) | |
tree | 4fe927a35bc2a91d781226a2010ec97f5616a64a /net-mgmt | |
parent | 0978124248907becdf272ee32c432b9c4f604627 (diff) | |
download | freebsd-ports-gnome-c284f36c59526af2972433763afd04b96f328ba4.tar.gz freebsd-ports-gnome-c284f36c59526af2972433763afd04b96f328ba4.tar.zst freebsd-ports-gnome-c284f36c59526af2972433763afd04b96f328ba4.zip |
Update to 4.4.2.
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/nagios4/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/nagios4/distinfo | 6 | ||||
-rw-r--r-- | net-mgmt/nagios4/files/patch-html_main.php | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/net-mgmt/nagios4/Makefile b/net-mgmt/nagios4/Makefile index 447dc1b1ecbb..4c9cc906e619 100644 --- a/net-mgmt/nagios4/Makefile +++ b/net-mgmt/nagios4/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nagios -PORTVERSION= 4.4.1 +PORTVERSION= 4.4.2 PORTEPOCH= 1 CATEGORIES= net-mgmt MASTER_SITES= https://assets.nagios.com/downloads/nagioscore/releases/ \ diff --git a/net-mgmt/nagios4/distinfo b/net-mgmt/nagios4/distinfo index 5956b4470056..5cb1d8925ee8 100644 --- a/net-mgmt/nagios4/distinfo +++ b/net-mgmt/nagios4/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1530092766 -SHA256 (nagios-4.4.1.tar.gz) = d8225d9276c65095a9d2259901a833af36410f9eb52ccfdfb1e5ae2cb9920948 -SIZE (nagios-4.4.1.tar.gz) = 11296403 +TIMESTAMP = 1535968827 +SHA256 (nagios-4.4.2.tar.gz) = 3418923f326aa86dc8c84cfd0df788fa495a90d772f8071acf40fdbef0736853 +SIZE (nagios-4.4.2.tar.gz) = 11301454 diff --git a/net-mgmt/nagios4/files/patch-html_main.php b/net-mgmt/nagios4/files/patch-html_main.php index 7aca82560c34..15413286844d 100644 --- a/net-mgmt/nagios4/files/patch-html_main.php +++ b/net-mgmt/nagios4/files/patch-html_main.php @@ -3,7 +3,7 @@ @@ -146,31 +146,6 @@ $this_year = '2018'; <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">June 25, 2018</div> + <div class="releasedate">August 16, 2018</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> - |