svn commit: r448902 - in head/net-mgmt/nagios4: . files

Mathieu Arnold mat at FreeBSD.org
Tue Aug 29 10:57:02 UTC 2017


Author: mat
Date: Tue Aug 29 10:57:00 2017
New Revision: 448902
URL: https://svnweb.freebsd.org/changeset/ports/448902

Log:
  Update to 4.3.3.
  
  Sponsored by:	Absolight

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	Tue Aug 29 10:30:33 2017	(r448901)
+++ head/net-mgmt/nagios4/Makefile	Tue Aug 29 10:57:00 2017	(r448902)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	nagios
-PORTVERSION=	4.3.2
+PORTVERSION=	4.3.3
 PORTEPOCH=	1
 CATEGORIES=	net-mgmt
 MASTER_SITES=	https://assets.nagios.com/downloads/nagioscore/releases/ \
@@ -90,8 +90,6 @@ OPTIONS_SUB=
 
 NANOSLEEP_CONFIGURE_ENABLE=	nanosleep
 
-.if !defined(MAKING_PATCHES)
-# make clean patch makepatch MAKING_PATCHES=
 post-patch:
 	${REINPLACE_CMD} -e 's/\<77\([0-7]\)\>/75\1/g; s/\<66\([0-7]\)\>/64\1/; /chmod/d; \
 		/\.cfg$$/s/$$/-sample/' \
@@ -100,7 +98,6 @@ post-patch:
 post-patch-UNHANDLED_HACK-on:
 	${REINPLACE_CMD} -e 's#;serviceprops=42\&#;serviceprops=10\&#g' -e \
 		's#;hostprops=42\"#;hostprops=10\"#g' ${WRKSRC}/html/side.php
-.endif
 
 post-install:
 	@${RMDIR} ${STAGEDIR}${PREFIX}/libexec/nagios

Modified: head/net-mgmt/nagios4/distinfo
==============================================================================
--- head/net-mgmt/nagios4/distinfo	Tue Aug 29 10:30:33 2017	(r448901)
+++ head/net-mgmt/nagios4/distinfo	Tue Aug 29 10:57:00 2017	(r448902)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1497348686
-SHA256 (nagios-4.3.2.tar.gz) = 687814b40b03b40361377aeace057dddb23459ffb8c00434bc1a95b21ccdf796
-SIZE (nagios-4.3.2.tar.gz) = 11096863
+TIMESTAMP = 1504003722
+SHA256 (nagios-4.3.3.tar.gz) = 1fc4c72f76c720884dd3b538dc423b44f3bdde24e014f4212e58046a1fc114b6
+SIZE (nagios-4.3.3.tar.gz) = 11101531

Modified: head/net-mgmt/nagios4/files/patch-html_main.php
==============================================================================
--- head/net-mgmt/nagios4/files/patch-html_main.php	Tue Aug 29 10:30:33 2017	(r448901)
+++ head/net-mgmt/nagios4/files/patch-html_main.php	Tue Aug 29 10:57:00 2017	(r448902)
@@ -1,9 +1,9 @@
---- html/main.php.orig	2017-05-09 17:03:31 UTC
+--- html/main.php.orig	2017-08-12 20:22:49 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">May 09, 2017</div>
+ 	<div class="releasedate">August 12, 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>
 -


More information about the svn-ports-all mailing list