| Summary: | Fixed wrong dependency: net-mgmt/p5-Nagios-Plugin | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Gerrit Beine <gerrit.beine> |
| Component: | Individual Port(s) | Assignee: | Martin Wilke <miwi> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it. 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"
State Changed From-To: open->closed Committed. Thanks! |
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