diff options
-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 48fbb73765c9..039ea6b495a0 100644 --- a/net-mgmt/nagios4/Makefile +++ b/net-mgmt/nagios4/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nagios -PORTVERSION= 4.3.1 +PORTVERSION= 4.3.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 cedd53d8c055..f8682621eed6 100644 --- a/net-mgmt/nagios4/distinfo +++ b/net-mgmt/nagios4/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1493719703 -SHA256 (nagios-4.3.1.tar.gz) = dfc2f5f146eb508b2a28d28af7c338ef9eb604327efdc50142642026f7e79f82 -SIZE (nagios-4.3.1.tar.gz) = 11095797 +TIMESTAMP = 1497348686 +SHA256 (nagios-4.3.2.tar.gz) = 687814b40b03b40361377aeace057dddb23459ffb8c00434bc1a95b21ccdf796 +SIZE (nagios-4.3.2.tar.gz) = 11096863 diff --git a/net-mgmt/nagios4/files/patch-configure b/net-mgmt/nagios4/files/patch-configure index 3e27f9365d8e..7137aed9632d 100644 --- a/net-mgmt/nagios4/files/patch-configure +++ b/net-mgmt/nagios4/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig 2017-02-23 20:00:40 UTC +--- configure.orig 2017-05-09 17:03:31 UTC +++ configure -@@ -4775,7 +4775,6 @@ cat >>confdefs.h <<_ACEOF +@@ -4776,7 +4776,6 @@ cat >>confdefs.h <<_ACEOF #define DEFAULT_NAGIOS_GROUP "$nagios_grp" _ACEOF @@ -8,7 +8,7 @@ -@@ -4796,7 +4795,6 @@ fi +@@ -4797,7 +4796,6 @@ fi diff --git a/net-mgmt/nagios4/files/patch-html_main.php b/net-mgmt/nagios4/files/patch-html_main.php index 902ac6698bac..cb9d4021d2c1 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-02-23 20:00:40 UTC +--- html/main.php.orig 2017-05-09 17:03:31 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">February 23, 2017</div> + <div class="releasedate">May 09, 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> - |