diff options
author | miwi <miwi@FreeBSD.org> | 2006-12-22 06:38:38 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-12-22 06:38:38 +0800 |
commit | bf5335b091aa3ee815b7fd56ae6a05f6c9afc47a (patch) | |
tree | a7744532c763295c621ed84c6bff241c2365a276 /net-mgmt/p5-Nagios-Plugin | |
parent | 487abec08b551754745ebe5d5091068e0dfd7bc9 (diff) | |
download | freebsd-ports-gnome-bf5335b091aa3ee815b7fd56ae6a05f6c9afc47a.tar.gz freebsd-ports-gnome-bf5335b091aa3ee815b7fd56ae6a05f6c9afc47a.tar.zst freebsd-ports-gnome-bf5335b091aa3ee815b7fd56ae6a05f6c9afc47a.zip |
- Update to 0.15
PR: ports/106941
Submitted by: Steven Kreuzer<skreuzer@f2o.org>
Approved by: maintainer
Diffstat (limited to 'net-mgmt/p5-Nagios-Plugin')
-rw-r--r-- | net-mgmt/p5-Nagios-Plugin/Makefile | 10 | ||||
-rw-r--r-- | net-mgmt/p5-Nagios-Plugin/distinfo | 6 |
2 files changed, 10 insertions, 6 deletions
diff --git a/net-mgmt/p5-Nagios-Plugin/Makefile b/net-mgmt/p5-Nagios-Plugin/Makefile index 5edc9301fdc0..73833afc6710 100644 --- a/net-mgmt/p5-Nagios-Plugin/Makefile +++ b/net-mgmt/p5-Nagios-Plugin/Makefile @@ -6,17 +6,21 @@ # PORTNAME= Nagios-Plugin -PORTVERSION= 0.14 +PORTVERSION= 0.15 CATEGORIES= net-mgmt perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= ../../authors/id/T/TO/TONVOON +MASTER_SITE_SUBDIR= ../../authors/id/G/GA/GAVINC PKGNAMEPREFIX= p5- MAINTAINER= gerrit.beine@gmx.de -COMMENT= Object oriented helper routines for Nagios plugin +COMMENT= Modules to streamline writing Nagios plugins PERL_CONFIGURE= yes +BUILD_DEPENDS= ${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor \ + ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate +RUN_DEPENDS= ${BUILD_DEPENDS} + MAN3= Nagios::Plugin.3 \ Nagios::Plugin::ExitResult.3 \ Nagios::Plugin::Functions.3 \ diff --git a/net-mgmt/p5-Nagios-Plugin/distinfo b/net-mgmt/p5-Nagios-Plugin/distinfo index 38ec7e9028cd..9333a071fbeb 100644 --- a/net-mgmt/p5-Nagios-Plugin/distinfo +++ b/net-mgmt/p5-Nagios-Plugin/distinfo @@ -1,3 +1,3 @@ -MD5 (Nagios-Plugin-0.14.tar.gz) = d651b734107c25bb7c2cc055c90f425a -SHA256 (Nagios-Plugin-0.14.tar.gz) = 2b05ae14f69341ae59e9d0ec4cdc7b9e6986b42b7fb09c54b6150a3d0b3845a2 -SIZE (Nagios-Plugin-0.14.tar.gz) = 26210 +MD5 (Nagios-Plugin-0.15.tar.gz) = 66d59dd8cccf557bc2f0975c188bfe31 +SHA256 (Nagios-Plugin-0.15.tar.gz) = 0e2efb3406d895131e96f5353f82157489b7699458c5e23abad9c25596c5d509 +SIZE (Nagios-Plugin-0.15.tar.gz) = 30064 |