Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Dec 2006 15:34:22 -0500
From:      Steven Kreuzer <skreuzer@f2o.org>
To:        FreeBSD Ports <ports@freebsd.org>
Cc:        gerrit.beine@gmx.de
Subject:   p5-Nagios-Plugin Update
Message-ID:  <F3D00EE4-62D6-4F98-914E-6F1D7FFA6A79@f2o.org>

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

--Apple-Mail-3--725298300
Content-Transfer-Encoding: 7bit
Content-Type: text/plain;
	charset=US-ASCII;
	delsp=yes;
	format=flowed

Greetings-

Nagios::Plugin 0.15 was recently released and I made some changes to  
net-mgmt/p5-Nagios-Plugin to bump the version 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

Thanks,

Steven


--Apple-Mail-3--725298300
Content-Transfer-Encoding: 7bit
Content-Type: application/octet-stream; x-unix-mode=0644;
	name=p5-Nagios-Plugin.diff
Content-Disposition: attachment;
	filename=p5-Nagios-Plugin.diff

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

--Apple-Mail-3--725298300--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?F3D00EE4-62D6-4F98-914E-6F1D7FFA6A79>