-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
p5-Monitoring-Plugin: update to 0.40.
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
Showing
2 changed files
with
9 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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= [email protected] | ||
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 | ||
|
@@ -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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |