Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Dec 2006 21:59:53 GMT
From:      Steven Kreuzer<skreuzer@f2o.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/106941: Port Update: p5-Nagios-Plugin
Message-ID:  <200612192159.kBJLxr2H032989@www.freebsd.org>
Resent-Message-ID: <200612192200.kBJM0ate007752@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         106941
>Category:       ports
>Synopsis:       Port Update: p5-Nagios-Plugin
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 19 22:00:31 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Steven Kreuzer
>Release:        6.1-STABLE
>Organization:
>Environment:
FreeBSD malpractice.exit2shell.com 6.1-STABLE FreeBSD 6.1-STABLE #0: Tue Jun 20 12:42:20 EDT 2006 root@malpractice.exit2shell.com:/usr/obj/usr/src/sys/MALPRACTICE i386
>Description:
Nagios::Plugin 0.15 was recently released and the attached patch bumps the version of net-mgmt/p5-Nagios-Plugin from 0.14 to 0.15

Changes in a nutshell:

* Now depends on Class::Accessor and Params::Validate
* Changed MASTER_SITE_SUBDIR from Ton Voon to Gavin Carr
* Changed COMMENT to blurb from the CPAN page
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -u p5-Nagios-Plugin-0.14/Makefile p5-Nagios-Plugin-0.15/Makefile
--- p5-Nagios-Plugin-0.14/Makefile	Tue Dec 19 19:57:02 2006
+++ p5-Nagios-Plugin-0.15/Makefile	Tue Dec 19 19:53:41 2006
@@ -6,16 +6,20 @@
 #
 
 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 \
diff -u p5-Nagios-Plugin-0.14/distinfo p5-Nagios-Plugin-0.15/distinfo
--- p5-Nagios-Plugin-0.14/distinfo	Tue Dec 19 19:57:02 2006
+++ p5-Nagios-Plugin-0.15/distinfo	Tue Dec 19 19:53:41 2006
@@ -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
Common subdirectories: p5-Nagios-Plugin-0.14/work and p5-Nagios-Plugin-0.15/work

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612192159.kBJLxr2H032989>