Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Feb 2014 07:17:00 +0000 (UTC)
From:      Lars Engels <lme@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343865 - head/net-mgmt/icinga
Message-ID:  <201402120717.s1C7H0Ib054038@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lme
Date: Wed Feb 12 07:17:00 2014
New Revision: 343865
URL: http://svnweb.freebsd.org/changeset/ports/343865
QAT: https://qat.redports.org/buildarchive/r343865/

Log:
  - Update to 1.10.3
  - Switch to Github
  - Strip IDO binaries and library
  
  Changelog: 	https://www.icinga.org/2014/02/11/bugfix-releases-1-10-3-1-9-5-1-8-6/

Modified:
  head/net-mgmt/icinga/Makefile
  head/net-mgmt/icinga/distinfo
  head/net-mgmt/icinga/pkg-plist

Modified: head/net-mgmt/icinga/Makefile
==============================================================================
--- head/net-mgmt/icinga/Makefile	Wed Feb 12 07:16:24 2014	(r343864)
+++ head/net-mgmt/icinga/Makefile	Wed Feb 12 07:17:00 2014	(r343865)
@@ -2,10 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	icinga
-PORTVERSION=	1.10.2
-PORTREVISION=	1
+PORTVERSION=	1.10.3
 CATEGORIES=	net-mgmt
-MASTER_SITES=	SF
+MASTER_SITES=	https://github.com/Icinga/${PORTNAME}-core/releases/download/v${PORTVERSION}/
 
 MAINTAINER=	lme@FreeBSD.org
 COMMENT=	Enterprise grade open source monitoring system based on Nagios
@@ -106,6 +105,13 @@ post-patch:
 	@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} \
 		-E 's#cd (.+) && (make|\$$\(MAKE\))#$$(MAKE) -C \1#'
 
+pre-install:
+.if ${PORT_OPTIONS:MIDOUTILS}
+	@${STRIP_CMD} ${WRKSRC}/module/idoutils/src/ido2db \
+		${WRKSRC}/module/idoutils/src/log2ido \
+		${WRKSRC}/module/idoutils/src/idomod.so
+.endif
+
 post-install:
 	${MKDIR} ${STAGEDIR}${PREFIX}/${ICINGAWWWDIR}/ssi
 	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/idoutils/

Modified: head/net-mgmt/icinga/distinfo
==============================================================================
--- head/net-mgmt/icinga/distinfo	Wed Feb 12 07:16:24 2014	(r343864)
+++ head/net-mgmt/icinga/distinfo	Wed Feb 12 07:17:00 2014	(r343865)
@@ -1,2 +1,2 @@
-SHA256 (icinga-1.10.2.tar.gz) = fa50e249b75022f49104f98c0d35ff66e33bd937db6255ae79c0728344efce0f
-SIZE (icinga-1.10.2.tar.gz) = 15295911
+SHA256 (icinga-1.10.3.tar.gz) = 0befd5484b73964fc10d8ea09fe0b80f51539714e7063f4f8c1e3b994bd65431
+SIZE (icinga-1.10.3.tar.gz) = 15390851

Modified: head/net-mgmt/icinga/pkg-plist
==============================================================================
--- head/net-mgmt/icinga/pkg-plist	Wed Feb 12 07:16:24 2014	(r343864)
+++ head/net-mgmt/icinga/pkg-plist	Wed Feb 12 07:17:00 2014	(r343865)
@@ -657,6 +657,7 @@ libexec/icinga/eventhandlers/submit_chec
 %%ICINGAWWWDIR%%/docs/index.html
 %%ICINGAWWWDIR%%/docs/js/icinga-docs.js
 %%ICINGAWWWDIR%%/docs/js/jquery-min.js
+%%ICINGAWWWDIR%%/js/jquery-1.8.0.js
 %%ICINGAWWWDIR%%/docs/robots.txt
 %%ICINGAWWWDIR%%/docs/stylesheets/icinga-docs.css
 %%ICINGAWWWDIR%%/images/Icinga_Header_Webinterface.jpg
@@ -711,7 +712,10 @@ libexec/icinga/eventhandlers/submit_chec
 %%ICINGAWWWDIR%%/images/logos/icinga.gd2
 %%ICINGAWWWDIR%%/images/logos/icinga.gif
 %%ICINGAWWWDIR%%/images/logos/icingavrml.png
+%%ICINGAWWWDIR%%/images/logos/printer.png
+%%ICINGAWWWDIR%%/images/logos/router.png
 %%ICINGAWWWDIR%%/images/logos/s.gif
+%%ICINGAWWWDIR%%/images/logos/switch.png
 %%ICINGAWWWDIR%%/images/logos/unknown.gd2
 %%ICINGAWWWDIR%%/images/logos/unknown.gif
 %%ICINGAWWWDIR%%/images/logrotate.png
@@ -758,6 +762,7 @@ libexec/icinga/eventhandlers/submit_chec
 %%ICINGAWWWDIR%%/images/zoom2.gif
 %%ICINGAWWWDIR%%/index.html
 %%ICINGAWWWDIR%%/jquery-ui-addon/jquery.ui.timepicker-addon.css
+%%ICINGAWWWDIR%%/jquery-ui-addon/jquery.ui.timepicker-addon.js
 %%ICINGAWWWDIR%%/jquery-ui-addon/jquery.ui.timepicker-addon.min.js
 %%ICINGAWWWDIR%%/jquery-ui/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png
 %%ICINGAWWWDIR%%/jquery-ui/themes/base/images/ui-bg_flat_75_ffffff_40x100.png



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402120717.s1C7H0Ib054038>