diff options
author | lme <lme@FreeBSD.org> | 2014-02-12 15:17:00 +0800 |
---|---|---|
committer | lme <lme@FreeBSD.org> | 2014-02-12 15:17:00 +0800 |
commit | 9967dae590ef9f8a1f8563cd6a7817f6db665676 (patch) | |
tree | c6238dcf2b3097e2808ef7194010f02bb92de77d | |
parent | 8b057de9ed02b7b8a3c69b3fa66cb6a5a8f1dfe3 (diff) | |
download | freebsd-ports-gnome-9967dae590ef9f8a1f8563cd6a7817f6db665676.tar.gz freebsd-ports-gnome-9967dae590ef9f8a1f8563cd6a7817f6db665676.tar.zst freebsd-ports-gnome-9967dae590ef9f8a1f8563cd6a7817f6db665676.zip |
- 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/
-rw-r--r-- | net-mgmt/icinga/Makefile | 12 | ||||
-rw-r--r-- | net-mgmt/icinga/distinfo | 4 | ||||
-rw-r--r-- | net-mgmt/icinga/pkg-plist | 5 |
3 files changed, 16 insertions, 5 deletions
diff --git a/net-mgmt/icinga/Makefile b/net-mgmt/icinga/Makefile index 828c70ddc87b..e0240cb141d7 100644 --- a/net-mgmt/icinga/Makefile +++ b/net-mgmt/icinga/Makefile @@ -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/ diff --git a/net-mgmt/icinga/distinfo b/net-mgmt/icinga/distinfo index a2a4c08a2781..0d5135d43201 100644 --- a/net-mgmt/icinga/distinfo +++ b/net-mgmt/icinga/distinfo @@ -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 diff --git a/net-mgmt/icinga/pkg-plist b/net-mgmt/icinga/pkg-plist index bdd20e0aeec2..23e3e350073c 100644 --- a/net-mgmt/icinga/pkg-plist +++ b/net-mgmt/icinga/pkg-plist @@ -657,6 +657,7 @@ libexec/icinga/eventhandlers/submit_check_result %%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_check_result %%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_check_result %%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 |