Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Aug 2007 07:13:00 GMT
From:      Gerrit Beine <gerrit.beine@gmx.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/115192: Fixed wrong dependency: net-mgmt/p5-Nagios-Plugin
Message-ID:  <200708040713.l747D0sp091694@www.freebsd.org>
Resent-Message-ID: <200708040720.l747K2IK012130@freefall.freebsd.org>

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

>Number:         115192
>Category:       ports
>Synopsis:       Fixed wrong dependency: net-mgmt/p5-Nagios-Plugin
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 04 07:20:02 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Gerrit Beine
>Release:        FreeBSD 6.1-RELEASE
>Organization:
>Environment:
FreeBSD fbsd61.localdomain 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May  7 04:32:43 UTC 2006     root@opus.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
The Nagios::Plugin Perl module requires Math::Calc::Unit.

>How-To-Repeat:

>Fix:
diff -Nur /usr/ports/net-mgmt/p5-Nagios-Plugin/Makefile net-mgmt/p5-Nagios-Plugin/Makefile
--- /usr/ports/net-mgmt/p5-Nagios-Plugin/Makefile	Sun Apr  1 12:05:58 2007
+++ net-mgmt/p5-Nagios-Plugin/Makefile	Fri Aug  3 20:46:48 2007
@@ -18,7 +18,8 @@
 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
+			${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \
+			${SITE_PERL}/Math/Calc/Units.pm:${PORTSDIR}/math/p5-Math-Calc-Units
 RUN_DEPENDS=		${BUILD_DEPENDS}

 MAN3=			Nagios::Plugin.3 \


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



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