From khera@kcilink.com  Fri Sep 18 20:04:35 2009
Return-Path: <khera@kcilink.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 6CAC0106566B
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 18 Sep 2009 20:04:35 +0000 (UTC)
	(envelope-from khera@kcilink.com)
Received: from yertle.kcilink.com (myrtle.kcilink.com [66.250.193.116])
	by mx1.freebsd.org (Postfix) with ESMTP id 4D4218FC38
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 18 Sep 2009 20:04:35 +0000 (UTC)
Received: by yertle.kcilink.com (Postfix, from userid 1002)
	id 46FA38A03A; Fri, 18 Sep 2009 16:04:34 -0400 (EDT)
Message-Id: <20090918200434.46FA38A03A@yertle.kcilink.com>
Date: Fri, 18 Sep 2009 16:04:34 -0400 (EDT)
From: Vick Khera <vivek@khera.org>
Reply-To: Vick Khera <vivek@khera.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: add missing dependency to p5-Object-Event
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         138946
>Category:       ports
>Synopsis:       add missing dependency to devel/p5-Object-Event
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    wen
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 18 20:10:03 UTC 2009
>Closed-Date:    Sun Oct 11 01:36:16 UTC 2009
>Last-Modified:  Sun Oct 11 01:40:04 UTC 2009
>Originator:     Vick Khera
>Release:        FreeBSD 7.2-RELEASE-p1 amd64
>Organization:
>Environment:
System: FreeBSD yertle.int.kcilink.com 7.2-RELEASE-p1 FreeBSD 7.2-RELEASE-p1 #2: Fri Jun 12 01:10:20 EDT 2009 steve@yertle.int.kcilink.com:/u/yertle1/obj/u/yertle1/sources/usr7/src/sys/KCI64SMP amd64


	
>Description:
	

The current version of devel/p5-Object-Event requires the common::sense module,
which is not specifed as a depenency in the port.  The Object::Event module
lists common::sense as a dependency in the Makefile.PL.

>How-To-Repeat:
	
>Fix:

	


diff -Pru p5-Object-Event.old/Makefile p5-Object-Event/Makefile
--- p5-Object-Event.old/Makefile	2009-09-09 05:49:57.000000000 -0400
+++ p5-Object-Event/Makefile	2009-09-18 15:56:57.000000000 -0400
@@ -14,7 +14,8 @@
 MAINTAINER=	mons@cpan.org
 COMMENT=	A class that provides an event callback interface
 
-RUN_DEPENDS=	p5-AnyEvent>=0:${PORTSDIR}/devel/p5-AnyEvent
+RUN_DEPENDS=	p5-AnyEvent>=0:${PORTSDIR}/devel/p5-AnyEvent \
+		p5-common-sense>0:${PORTSDIR}/devel/p5-common-sense
 
 PERL_CONFIGURE=	yes
 
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->wen 
Responsible-Changed-By: wen 
Responsible-Changed-When: Sun Sep 20 00:15:35 UTC 2009 
Responsible-Changed-Why:  
I will take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=138946 
State-Changed-From-To: open->closed 
State-Changed-By: wen 
State-Changed-When: Sun Oct 11 01:36:15 UTC 2009 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/138946: commit references a PR
Date: Sun, 11 Oct 2009 01:34:14 +0000 (UTC)

 wen         2009-10-11 01:34:03 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/p5-Object-Event Makefile 
   Log:
   - add missing dependency
   
   PR:             ports/138946
   Submitted by:   Vick Khera <vivek@khera.org>
   Approved by:    maintainer(timeout,20 days),    miwi(mentor)
   
   Revision  Changes    Path
   1.3       +3 -1      ports/devel/p5-Object-Event/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:
