diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-09-12 11:11:39 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-09-12 11:11:39 +0000 |
commit | 7c036fceb60a7eaa74f67b3dacb94895de305d04 (patch) | |
tree | 4c15de616d5c79e46658b2f2e01f43cd1d86053a | |
parent | 855dd8ee80bf1c6a39c4f8da7620f0a01aaa3cd6 (diff) | |
download | ports-7c036fceb60a7eaa74f67b3dacb94895de305d04.tar.gz ports-7c036fceb60a7eaa74f67b3dacb94895de305d04.zip |
Notes
-rw-r--r-- | net-mgmt/nagios4/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/nagios4/distinfo | 6 | ||||
-rw-r--r-- | net-mgmt/nagios4/files/patch-configure | 6 | ||||
-rw-r--r-- | net-mgmt/nagios4/files/patch-html_main.php | 4 |
4 files changed, 9 insertions, 9 deletions
diff --git a/net-mgmt/nagios4/Makefile b/net-mgmt/nagios4/Makefile index b8e91d1b5c0b..ebcaf0c65da8 100644 --- a/net-mgmt/nagios4/Makefile +++ b/net-mgmt/nagios4/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nagios -PORTVERSION= 4.3.3 +PORTVERSION= 4.3.4 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 51df37335fb8..10ad969f0ab7 100644 --- a/net-mgmt/nagios4/distinfo +++ b/net-mgmt/nagios4/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1504003722 -SHA256 (nagios-4.3.3.tar.gz) = 1fc4c72f76c720884dd3b538dc423b44f3bdde24e014f4212e58046a1fc114b6 -SIZE (nagios-4.3.3.tar.gz) = 11101531 +TIMESTAMP = 1505214102 +SHA256 (nagios-4.3.4.tar.gz) = c90b7812d9e343db12be19a572e15c415c5d6353a91c5e226e432c2d4aaa44f1 +SIZE (nagios-4.3.4.tar.gz) = 11101966 diff --git a/net-mgmt/nagios4/files/patch-configure b/net-mgmt/nagios4/files/patch-configure index 7137aed9632d..d4a0b896dd2a 100644 --- a/net-mgmt/nagios4/files/patch-configure +++ b/net-mgmt/nagios4/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig 2017-05-09 17:03:31 UTC +--- configure.orig 2017-08-24 21:43:48 UTC +++ configure -@@ -4776,7 +4776,6 @@ cat >>confdefs.h <<_ACEOF +@@ -4777,7 +4777,6 @@ cat >>confdefs.h <<_ACEOF #define DEFAULT_NAGIOS_GROUP "$nagios_grp" _ACEOF @@ -8,7 +8,7 @@ -@@ -4797,7 +4796,6 @@ fi +@@ -4798,7 +4797,6 @@ fi diff --git a/net-mgmt/nagios4/files/patch-html_main.php b/net-mgmt/nagios4/files/patch-html_main.php index a3425cb99018..112ed948e67b 100644 --- a/net-mgmt/nagios4/files/patch-html_main.php +++ b/net-mgmt/nagios4/files/patch-html_main.php @@ -1,9 +1,9 @@ ---- html/main.php.orig 2017-08-12 20:22:49 UTC +--- html/main.php.orig 2017-08-24 21:43:48 UTC +++ html/main.php @@ -141,31 +141,6 @@ $this_year = '2017'; <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">August 12, 2017</div> + <div class="releasedate">August 24, 2017</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> - |