From nobody@FreeBSD.org  Fri Feb 22 05:55:55 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 2B61D16A403
	for <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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" <pgollucci@p6m7g8.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: net-mgmt/p5-Nagios-Plugin: [PATCH] missing dep devel/p5-Config-Tiny
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: gerrit.beine@gmx.de

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 22 06:00:05 UTC 2008
>Closed-Date:    Sat Feb 23 03:50:59 UTC 2008
>Last-Modified:  Sat Feb 23 04:00:04 UTC 2008
>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:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Fri Feb 22 06:00:12 UTC 2008 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=120961 

From: "Philip M. Gollucci" <pgollucci@riderway.com>
To: <bug-followup@FreeBSD.org>
Cc:  
Subject: Re: ports/120961: net-mgmt/p5-Nagios-Plugin: [PATCH] missing dep
 devel/p5-Config-Tiny
Date: Fri, 22 Feb 2008 01:09:43 -0500

 WOOT! 4 years in the making -- my 100th PR submission to FreeBSD!

From: Gerrit Beine <gerrit.beine@gmx.de>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/120961: net-mgmt/p5-Nagios-Plugin: [PATCH] missing dep devel/p5-Config-Tiny
Date: Fri, 22 Feb 2008 12:20:22 +0100

 Am Freitag, 22. Februar 2008 07:00:09 schrieb Edwin Groothuis:
 > Maintainer of net-mgmt/p5-Nagios-Plugin,
 >
 > Please note that PR ports/120961 has just been submitted.
 >
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 >
 > The full text of the PR can be found at:
 >     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/120961
 
 Ok for me. Please commit.
State-Changed-From-To: feedback->open 
State-Changed-By: linimon 
State-Changed-When: Fri Feb 22 15:39:20 UTC 2008 
State-Changed-Why:  
Maintainer approved. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=120961 

From: "Philip M. Gollucci" <philip@ridecharge.com>
To: bug-followup@FreeBSD.org,  pgollucci@p6m7g8.com
Cc:  
Subject: Re: ports/120961: net-mgmt/p5-Nagios-Plugin: [PATCH] missing dep
 devel/p5-Config-Tiny
Date: Fri, 22 Feb 2008 11:45:03 -0500

 I forgot to bump the PORTVERSION
 
 Sorry.
 
 -- 
 ------------------------------------------------------------------------
 Philip M. Gollucci (philip@ridecharge.com)
 o:703.549.2050x206
 Senior System Admin - Riderway, Inc.
 http://riderway.com / http://ridecharge.com
 1024D/EC88A0BF 0DE5 C55C 6BF3 B235 2DAB  B89E 1324 9B4F EC88 A0BF
 
 Work like you don't need the money,
 love like you'll never get hurt,
 and dance like nobody's watching.
 
State-Changed-From-To: open->closed 
State-Changed-By: rafan 
State-Changed-When: Sat Feb 23 03:50:58 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=120961 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/120961: commit references a PR
Date: Sat, 23 Feb 2008 03:50:59 +0000 (UTC)

 rafan       2008-02-23 03:50:50 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net-mgmt/p5-Nagios-Plugin Makefile 
   Log:
   - Add missing dependency
   
   PR:             ports/120961
   Submitted by:   Philip M. Gollucci <pgollucci at p6m7g8.com>
   Approved by:    Gerrit Beine <gerrit.beine at gmx.de> (maintainer)
   
   Revision  Changes    Path
   1.8       +2 -0      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"
 
>Unformatted:
