update to icli 0.46

This commit is contained in:
sthen 2014-03-09 22:03:27 +00:00
parent 6be61079a9
commit c9b969c103
3 changed files with 10 additions and 11 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.7 2013/05/05 21:21:43 rpe Exp $
# $OpenBSD: Makefile,v 1.8 2014/03/09 22:03:27 sthen Exp $
COMMENT= command-line interface to Icinga
DISTNAME= icli-0.44
DISTNAME= icli-0.46
CATEGORIES= net
@ -27,8 +27,7 @@ RUN_DEPENDS= net/icinga/core
.endif
RUN_DEPENDS+= devel/p5-List-MoreUtils \
devel/p5-Term-Size \
devel/p5-Time-TimeDate
devel/p5-Term-Size
CONFIGURE_STYLE= modbuild

View File

@ -1,2 +1,2 @@
SHA256 (icli-0.44.tar.gz) = 6ME5LCOfay+RipMOFitZTZCMbP853BnJo+Ij0ycgTkA=
SIZE (icli-0.44.tar.gz) = 32760
SHA256 (icli-0.46.tar.gz) = z2PXT+mSiLi2x36eX+JY/J18ZUan+8XAyuBP4e1NUQY=
SIZE (icli-0.46.tar.gz) = 35591

View File

@ -1,8 +1,8 @@
$OpenBSD: icinga-bin_icli,v 1.3 2012/08/29 13:31:21 sthen Exp $
--- bin/icli.orig Tue Aug 28 16:47:39 2012
+++ bin/icli Wed Aug 29 14:29:17 2012
@@ -17,9 +17,9 @@ use Term::Size;
our $VERSION = '0.43';
$OpenBSD: icinga-bin_icli,v 1.4 2014/03/09 22:03:27 sthen Exp $
--- bin/icli.orig Sun Sep 29 15:18:56 2013
+++ bin/icli Sun Mar 9 22:01:07 2014
@@ -19,9 +19,9 @@ use Term::Size;
our $VERSION = '0.46';
my ( $cache, $config, $data, $extra );
-my $config_file = '/var/cache/icinga/objects.cache';