aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2006-11-05 08:23:47 +0000
committerMartin Wilke <miwi@FreeBSD.org>2006-11-05 08:23:47 +0000
commit4b4f90c4ea01a4bbc978deaede29e94f46173b40 (patch)
tree7d016731f3ad4d5e682e40fe97ece4da3321cd79 /net-mgmt
parentef782bf7607f06443e16f5557ea961ac9ae45bf2 (diff)
downloadports-4b4f90c4ea01a4bbc978deaede29e94f46173b40.tar.gz
ports-4b4f90c4ea01a4bbc978deaede29e94f46173b40.zip
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/p5-Nagios-Plugin/Makefile6
-rw-r--r--net-mgmt/p5-Nagios-Plugin/distinfo6
-rw-r--r--net-mgmt/p5-Nagios-Plugin/pkg-plist4
3 files changed, 10 insertions, 6 deletions
diff --git a/net-mgmt/p5-Nagios-Plugin/Makefile b/net-mgmt/p5-Nagios-Plugin/Makefile
index edb379a76964..5edc9301fdc0 100644
--- a/net-mgmt/p5-Nagios-Plugin/Makefile
+++ b/net-mgmt/p5-Nagios-Plugin/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Nagios-Plugin
-PORTVERSION= 0.12
+PORTVERSION= 0.14
CATEGORIES= net-mgmt perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/T/TO/TONVOON
@@ -18,7 +18,9 @@ COMMENT= Object oriented helper routines for Nagios plugin
PERL_CONFIGURE= yes
MAN3= Nagios::Plugin.3 \
- Nagios::Plugin::Base.3 \
+ Nagios::Plugin::ExitResult.3 \
+ Nagios::Plugin::Functions.3 \
+ Nagios::Plugin::Getopt.3 \
Nagios::Plugin::Performance.3 \
Nagios::Plugin::Range.3 \
Nagios::Plugin::Threshold.3 \
diff --git a/net-mgmt/p5-Nagios-Plugin/distinfo b/net-mgmt/p5-Nagios-Plugin/distinfo
index d2205aa58c99..38ec7e9028cd 100644
--- a/net-mgmt/p5-Nagios-Plugin/distinfo
+++ b/net-mgmt/p5-Nagios-Plugin/distinfo
@@ -1,3 +1,3 @@
-MD5 (Nagios-Plugin-0.12.tar.gz) = 332c25b428ccd50963ac49a24eae9fcf
-SHA256 (Nagios-Plugin-0.12.tar.gz) = bea17584abf8f051efa44a83fef1fe65031fd9c5706a1582abfdae9258a7d91f
-SIZE (Nagios-Plugin-0.12.tar.gz) = 7778
+MD5 (Nagios-Plugin-0.14.tar.gz) = d651b734107c25bb7c2cc055c90f425a
+SHA256 (Nagios-Plugin-0.14.tar.gz) = 2b05ae14f69341ae59e9d0ec4cdc7b9e6986b42b7fb09c54b6150a3d0b3845a2
+SIZE (Nagios-Plugin-0.14.tar.gz) = 26210
diff --git a/net-mgmt/p5-Nagios-Plugin/pkg-plist b/net-mgmt/p5-Nagios-Plugin/pkg-plist
index dff2f097f187..93692b657a00 100644
--- a/net-mgmt/p5-Nagios-Plugin/pkg-plist
+++ b/net-mgmt/p5-Nagios-Plugin/pkg-plist
@@ -1,5 +1,7 @@
%%SITE_PERL%%/Nagios/Plugin.pm
-%%SITE_PERL%%/Nagios/Plugin/Base.pm
+%%SITE_PERL%%/Nagios/Plugin/ExitResult.pm
+%%SITE_PERL%%/Nagios/Plugin/Functions.pm
+%%SITE_PERL%%/Nagios/Plugin/Getopt.pm
%%SITE_PERL%%/Nagios/Plugin/Performance.pm
%%SITE_PERL%%/Nagios/Plugin/Range.pm
%%SITE_PERL%%/Nagios/Plugin/Threshold.pm