pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/p5-Monitoring-Plugin



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Aug 21 12:08:00 UTC 2018

Modified Files:
        pkgsrc/sysutils/p5-Monitoring-Plugin: Makefile distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/p5-Monitoring-Plugin/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/p5-Monitoring-Plugin/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/p5-Monitoring-Plugin/Makefile
diff -u pkgsrc/sysutils/p5-Monitoring-Plugin/Makefile:1.2 pkgsrc/sysutils/p5-Monitoring-Plugin/Makefile:1.3
--- pkgsrc/sysutils/p5-Monitoring-Plugin/Makefile:1.2   Wed Aug 23 17:54:52 2017
+++ pkgsrc/sysutils/p5-Monitoring-Plugin/Makefile       Tue Aug 21 12:08:00 2018
@@ -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@localhost
 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:../..
 
 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"

Index: pkgsrc/sysutils/p5-Monitoring-Plugin/distinfo
diff -u pkgsrc/sysutils/p5-Monitoring-Plugin/distinfo:1.1 pkgsrc/sysutils/p5-Monitoring-Plugin/distinfo:1.2
--- pkgsrc/sysutils/p5-Monitoring-Plugin/distinfo:1.1   Mon Jul  3 16:29:43 2017
+++ pkgsrc/sysutils/p5-Monitoring-Plugin/distinfo       Tue Aug 21 12:08:00 2018
@@ -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



Home | Main Index | Thread Index | Old Index