ports/138946: add missing dependency to p5-Object-Event

Vick Khera vivek at khera.org
Fri Sep 18 20:10:04 UTC 2009


>Number:         138946
>Category:       ports
>Synopsis:       add missing dependency to p5-Object-Event
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 18 20:10:03 UTC 2009
>Closed-Date:
>Last-Modified:
>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 at 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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list