From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 22 06:00:05 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D86FB16A402 for ; Fri, 22 Feb 2008 06:00:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B99BC13C46E for ; Fri, 22 Feb 2008 06:00:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m1M605bN033611 for ; Fri, 22 Feb 2008 06:00:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m1M605xD033610; Fri, 22 Feb 2008 06:00:05 GMT (envelope-from gnats) Resent-Date: Fri, 22 Feb 2008 06:00:05 GMT Resent-Message-Id: <200802220600.m1M605xD033610@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Philip M. Gollucci" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2B61D16A403 for ; Fri, 22 Feb 2008 05:55:55 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 1E31113C45E for ; Fri, 22 Feb 2008 05:55:55 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m1M5rJAW070619 for ; Fri, 22 Feb 2008 05:53:19 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m1M5rJGU070618; Fri, 22 Feb 2008 05:53:19 GMT (envelope-from nobody) Message-Id: <200802220553.m1M5rJGU070618@www.freebsd.org> Date: Fri, 22 Feb 2008 05:53:19 GMT From: "Philip M. Gollucci" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/120961: net-mgmt/p5-Nagios-Plugin: [PATCH] missing dep devel/p5-Config-Tiny X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Feb 2008 06:00:05 -0000 >Number: 120961 >Category: ports >Synopsis: net-mgmt/p5-Nagios-Plugin: [PATCH] missing dep devel/p5-Config-Tiny >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 22 06:00:05 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD-7.0-BETA3 >Organization: Riderway Inc. >Environment: FreeBSD elektra.rws 7.0-BETA3 FreeBSD 7.0-BETA3 #0: Mon Nov 19 19:37:39 UTC 2007 pgollucci@elektra.rws:/usr/obj/usr/src/sys/ELEKTRA amd64 >Description: You can see this if you try to use net-mgmt/p5-Nagios-Plugins-Memcached (I'm the maintainer for that) $ grep Tiny /usr/local/lib/perl5/site_perl/5.8.8/Nagios/Plugin/Config.pm use base qw(Config::Tiny); >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net-mgmt/p5-Nagios-Plugin/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- Makefile 3 Jan 2008 21:03:48 -0000 1.7 +++ Makefile 22 Feb 2008 04:56:18 -0000 @@ -22,7 +22,8 @@ ${SITE_PERL}/Math/Calc/Units.pm:${PORTSDIR}/math/p5-Math-Calc-Units RUN_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}/Math/Calc/Units.pm:${PORTSDIR}/math/p5-Math-Calc-Units + ${SITE_PERL}/Math/Calc/Units.pm:${PORTSDIR}/math/p5-Math-Calc-Units \ + ${SITE_PERL}/Config/Tiny.pm:${PORTSDIR}/devel/p5-Config-Tiny MAN3= Nagios::Plugin.3 \ Nagios::Plugin::Config.3 \ >Release-Note: >Audit-Trail: >Unformatted: