Date: Fri, 18 Sep 2009 16:04:34 -0400 (EDT) From: Vick Khera <vivek@khera.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/138946: add missing dependency to p5-Object-Event Message-ID: <20090918200434.46FA38A03A@yertle.kcilink.com> Resent-Message-ID: <200909182010.n8IKA39P063108@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090918200434.46FA38A03A>