Skip to content

Commit

Permalink
net-mgmt/mk-livestatus: update 1.2.8p17
Browse files Browse the repository at this point in the history
PR:		231523
Submitted by:	Nathan <ndowens@yahoo.com>
  • Loading branch information
swills committed Sep 20, 2018
1 parent 268e54c commit a84ae82
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
13 changes: 6 additions & 7 deletions net-mgmt/mk-livestatus/Makefile
Expand Up @@ -2,8 +2,7 @@
# $FreeBSD$

PORTNAME= mk-livestatus
PORTVERSION= 1.2.8p16
PORTREVISION= 3
PORTVERSION= 1.2.8p17
CATEGORIES= net-mgmt
MASTER_SITES= http://mathias-kettner.de/download/
DIST_SUBDIR= check_mk
Expand Down Expand Up @@ -35,10 +34,10 @@ OPTIONS_SINGLE= NAGIOS
OPTIONS_SINGLE_NAGIOS= NAGIOS3 NAGIOS4
OPTIONS_DEFAULT= NAGIOS3

NAGIOS3_DESC= build for nagios-3.x
NAGIOS4_DESC= build for nagios-4.x
NAGIOS3_DESC= build for nagios-3.x
NAGIOS4_DESC= build for nagios-4.x

NAGIOS4_CONFIGURE_ON= --with-nagios4
NAGIOS4_CONFIGURE_WITH=nagios4

# perl api is really outdated, do not install!
# Actual version can be found on CPAN
Expand All @@ -47,11 +46,11 @@ post-extract:
@${RM} -r ${WRKSRC}/api/perl

post-patch:
@${SED} -i '' -e 's|/usr/bin/python|${LOCALBASE}/bin/python2.7|g' \
@${REINPLACE_CMD} -e 's|/usr/bin/python|${LOCALBASE}/bin/python2.7|g' \
-e 's|/var/lib/nagios/rw/live|${COMMAND_FILE}|g' \
-e 's|/var/run/nagios/rw/live|${COMMAND_FILE}|g' \
${EXAMPLE_FILES:S|^|${WRKSRC}/|}
@${SED} -i '' -e 's|/usr/local/nagios/var/rw/live|${COMMAND_FILE}|' \
@${REINPLACE_CMD} -e 's|/usr/local/nagios/var/rw/live|${COMMAND_FILE}|' \
${WRKSRC}/src/livestatus.h

post-install-EXAMPLES-on:
Expand Down
6 changes: 3 additions & 3 deletions net-mgmt/mk-livestatus/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1488505523
SHA256 (check_mk/mk-livestatus-1.2.8p16.tar.gz) = db6ca46f9616d218103c441de8b72a7ae0a74836e65a85511bf60167625f8e95
SIZE (check_mk/mk-livestatus-1.2.8p16.tar.gz) = 453565
TIMESTAMP = 1537464522
SHA256 (check_mk/mk-livestatus-1.2.8p17.tar.gz) = bf4893c30f0a6f05076db1bf1b0fb0f7dd6ca1754a0131c5deaab15415763765
SIZE (check_mk/mk-livestatus-1.2.8p17.tar.gz) = 453572

0 comments on commit a84ae82

Please sign in to comment.