Bug 115192 - Fixed wrong dependency: net-mgmt/p5-Nagios-Plugin
Summary: Fixed wrong dependency: net-mgmt/p5-Nagios-Plugin
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-04 08:20 UTC by Gerrit Beine
Modified: 2007-08-05 09:10 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gerrit Beine 2007-08-04 08:20:02 UTC
The Nagios::Plugin Perl module requires Math::Calc::Unit.

Fix: 

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 \--Iq8V7k2bwbcobc9xhqmEhMAOBN8OIyRJzzhf3GBLEbbZ3VFn
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

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
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2007-08-04 08:38:06 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-08-05 09:08:59 UTC
miwi        2007-08-05 08:08:54 UTC

  FreeBSD ports repository

  Modified files:
    net-mgmt/p5-Nagios-Plugin Makefile 
  Log:
  - Add missing dependens
  - Remove 4.X cruft
  
  PR:             115192
  Submitted by:   Gerrit Beine <gerrit.beine@gmx.de> (maintainer)
  
  Revision  Changes    Path
  1.5       +25 -27    ports/net-mgmt/p5-Nagios-Plugin/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2007-08-05 09:09:03 UTC
State Changed
From-To: open->closed

Committed. Thanks!