Skip to content

Commit

Permalink
p5-Monitoring-Plugin: update to 0.40.
Browse files Browse the repository at this point in the history
0.40 25th July 2018
  - improve --extra-opts error handling (#18)
  - fix handling named arguments (#17)
  - Allow negation of command line arguments using '--no'-prefix (#13)
  - Fix plugin-name processing in ALRM handler. (#12)
  - Fixed regex in plugin_exit() that handles hyphen for LONGOUTPUT (#11)
  - Support LONGTEXT output in plugin_exit (#10)
  - convert empty perfdata values to 'U' (daku3649 #5)
  - fix output when there is only long plugin output (pdugas)
  • Loading branch information
wiz committed Aug 21, 2018
1 parent fe66354 commit 7dbf030
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
9 changes: 4 additions & 5 deletions sysutils/p5-Monitoring-Plugin/Makefile
@@ -1,13 +1,13 @@
# $NetBSD: Makefile,v 1.2 2017/08/23 17:54:52 jlam Exp $
# $NetBSD: Makefile,v 1.3 2018/08/21 12:08:00 wiz Exp $

DISTNAME= Monitoring-Plugin-0.39
DISTNAME= Monitoring-Plugin-0.40
PKGNAME= p5-${DISTNAME}
CATEGORIES= sysutils perl5
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/N/NI/NIERLEIN/

MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/pod/Monitoring::Plugin
COMMENT= family of perl modules for monitoring plugins
COMMENT= Family of perl modules for monitoring plugins
LICENSE= ${PERL5_LICENSE}

DEPENDS+= p5-Class-Accessor>=0.34:../../devel/p5-Class-Accessor
Expand All @@ -17,8 +17,7 @@ DEPENDS+= p5-Math-Calc-Units>=1.07:../../math/p5-Math-Calc-Units

PERL5_PACKLIST= auto/Monitoring/Plugin/.packlist

# XXX Kick can down the road and hope the developer fixes this issue.
MAKE_ENV+= PERL_USE_UNSAFE_INC=1
PERL5_MODULE_TYPE= Module::Install

.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
10 changes: 5 additions & 5 deletions sysutils/p5-Monitoring-Plugin/distinfo
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.1 2017/07/03 16:29:43 bsiegert Exp $
$NetBSD: distinfo,v 1.2 2018/08/21 12:08:00 wiz Exp $

SHA1 (Monitoring-Plugin-0.39.tar.gz) = 15dc02949a3a4597f7fc8a504d05f87c08a5514c
RMD160 (Monitoring-Plugin-0.39.tar.gz) = 9af408d9d33de103ca6d9a3421849a167513820f
SHA512 (Monitoring-Plugin-0.39.tar.gz) = 7bdba894cffc0839586e52f3667157cf578e94734ddc0ccd05899f631271e5b69e9cbfe4b2fb59f68b45e1d13afc82b095b65e249527f2c448a38b93e510a05c
Size (Monitoring-Plugin-0.39.tar.gz) = 62733 bytes
SHA1 (Monitoring-Plugin-0.40.tar.gz) = 5cb20a287a98ed3f2a88579e44b064e4dbef7353
RMD160 (Monitoring-Plugin-0.40.tar.gz) = b952195c7d40162c4e50dbfd6645d8fd747c6700
SHA512 (Monitoring-Plugin-0.40.tar.gz) = 3f079f68c7bdc118381fc7fe394fb70123ce2a9105b311b72451bc91519b8d7e57fa41e6804a4ec87353654a1450b7eb919572610e9c5dc4fd4b8fceb9701cf1
Size (Monitoring-Plugin-0.40.tar.gz) = 63046 bytes

0 comments on commit 7dbf030

Please sign in to comment.