diff options
author | erwin <erwin@FreeBSD.org> | 2007-04-01 18:05:58 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2007-04-01 18:05:58 +0800 |
commit | e5422b660feb8b73f763f7e3766ae75bc3756a46 (patch) | |
tree | ec584d09c7f83015703160634e3d82de48903ece /net-mgmt | |
parent | 9bc69e1ae4cc1d27dc2a1dfb659605b5a4326e6b (diff) | |
download | freebsd-ports-gnome-e5422b660feb8b73f763f7e3766ae75bc3756a46.tar.gz freebsd-ports-gnome-e5422b660feb8b73f763f7e3766ae75bc3756a46.tar.zst freebsd-ports-gnome-e5422b660feb8b73f763f7e3766ae75bc3756a46.zip |
Update to 0.17
PR: 111067
Submitted by: Gerrit Beine <gerrit.beine@gmx.de> (maintainer)
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/p5-Nagios-Plugin/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/p5-Nagios-Plugin/distinfo | 6 | ||||
-rw-r--r-- | net-mgmt/p5-Nagios-Plugin/pkg-plist | 1 |
3 files changed, 6 insertions, 4 deletions
diff --git a/net-mgmt/p5-Nagios-Plugin/Makefile b/net-mgmt/p5-Nagios-Plugin/Makefile index 73833afc6710..9fd8f33dd914 100644 --- a/net-mgmt/p5-Nagios-Plugin/Makefile +++ b/net-mgmt/p5-Nagios-Plugin/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Nagios-Plugin -PORTVERSION= 0.15 +PORTVERSION= 0.17 CATEGORIES= net-mgmt perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../../authors/id/G/GA/GAVINC @@ -22,6 +22,7 @@ BUILD_DEPENDS= ${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Access RUN_DEPENDS= ${BUILD_DEPENDS} MAN3= Nagios::Plugin.3 \ + Nagios::Plugin::Config.3 \ Nagios::Plugin::ExitResult.3 \ Nagios::Plugin::Functions.3 \ Nagios::Plugin::Getopt.3 \ diff --git a/net-mgmt/p5-Nagios-Plugin/distinfo b/net-mgmt/p5-Nagios-Plugin/distinfo index 9333a071fbeb..ddb28ce661ae 100644 --- a/net-mgmt/p5-Nagios-Plugin/distinfo +++ b/net-mgmt/p5-Nagios-Plugin/distinfo @@ -1,3 +1,3 @@ -MD5 (Nagios-Plugin-0.15.tar.gz) = 66d59dd8cccf557bc2f0975c188bfe31 -SHA256 (Nagios-Plugin-0.15.tar.gz) = 0e2efb3406d895131e96f5353f82157489b7699458c5e23abad9c25596c5d509 -SIZE (Nagios-Plugin-0.15.tar.gz) = 30064 +MD5 (Nagios-Plugin-0.17.tar.gz) = 05542d5363e1124c85d77aa4b190f5c2 +SHA256 (Nagios-Plugin-0.17.tar.gz) = aac89d1093a4fc50ccf13e581e79c9a82afa1134a4cb3a7284832529ffe47d3a +SIZE (Nagios-Plugin-0.17.tar.gz) = 40242 diff --git a/net-mgmt/p5-Nagios-Plugin/pkg-plist b/net-mgmt/p5-Nagios-Plugin/pkg-plist index 93692b657a00..a6a736966d8c 100644 --- a/net-mgmt/p5-Nagios-Plugin/pkg-plist +++ b/net-mgmt/p5-Nagios-Plugin/pkg-plist @@ -1,4 +1,5 @@ %%SITE_PERL%%/Nagios/Plugin.pm +%%SITE_PERL%%/Nagios/Plugin/Config.pm %%SITE_PERL%%/Nagios/Plugin/ExitResult.pm %%SITE_PERL%%/Nagios/Plugin/Functions.pm %%SITE_PERL%%/Nagios/Plugin/Getopt.pm |